From 2a68978c564e53cddc90882ee7776a43839dfcff Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Thu, 14 Nov 2002 02:26:34 +0000 Subject: remove call_getopt and ssprintf git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@191 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_radius.c | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'plugins/check_radius.c') diff --git a/plugins/check_radius.c b/plugins/check_radius.c index 614d467b..c346dc77 100644 --- a/plugins/check_radius.c +++ b/plugins/check_radius.c @@ -52,7 +52,7 @@ Number of times to retry a failed connection\n\ -t, --timeout=INTEGER\n\ Seconds before connection times out (default: %d)\n\ - -v\n\ + -v, --verbose\n\ Show details for command-line debugging (do not use with nagios server)\n\ -h, --help\n\ Print detailed help screen\n\ @@ -60,11 +60,17 @@ Print version information\n" #define DESCRIPTION "\ -The password option presents a substantial security issue because the -password can be determined by careful watching of the command line in -a process listing. This risk is exacerbated because nagios will -run the plugin at regular prdictable intervals. Please be sure that -the password used does not allow access to sensitive system resources, +This plugin tests a radius server to see if it is accepting connections.\n\ +\n\ +The server to test must be specified in the invocation, as well as a user\n\ +name and password. A configuration file may also be present. The format of\n\ +the configuration file is described in the radiusclient library sources.\n\ +\n\ +The password option presents a substantial security issue because the\n\ +password can be determined by careful watching of the command line in\n\ +a process listing. This risk is exacerbated because nagios will\n\ +run the plugin at regular prdictable intervals. Please be sure that\n\ +the password used does not allow access to sensitive system resources,\n\ otherwise compormise could occur.\n" #include "config.h" @@ -128,7 +134,7 @@ Please note that all tags must be lowercase to use the DocBook XML DTD. Future Enhancements -ToDo List +Todo List Add option to get password from a secured file rather than the command line -- cgit v1.2.3-74-g34f1