Search found 3 matches
- Tue Feb 09, 2016 9:57 am
- Forum: Open Source Nagios Projects
- Topic: Can't pass macros to service check
- Replies: 3
- Views: 1214
Re: Can't pass macros to service check
Hello sreinhardt, I am aware this post is from sometime ago, but I am facing the same issue and I need to find a solution. I have tried to implement your solution but I admit I do not exactly know how to do it. Is this: #!/bin/sh echo $2 exit $1 a script on its own? And how you implement this into a...
- Tue Nov 24, 2015 6:23 pm
- Forum: Open Source Nagios Projects
- Topic: Change notification recipient on the fly
- Replies: 3
- Views: 1088
Re: Change notification recipient on the fly
Hi, Here are a few more details. I am not able to create an active SNMP check towards the storage system (VNX NAS). Currently the VNX triggers the alert and I am using SNMPTT to make that trap available in Nagios. So back to your question. Yes, it is one passive check setup in Nagios. If there is sc...
- Tue Nov 24, 2015 9:00 am
- Forum: Open Source Nagios Projects
- Topic: Change notification recipient on the fly
- Replies: 3
- Views: 1088
Change notification recipient on the fly
Hi All, I need to find a way to change the recipient of an alert based on the content of the subject or message. I have a storage system that sends tree quota alerts per SNMP to Nagios Core. Each tree belongs to a different customer. The quota alert needs to be send to the correct customer. I would ...