Tagged Questions
-1
votes
1answer
1k views
Nagios SMS notififacion with gammu smsd does not work
gammu-smsd configuration:
#vi /etc/gammu-smsdrc
# Configuration file for Gammu SMS Daemon
# Gammu library configuration, see gammurc(5)
[gammu]
# Please configure this!
port = /dev/rfcomm0
...
1
vote
1answer
1k views
Configuring nagios email notification using sSMTP on Ubuntu
I have configured nagios email notification and followed following steps:
sSMTP configuration:
#apt-get install ssmtp #vi /etc/ssmtp/ssmtp.conf
root=sender.email@gmail.com
...
1
vote
1answer
91 views
Flexible Notification Configuration in Nagios
I use Nagios XI for monitoring a network of different devices. I need a flexible configuration of relations between hosts and services. For example, there is a DEV1 which I monitor and there is DEV2 ...
1
vote
1answer
1k views
How I can check for exact amount of space (MB or GB) in Nagios using check_nt command instead of percentage used value?
How I can check for exact amount of space left (MB or GB) in Nagios using check_nt command instead of percentage value?
Currently I'm using this command:
check_command ...
0
votes
1answer
412 views
Setting notification_interval globally for Nagios
Does anyone know how to set the variable to a global value? I currently get notification every 2 minutes (eg. every time the nrpe checker runs for a service) which gets very annoying. Going and ...
0
votes
0answers
1k views
Nagios not sending notifications
I have Nagios installed on Ubuntu 10.10 with Centreon. I am currently using mutt to send email through gmail and I have users tied to the services with the notifications tied to the users. When I ...
0
votes
2answers
584 views
Opsview Notifications, how to report event duration
At present, Opsview reports recoveries in the following format:
RECOVERY: Internal Alarm is OK on host Ellie: SNMP OK - 0
Service: Internal Alarm
Host: Ellie
Alias: Ellie
Address: 1.2.3.4
State: OK
...