diff options
Diffstat (limited to 'plugins/check_nagios.c')
-rw-r--r-- | plugins/check_nagios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_nagios.c b/plugins/check_nagios.c index 8a10c4a..29abc2a 100644 --- a/plugins/check_nagios.c +++ b/plugins/check_nagios.c | |||
@@ -276,7 +276,7 @@ This plugin attempts to check the status of the Nagios process on the local\n\ | |||
276 | machine. The plugin will check to make sure the Nagios status log is no older\n\ | 276 | machine. The plugin will check to make sure the Nagios status log is no older\n\ |
277 | than the number of minutes specified by the <expire_minutes> option. It also\n\ | 277 | than the number of minutes specified by the <expire_minutes> option. It also\n\ |
278 | uses the /bin/ps command to check for a process matching whatever you specify\n\ | 278 | uses the /bin/ps command to check for a process matching whatever you specify\n\ |
279 | by the <process_string> argument.\n")); | 279 | by the <process_string> argument.\n\n")); |
280 | 280 | ||
281 | print_usage (); | 281 | print_usage (); |
282 | 282 | ||