Search found 17 matches
- Thu May 15, 2014 6:50 am
- Forum: Open Source Nagios Projects
- Topic: Can I get notified just when a system comes back online?
- Replies: 9
- Views: 3171
Re: Can I get notified just when a system comes back online?
At first I did not, then I put a contacts nagiosadmin on ALL my other 'define host' sections, same result. Then I tried 'contacts nagiosadmin, !CCTVVM' but it didn't like that.
- Wed May 14, 2014 3:10 pm
- Forum: Open Source Nagios Projects
- Topic: Can I get notified just when a system comes back online?
- Replies: 9
- Views: 3171
Re: Can I get notified just when a system comes back online?
I'm trying to play with 'notification_options' in the 'define host' section and I added a 'contacts' line in the 'define host' section pointing to the contact I want it to go to, but when I put two 'define contacts' in contacts.cfg it emails both contacts despite specifying just one in the contacts ...
- Wed May 14, 2014 6:59 am
- Forum: Open Source Nagios Projects
- Topic: Can I get notified just when a system comes back online?
- Replies: 9
- Views: 3171
Re: Can I get notified just when a system comes back online?
And is there a way to have that notification go to a different email than the other notifications?
FYI - I still want normal notifications for everything else.
FYI - I still want normal notifications for everything else.
- Tue May 13, 2014 1:44 pm
- Forum: Open Source Nagios Projects
- Topic: Can I get notified just when a system comes back online?
- Replies: 9
- Views: 3171
Re: Can I get notified just when a system comes back online?
I have been messing with negate and I think I have it how I want it. Now how do I get Nagios to ONLY send an email for this one system when I get a specific status? Below is the email I WANT to see, I do not want an email for anything other than this. From: Nagios [mailto:nagios@Nagios.localdomain] ...
- Fri May 09, 2014 11:21 am
- Forum: Open Source Nagios Projects
- Topic: How to monitor system with VPN connect to another network?
- Replies: 17
- Views: 8003
Re: How to monitor system with VPN connect to another networ
Here is the cctvvm.cfg file where only one host and one service are defined, yet all the services from my windows-wks.cfg are showing for the cctvvm host. I have rechecked and cctvvm is not listed in window-wks.cfg anywhere. ###########################################################################...
- Fri May 09, 2014 7:06 am
- Forum: Open Source Nagios Projects
- Topic: Different services for different hosts?
- Replies: 3
- Views: 1685
Re: Different services for different hosts?
############################################################################### # CCTVVM.CFG - CONFIG FILE FOR MONITORING CCTVVM ############################################################################### ############################################################################### # HOST DEFI...
- Thu May 08, 2014 1:37 pm
- Forum: Open Source Nagios Projects
- Topic: Different services for different hosts?
- Replies: 3
- Views: 1685
Different services for different hosts?
I have made 3 .cfg files, windows-svrs.cfg, windows-wks.cfg & cctvvm.cfg. windows-svrs has a hostgroup with a few servers in it, windows-wks has a few workstations in a hostgroup & cctvvm has just one host. svrs & wks use the same services, but cctvvm only uses one (PING). However, on th...
- Thu May 08, 2014 1:07 pm
- Forum: Open Source Nagios Projects
- Topic: How to monitor system with VPN connect to another network?
- Replies: 17
- Views: 8003
Re: How to monitor system with VPN connect to another networ
I just took that 1 system out and put it in it's own file with one service but all the services are still listed? So the new file has just 1 'define host' section and 1 'define service' section, but I still see all the services I see from the other hosts that in a separate file. How is that possible?
- Thu May 08, 2014 6:42 am
- Forum: Open Source Nagios Projects
- Topic: How to monitor system with VPN connect to another network?
- Replies: 17
- Views: 8003
Re: How to monitor system with VPN connect to another networ
If that's not it in my last post then where is it?
- Wed May 07, 2014 3:24 pm
- Forum: Open Source Nagios Projects
- Topic: Can I get notified just when a system comes back online?
- Replies: 9
- Views: 3171
Can I get notified just when a system comes back online?
We have a Windows VM that needs the stay connected to a customer network at all times via VPN & we want to know when the VPN goes down. So I figured since I cannot ping it from our LAN while it's connected via VPN, I could try to setup Nagios to notify me when we ARE able to ping it since that w...