nagios, nrpe, hpasm

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.
Locked
vvz
Posts: 187
Joined: Wed Oct 30, 2013 5:15 pm

nagios, nrpe, hpasm

Post by vvz »

Hello!
I have remote HP proliant server with nrpe and hpasm installed and when I call hpasm -v from command line on server side everything works fine.
I got all info about fans, temperature, cpu's and so on. If I need from the all info given by hpasm to retrieve only ihfo about cpu temperature on remote pc with nagios installed, how can I do this? Could somebody provide examples of comand.log and service log for remote pc?
thank you
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: nagios, nrpe, hpasm

Post by slansing »

Are you trying to pull the information from hpasm into nagios? There are some plugin options located here:

http://exchange.nagios.org/index.php?op ... word=hpasm
vvz
Posts: 187
Joined: Wed Oct 30, 2013 5:15 pm

Re: nagios, nrpe, hpasm

Post by vvz »

thank you, I'll try
actually what I want is using info provided by hpasm set warning and critical levels to display on nagios web interface
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: nagios, nrpe, hpasm

Post by slansing »

Right, so you would want to look into these plugins for that.
vvz
Posts: 187
Joined: Wed Oct 30, 2013 5:15 pm

Re: nagios, nrpe, hpasm

Post by vvz »

so, it's not possible to display warnings and criticals on nagios web-interface just using, nrpe and hpasm?
Is it wright?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: nagios, nrpe, hpasm

Post by slansing »

As I mentioned, look into those plugins you should be able to find one that will check against the metrics you need.
vvz
Posts: 187
Joined: Wed Oct 30, 2013 5:15 pm

Re: nagios, nrpe, hpasm

Post by vvz »

OK thank you
but it is not my question
I've checked them they do not provide all info I need

but I have everything with hpasm, the only problem to reflect output on web-interface
Anyway thank you
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: nagios, nrpe, hpasm

Post by tmcdonald »

vvz wrote:so, it's not possible to display warnings and criticals on nagios web-interface just using, nrpe and hpasm?
Is it wright?
You are correct. Simply using hpasm and NRPE you will *not* be able to get the checks in the web interface. You will need to use a plugin. This one:

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

seems to have very positive reviews and provides quite a lot of information by default.

hpasm by itself will not likely be able to send results to Nagios, and might not even be able to output information in a format usable by NRPE. You will need to use a plugin which itself uses hpasm in order to get the results into a proper format.
Former Nagios employee
vvz
Posts: 187
Joined: Wed Oct 30, 2013 5:15 pm

Re: nagios, nrpe, hpasm

Post by vvz »

thank you tmcdonald

that's clear answer I was waiting for

Thank you so much!!I think this topic may be closed
Locked