check_nrpe works from CLI, fails from server with timeout
Re: check_nrpe works from CLI, fails from server with timeou
hmmm, this is strange. Did you have to change the timeout settings in the nrpe.cfg file? (if so, you have to restart the service)
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: check_nrpe works from CLI, fails from server with timeou
What if you change the service definition to the following:
Fill in the client name with the correct information, then check from the nagios web interface after verifying the config changes as usual.
Have you also defined the timeout in the nagios server's nrpe.cfg?
Code: Select all
define service {
use local-service
host_name hostname
service_description VPN:[Client Name]
check_command check_nrpe!check_VPN_[client_name]!30!
}Have you also defined the timeout in the nagios server's nrpe.cfg?