Re: check_http "-L" output doesn't print closing anchor tag [sf#3588978] (#1116)
Oliver Skibbe <[email protected]> Thu, 08 Oct 2015 00:34:55 -0700
| Newsgroups | gmane.network.nagios.devel,gmane.network.monitoring.plugins.devel |
|---|---|
| Message-ID | <monitoring-plugins/monitoring-plugins/issues/1116/[email protected]> |
Not very easy to implement in the current implementation as the return text and state are static in netutils.c ``` /* initialize alarm signal handling, set socket timeout, start timer */ (void) signal (SIGALRM, socket_timeout_alarm_handler); (void) alarm (socket_timeout); ``` So we could extend netutils.c to support return text -- Reply to this email on GitHub: https://github.com/monitoring-plugins/monitoring-plugins/issues/1116#issuecomment-146444614