Currently i have a windows domain up and running with one linux client, which runs Nagios Core.
It is fully configured and works. Recently i purchased a APC Netbotz 200 which can monitor Humidity and Temperature inside of the server rack/server room.
This hardware is now fully configured and works, Also it mails when certain events occur.
Now what im trying to do is get Nagios to show the temperature and humidity as a service.
I have searched the internet and found a plugin called check_apcext.pl, the README file acknowledges that this plugin supports APC Netbotz
With 3 parameters:
- nbmstemp
- nbmshum
- nbmsairflow
Im testing this plugin by executing the plugin from the command line, but it responds with a 'SNMP:Error connecting to ..' message.
The command i'm executing is:
Code: Select all
./check_apcext.pl -H 192.x.x.x -C nagios -p nbmstemp -w 25 -c 28I also configured SNMP Traps,
A receiver is our nagios server and it uses the community name nagios.
But to my understanding this sends information to the nagios server, whereas the check command tries to retrieve?
I tried to troubleshoot, but i haven't come much farther the last couple of hours.
I hope someone can help me with this problem.
Yours sincerely,
Stefan