My name is Baptiste, I am French and currently in workplacement for my studies.
My mission is to install nagios 3.4.1 on an Ubuntu server 12.10 and Ihave some problems. I first look on french forums, finding no answers, I'm here, hoping to find the help I need.
I installed NSClient++ on the server I must monitoring. I told my hosts in windows.cfg. There is no problem, they appears on my web interface so it's a good thing for begin. Now, I want to put service to check their good performance, and this is there I meet problems.
When I put this command, there is no problems.
Code: Select all
root@server001:~# /usr/local/nagios/libexec/check_nt -H 10.0.2.17 -p 12489 -s "" -v CLIENTVERSION
NSClient++ 0.3.8.75 2010-05-27Code: Select all
root@server001:~# /usr/local/nagios/libexec/check_nt -H 10.0.2.17 -p 12489 -s "" -v USEDDISKSPACE -l C -w 80 -c 90
NSClient - ERROR: Could not complete the request check log file for more informationCode: Select all
root@server001:~# /usr/local/nagios/libexec/check_nt -H 10.0.2.17 -p 12489 -s "" -v MEMUSE -w 80 - c 90
NSClient - ERROR: Could not complete the request check log file for more informationThank you again
Ps: Sorry for my broken English
Baptiste