summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-08-02 18:22:15 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-08-02 18:22:15 (GMT)
commit743a44e936edbb649e67f99fdf7712e1c60eee39 (patch)
tree1dcc4bd093f199eaac39b7649df652a9c53ac477 /plugins/check_snmp.c
parentb07cec408f61acd3c34ad1c03b212bba9b66c454 (diff)
downloadmonitoring-plugins-743a44e936edbb649e67f99fdf7712e1c60eee39.tar.gz
markup for translation
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@632 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_snmp.c')
-rw-r--r--plugins/check_snmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 097c30e..821f10e 100644
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
@@ -65,7 +65,7 @@ print_help (void)
65 printf (_(COPYRIGHT), copyright, email); 65 printf (_(COPYRIGHT), copyright, email);
66 66
67 printf (_("\ 67 printf (_("\
68Check status of remote machines and obtain sustem information via SNMP")); 68Check status of remote machines and obtain sustem information via SNMP\n\n"));
69 69
70 print_usage (); 70 print_usage ();
71 71
@@ -133,7 +133,7 @@ Check status of remote machines and obtain sustem information via SNMP"));
133 133
134 printf (_(UT_VERBOSE)); 134 printf (_(UT_VERBOSE));
135 135
136 printf (_("\ 136 printf (_("\n\
137- This plugin uses the 'snmpget' command included with the NET-SNMP package.\n\ 137- This plugin uses the 'snmpget' command included with the NET-SNMP package.\n\
138 If you don't have the package installed, you will need to download it from\n\ 138 If you don't have the package installed, you will need to download it from\n\
139 http://net-snmp.sourceforge.net before you can use this plugin.\n")); 139 http://net-snmp.sourceforge.net before you can use this plugin.\n"));