summaryrefslogtreecommitdiffstats
path: root/plugins/check_ups.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2006-10-19 23:53:28 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2006-10-19 23:53:28 (GMT)
commitd8ecf6bfc264717c611a983fe8ccb0488669791a (patch)
treec1f9842859604cbabf72efa3f9adc22f82ad293e /plugins/check_ups.c
parentcace0753b9a1801be97cbbf0320ea136543c3ec9 (diff)
downloadmonitoring-plugins-d8ecf6bfc264717c611a983fe8ccb0488669791a.tar.gz
another round of localization cleaning
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1509 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r--plugins/check_ups.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c
index 110ea0a..280b3fb 100644
--- a/plugins/check_ups.c
+++ b/plugins/check_ups.c
@@ -14,6 +14,9 @@
14* 14*
15* This file contains Network UPS Tools plugin for Nagios 15* This file contains Network UPS Tools plugin for Nagios
16* 16*
17* This plugin tests the UPS service on the specified host.Network UPS Tools
18* from www.networkupstools.org must be running for thisplugin to work.
19*
17* License Information: 20* License Information:
18* 21*
19* This program is free software; you can redistribute it and/or modify 22* This program is free software; you can redistribute it and/or modify
@@ -36,7 +39,7 @@
36 39
37const char *progname = "check_ups"; 40const char *progname = "check_ups";
38const char *revision = "$Revision$"; 41const char *revision = "$Revision$";
39const char *copyright = "2000-2006"; 42const char *copyright = "2002-2006";
40const char *email = "nagiosplug-devel@lists.sourceforge.net"; 43const char *email = "nagiosplug-devel@lists.sourceforge.net";
41 44
42#include "common.h" 45#include "common.h"