Package: nagios-plugins

Using check_httpname results in services being marked down with the error:

      Name or service not known

This appears to be because /etc/nagios-plugins/config/http.cfg contains $HOSTNAME instead of $HOSTNAME$ - in other words, adding a trailing $ to $HOSTNAME fixes the issue.

Current value (broken):


command_line /usr/lib/nagios/plugins/check_http -H '$HOSTNAME' -I '$HOSTADDRESS$'

Fixed:

command_line /usr/lib/nagios/plugins/check_http -H '$HOSTNAME$' -I '$HOSTADDRESS$'


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to