Search found 63 matches
- Tue Mar 26, 2019 7:27 am
- Forum: Open Source Nagios Projects
- Topic: check_procs problem
- Replies: 13
- Views: 7297
Re: check_procs problem
I believe that it's because of your check command: check_command check_nrpe!check_procs -a '-w 10 -c 20 -a postfix' if you change -w 10 to -w 0 and then run your test, what happens? If i'm reading what you have correctly, you won't get a warning notification unless 10 "postfix" processes a...
- Tue Mar 26, 2019 7:14 am
- Forum: Open Source Nagios Projects
- Topic: Alert on % change?
- Replies: 2
- Views: 1406
Alert on % change?
Hi All, I'm looking for a plugin/script that would take a reading (say signal level) and then alert on a % change. For example: First poll signal level is 50. IF the signal level moves +/- 10% at anytime, alert. I've searched around and really can't find anything. From what i gather, the script woul...
- Tue Mar 26, 2019 6:58 am
- Forum: Open Source Nagios Projects
- Topic: SNMP Traps - Can't get description in email alert
- Replies: 3
- Views: 1289
Re: SNMP Traps - Can't get description in email alert
Thank you, this did the trick!
- Thu Feb 28, 2019 11:06 am
- Forum: Open Source Nagios Projects
- Topic: SNMP Traps - Can't get description in email alert
- Replies: 3
- Views: 1289
SNMP Traps - Can't get description in email alert
Hey All, I'm having issues with SNMP traps and alerting properly, particularity with the event description not being passed in the alert message. Traps are coming in fine to nagios and i'm getting the alert, but i'm getting an alert message in email and the nagios web interface that says: ***** Nagi...
- Fri Feb 17, 2017 9:46 am
- Forum: Open Source Nagios Projects
- Topic: Cisco ONS 15454
- Replies: 3
- Views: 2440
Re: Cisco ONS 15454
Hi,
Thanks for the quick response. I've tried various plugins from there with no such luck. I figured i'd check to see if anyone else has gone through the pain!
Thanks!
Thanks for the quick response. I've tried various plugins from there with no such luck. I figured i'd check to see if anyone else has gone through the pain!
Thanks!
- Thu Feb 16, 2017 3:33 pm
- Forum: Open Source Nagios Projects
- Topic: Cisco ONS 15454
- Replies: 3
- Views: 2440
Cisco ONS 15454
Hey All,
I've been trying to find plugins to get basics on my cisco ONS 15454 devices, but I'm having issues finding anything out there. Specially looking for temp, cpu, mem, interface status, utilization, etc. Any info would be greatly appreciated!
I've been trying to find plugins to get basics on my cisco ONS 15454 devices, but I'm having issues finding anything out there. Specially looking for temp, cpu, mem, interface status, utilization, etc. Any info would be greatly appreciated!
- Wed Feb 17, 2016 2:59 pm
- Forum: Open Source Nagios Projects
- Topic: Nconf - Set SNMP Community String/Version
- Replies: 3
- Views: 1796
Re: Nconf - Set SNMP Community String/Version
Thanks.
I figured as much but thought I'd try and see if anyone had any suggestions. Thanks again.
UPDATE:
I tried to manually edit the hosts file and add the _SNMPVERSION and _SNMPCOMMUNITY string fields but when I run nconf it overwrites the file and takes away my edits.
I figured as much but thought I'd try and see if anyone had any suggestions. Thanks again.
UPDATE:
I tried to manually edit the hosts file and add the _SNMPVERSION and _SNMPCOMMUNITY string fields but when I run nconf it overwrites the file and takes away my edits.
- Fri Feb 12, 2016 11:06 am
- Forum: Open Source Nagios Projects
- Topic: Nconf - Set SNMP Community String/Version
- Replies: 3
- Views: 1796
Nconf - Set SNMP Community String/Version
Hey All,
I'm trying to find a way to set the SNMP version and community on a host template in NCONF and I don't see it. I figured this would be pretty easy to do but i'm not seeing any fields for this. Can someone please point me in the right direction?
Thanks!
I'm trying to find a way to set the SNMP version and community on a host template in NCONF and I don't see it. I figured this would be pretty easy to do but i'm not seeing any fields for this. Can someone please point me in the right direction?
Thanks!
- Fri Jul 17, 2015 2:02 pm
- Forum: Open Source Nagios Projects
- Topic: What is the best practice using commands?
- Replies: 3
- Views: 6229
Re: What is the best practice using commands?
Yes this helps tremendously. Thank you!
- Fri Jul 10, 2015 2:55 pm
- Forum: Open Source Nagios Projects
- Topic: What is the best practice using commands?
- Replies: 3
- Views: 6229
What is the best practice using commands?
Hey all, Trying to figure out what is the best practice in regards to commands. For example, i'm using nagios3 in the etc directory under the conf.d directory and have my cfg_dir=/etc/nagios/conf.d enabled to so i can have multiple .d directories because i have so many different locations that i'm m...