This is the only feature Im missing. for now...
Search found 3 matches
- Wed Mar 28, 2018 2:20 pm
- Forum: Open Source Nagios Projects
- Topic: custom Host Commands
- Replies: 3
- Views: 1188
Re: custom Host Commands
Maybe I can edit source files. What component is calling scripts in libexec or defined commands?
This is the only feature Im missing. for now...
This is the only feature Im missing. for now...
- Wed Mar 28, 2018 1:38 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Notifications not sending
- Replies: 20
- Views: 9092
Re: Nagios Notifications not sending
That is definitelly problem of your mailserver - local mail server where nagios is.
What mailserver did you install?
Steps to do:
1. Remove mailserver if you have one - apt-get force purge sendmail
2. reinstall it apt-get install sendmail
3. define correct hostname in /etc/hostname
What mailserver did you install?
Steps to do:
1. Remove mailserver if you have one - apt-get force purge sendmail
2. reinstall it apt-get install sendmail
3. define correct hostname in /etc/hostname
- Tue Mar 27, 2018 3:55 pm
- Forum: Open Source Nagios Projects
- Topic: custom Host Commands
- Replies: 3
- Views: 1188
custom Host Commands
Hello, is there a way how to add a custom command to the webinterface under the host commands? There is locate host on the map, Disable active checks of this host etc. I need to add there a command. I have it defined as a bash command and it works fine as event handler - its actually rebooting a mac...