Multiple Processors

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mpeterson
Posts: 13
Joined: Tue Sep 04, 2012 2:20 pm

Multiple Processors

Post by mpeterson »

Is there a way in the Windows wizard to monitor multiple CPUs on the same box each as an individual monitor under the same host?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Multiple Processors

Post by lmiltchev »

If there is a plugin available, it is easily done. I looked on the Nagios Exchange, and I found a plugin that would do this:

http://exchange.nagios.org/directory/Pl ... ad/details

Note: You need to have SNMP enabled on your windows box.

I tested it and it worked fine for me. Here's what I did:

1. Downloaded the plugin
2. Installed it by going to: Admin->Manage Plugins->Browse...->Upload Plugin
3. Created a new command by going to: Core Config Manager->Commands->Add New
I added a command named "check_win_cpuload"
Command line: $USER1$/check_win_cpuload $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$
4. Added a new service to an existing host by going to: Core Config Manager->Services->Add New (see below)
check_win_cpuload.PNG
Saved and Applied Configuration.
5. Checked the service (see below)
check_win_cpuload2.PNG
Note: I thing I didn't like about this check is that it doesn't return perf data, but you may find another one on Exchange that does.

Hope this helps.
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked