Search found 6 matches

by acoustix
Tue Jun 10, 2014 10:32 am
Forum: Open Source Nagios Projects
Topic: How to monitor duplicate service names?
Replies: 1
Views: 936

How to monitor duplicate service names?

I'm running Nagios core 4.0.7 and I'm rolling out VMware View servers that I'll need to monitor. It looks like VMware named some of their services the same. For example, on my View Connection server the service named "wsbroker" is the VMware View Connection Server service. On the View Secu...
by acoustix
Mon Mar 11, 2013 5:23 pm
Forum: Open Source Nagios Projects
Topic: Need help with NRPE
Replies: 9
Views: 5161

Re: Need help with NRPE

What is the current recommended version of NSClient++? I will try to revert to that.

I'm getting confused between using wrappers and all that jazz.
by acoustix
Mon Mar 11, 2013 4:52 pm
Forum: Open Source Nagios Projects
Topic: Need help with NRPE
Replies: 9
Views: 5161

Re: Need help with NRPE

# If you want to fill this file with all avalible options run the following command: # nscp settings --generate --add-defaults --load-all # If you want to activate a module and bring in all its options use: # nscp settings --activate-module <MODULE NAME> --add-defaults # For details run: nscp setti...
by acoustix
Mon Mar 11, 2013 4:27 pm
Forum: Open Source Nagios Projects
Topic: Need help with NRPE
Replies: 9
Views: 5161

Re: Need help with NRPE

Slansing, Sorry - that is how it was originally set and then I must have overwritten it when trying to set it up from scratch. I still get the error "No handler for command: cmd" which leads me to believe that it is something in the nsclient.ini file on the Windows host. I should note that...
by acoustix
Mon Mar 11, 2013 3:15 pm
Forum: Open Source Nagios Projects
Topic: Need help with NRPE
Replies: 9
Views: 5161

Re: Need help with NRPE

define service{
use generic-service
host_name wsus.dtlinc.com
service_description Windows Updates
normal_check_interval 60
check_command check_nrpe!check_updates!1
}


define command{
command_name check_updates
command_line $USER1$/check_nt -H $HOSTADDRESS$
}
by acoustix
Mon Mar 11, 2013 2:09 pm
Forum: Open Source Nagios Projects
Topic: Need help with NRPE
Replies: 9
Views: 5161

Need help with NRPE

I'm having a hard time getting a service check to run with NRPE. I'm running Nagios 3.4.4, NRPE 2.13 and NSClient++ 0.4.1.73. Here is the PowerShell script that I'm trying to run: http://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows-NRPE/Check-Windows-Updates-using-Powershell/detai...