Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
You could use Windows Performance counters for this, do you have any experience working with them? What type of data are you looking to return? There are many options within the performance counters.
/usr/local/nagios/libexec/check_nrpe -H (windows ip goes here) -c CheckCounter -a "Counter:=\\PhysicalDisk(0 C:)\Avg. Disk sec/Transfer" ShowAll MaxWarn= MaxCrit=
Fill in the MaxWarn and MaxCrit values to your liking as well as the IP. This will just be a disk check to make sure we can access the counters. "Assuming you have a C drive?"
Sorry slansing for replying too late ... ill try this thing later ... and i would like to thank you for all the reply's, help and guiding you gave me !
Now i have priority problem. Now im working with check_nt specific with the PROCSTATE. I would like to monitor more then one process but when i run the command for example
SERVICESTATE =
Check the state of one or several services.
Request a -l parameters with the following syntax:
-l <service1>,<service2>,<service3>,... You can specify -d SHOWALL in case you want to see working services
in the returned string.
PROCSTATE =
Check if one or several process are running.
Same syntax as SERVICESTATE.
Try adding "-d SHOWALL".
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Are you interested in integrating SNMP? If so we can post some guides here for you to work with though it looks like are working with Abrist on SNMP already.