diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-11-30 00:24:26 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-11-30 00:24:26 (GMT) |
commit | 5fe6a11cc78dded4ca1b05400ce0da4c0967cbb2 (patch) | |
tree | 0645b89614435efe7cefd1a9d7dd6b0011e774b9 | |
parent | 850ddcde9908186e97f30dc5403ea8b70e393454 (diff) | |
download | monitoring-plugins-5fe6a11cc78dded4ca1b05400ce0da4c0967cbb2.tar.gz |
Updated output to UNKNOWN
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@954 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins/urlize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/urlize.c b/plugins/urlize.c index 337a91f..d3d97b5 100644 --- a/plugins/urlize.c +++ b/plugins/urlize.c | |||
@@ -102,7 +102,7 @@ main (int argc, char **argv) | |||
102 | 102 | ||
103 | if (!found) | 103 | if (!found) |
104 | die (STATE_UNKNOWN, | 104 | die (STATE_UNKNOWN, |
105 | _("%s problem - No data received from host\nCMD: %s</A>\n"), | 105 | _("%s UNKNOWN - No data received from host\nCMD: %s</A>\n"), |
106 | argv[0], cmd); | 106 | argv[0], cmd); |
107 | 107 | ||
108 | /* close the pipe */ | 108 | /* close the pipe */ |