.\"$Header: /home/vikas/src/nocol/doc/RCS/radiusmon.8,v 1.1 1998/07/31 18:15:46 vikas Exp $" .\" .TH RADIUSMON 8 "Feb 1998" .SH NAME radiusmon \- Radius daemon monitor .SH SYNOPSIS .B radiusmon [ .B \-d ] [ .B \-o .I output-file ] .I config-file .SH DESCRIPTION .LP .B radiusmon is part of the NOCOL network monitoring package, used for testing a radius server and making sure that it responds to queries. The program reads in a list of sites to query from a config file at startup and then sends an AUTH radius packet to the remote server. If compiled with IGNORE_AUTHCODE, it will assume that any response from the server (even a deny) indicates that the radius server is OK. Else, it will see if the response is an okay (i.e. password was valid). .\" .SH OPTIONS .TP 16 .B \-d selects verbose debugging output mode .TP .BI "\-o" " output file" Name of the file to which to write the output. This file is .I not in human-readable format, and is intended to be processed by the .BR nocol (1) display program. .TP .I config-file This file lists the hosts to be queried. Look in the sample config file for the format. .\"------------------------------------ .SH CAVEATS Radius uses UDP, and this program does not do any retrying. .SH SEE ALSO netconsole(1) nocol-prog(3) perlnocol(3) eventselect(8) genmon(8) noclogd(8) nocol-overview(8) nocol-utility(8) nsmon(8) pingmon(8) portmon(8) tpmon(8) trapmon(8)