diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-14 02:26:34 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-14 02:26:34 +0000 |
commit | 2a68978c564e53cddc90882ee7776a43839dfcff (patch) | |
tree | 7c8432f893e4c43f2d20d022ba8ccdc05752e4e6 /plugins/check_radius.c | |
parent | 9e009c4b1128352c6039d25b39213fd480e9b055 (diff) | |
download | monitoring-plugins-2a68978c564e53cddc90882ee7776a43839dfcff.tar.gz |
remove call_getopt and ssprintf
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@191 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_radius.c')
-rw-r--r-- | plugins/check_radius.c | 20 |
1 files changed, 13 insertions, 7 deletions
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. <sect2> <title>Future Enhancements</title> -<para>ToDo List</para> +<para>Todo List</para> <itemizedlist> <listitem>Add option to get password from a secured file rather than the command line</listitem> </itemizedlist> |