Search found 7 matches

by mhunt
Wed Jul 13, 2016 3:49 am
Forum: Open Source Nagios Projects
Topic: check_snmp timeout issue
Replies: 6
Views: 3046

Re: check_snmp timeout issue

I got it. I had -c communitystring, it's supposed to be -C communitystring. -c is for "Critical threshold range(s)". Now It's all green!
by mhunt
Tue Jul 12, 2016 11:11 pm
Forum: Open Source Nagios Projects
Topic: check_snmp timeout issue
Replies: 6
Views: 3046

Re: check_snmp timeout issue

uptime:
check_snmp!-c tpfndsnmp -o sysUpTime.0 -t 60

Port 1:
check_snmp!-c tpfndsnmp -o ifOperStatus.1 -r 1 -m RFC1213-MIB -t60

tpfndsnmp is my community string. I also am running Spiceworks Network Monitor on the switch, so I know the community string works.
by mhunt
Tue Jul 12, 2016 7:36 pm
Forum: Open Source Nagios Projects
Topic: check_snmp timeout issue
Replies: 6
Views: 3046

check_snmp timeout issue

I'm trying to get the following check_snmp command to work: check_snmp!-c mysnmpcommunity -o sysUpTime.0 -t 60 But I'm getting the error of (Service check timed out after 60.05 seconds). In the log I see: [07-12-2016 19:06:52] wproc: Core Worker 12854: job 0 (pid=12985): Dormant child reaped [07-12-...
by mhunt
Tue Jul 12, 2016 7:37 am
Forum: Open Source Nagios Projects
Topic: Help on installing NRPE add-on / plugin
Replies: 6
Views: 4789

Re: Help on installing NRPE add-on / plugin

Yes, lock and mark! Issue resolved!
by mhunt
Mon Jul 11, 2016 1:18 pm
Forum: Open Source Nagios Projects
Topic: Help on installing NRPE add-on / plugin
Replies: 6
Views: 4789

Re: Help on installing NRPE add-on / plugin

Thank you for the quick response! I've got it working! In the .cfg, I had to put: check_command check_nrpe!check_winprocess!--filter "imagename eq wininit.exe"' and it's now showing as green on my monitoring web page! In case anyone else is reading this, there are several other nsclient.in...
by mhunt
Sun Jul 10, 2016 12:44 pm
Forum: Open Source Nagios Projects
Topic: Help on installing NRPE add-on / plugin
Replies: 6
Views: 4789

Re: Help on installing NRPE add-on / plugin

I'm looking to replace the report of "Explorer.exe is not running" on a W2012 box. My research on it says it's getting that error because if no one is logged in, then explorer.exe won't be running. I'm going to have to comment this check out, which should be easy. But I want to replace it ...
by mhunt
Fri Jul 01, 2016 4:19 am
Forum: Open Source Nagios Projects
Topic: Help on installing NRPE add-on / plugin
Replies: 6
Views: 4789

Help on installing NRPE add-on / plugin

I'm running Nagios Core 4.4.4, and can't figure out how to add in an NRPE plugin. Specifically, I'm trying to install the "Check Windows Processes - TK". I've read over the documentation on it, but I can't find any documentation on where to actually put the files such as "check_winpro...