aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_users.c
diff options
context:
space:
mode:
authorGravatar Benoit Mortier <opensides@users.sourceforge.net> 2006-10-19 23:53:28 +0000
committerGravatar Benoit Mortier <opensides@users.sourceforge.net> 2006-10-19 23:53:28 +0000
commitd8ecf6bfc264717c611a983fe8ccb0488669791a (patch)
treec1f9842859604cbabf72efa3f9adc22f82ad293e /plugins/check_users.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_users.c')
-rw-r--r--plugins/check_users.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/check_users.c b/plugins/check_users.c
index 34d47752..0c62e3b1 100644
--- a/plugins/check_users.c
+++ b/plugins/check_users.c
@@ -3,7 +3,7 @@
* Nagios check_users plugin
*
* License: GPL
-* Copyright (c) 2002-2006 nagios-plugins team
+* Copyright (c) 2000-2006 nagios-plugins team
*
* Last Modified: $Date$
*
@@ -11,6 +11,9 @@
*
* This file contains the check_users plugin
*
+* This plugin checks the number of users currently logged in on the local
+* system and generates an error if the number exceeds the thresholds specified.
+*
* License Information:
*
* This program is free software; you can redistribute it and/or modify