Search found 5 matches
- Sat Feb 27, 2016 9:06 am
- Forum: Open Source Nagios Projects
- Topic: SOLVED. notification based on status information/data
- Replies: 9
- Views: 3641
Re: notification based on status information/data
I think that we could mark this thread as solved. Any hint how to do it, I don't have experience?
- Sat Feb 20, 2016 6:27 am
- Forum: Open Source Nagios Projects
- Topic: SOLVED. notification based on status information/data
- Replies: 9
- Views: 3641
Re: notification based on status information/data
I found workaround solution with event handler based on Box293 hint, this is steps: 1. create service that over ssh runs check_multi plugin on remote server 2. enable 'Is Volatile' option 3. disable default notification 4. create 'event handler' who calls my script that based on $SERVICEOUTPUT$ stan...
- Tue Feb 16, 2016 2:41 am
- Forum: Nagios XI
- Topic: notification based on status information/data
- Replies: 1
- Views: 351
notification based on status information/data
Is there any possibility under nagios XI settings to gets notification based on status information/data (attached picture), similar to SNMP trap monitoring? For example, I'm using 'check_multi' plugin who check about 10 tcp listen ports on one server, so my problem is that when any of this ports goi...
- Mon Feb 15, 2016 3:13 pm
- Forum: Open Source Nagios Projects
- Topic: SOLVED. notification based on status information/data
- Replies: 9
- Views: 3641
Re: notification based on status information/data
Well, monitoring each individual port as particular check is always option. But, if you have 50 servers and each server has about 10 different listen tcp ports that you need to check and not only the ports, you can combine with other checks, so i think it is much more work than when you use one chec...
- Mon Feb 15, 2016 2:26 pm
- Forum: Open Source Nagios Projects
- Topic: SOLVED. notification based on status information/data
- Replies: 9
- Views: 3641
SOLVED. notification based on status information/data
Is there any possibility under nagios settings to gets notification based on status information/data (attached picture), similar to SNMP trap monitoring? For example, I'm using 'check_multi' plugin who check about 10 tcp listen ports on one server, so my problem is that when any of this ports going ...