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 8a10c4a7..29abc2a8 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\ machine. The plugin will check to make sure the Nagios status log is no older\n\ than the number of minutes specified by the <expire_minutes> option. It also\n\ uses the /bin/ps command to check for a process matching whatever you specify\n\ -by the <process_string> argument.\n")); +by the <process_string> argument.\n\n")); print_usage (); |