Multiple Processors
Multiple Processors
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?
Re: Multiple Processors
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) Saved and Applied Configuration.
5. Checked the service (see below) 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.
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) Saved and Applied Configuration.
5. Checked the service (see below) 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!