I'm running Nagios XI demo by manually install on RHEL5 and create monitoring website using configuration wizard. I found the status information for "Ping" service as below.
Warning: This plugin must be either run as root or setuid root.
Please help to verfiy.
BR,
Surachai C.
check "Ping" return warning message
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: check "Ping" return warning message
can you run the following and report the output
Code: Select all
ls -l /usr/local/nagios/libexec/check_icmp-
surachai.ch
- Posts: 43
- Joined: Tue Mar 27, 2012 9:58 pm
Re: check "Ping" return warning message
Yes, you are right. I have change owner of check_icmp to root and it works now. Thank you for your suggestion.