SmokePing
Smokeping::probes::RadiusOverviewMeasures RADIUS authentication latency for SmokePing Synopsis*** Probes *** +Radius forks = 5 offset = 50% passwordfile = /some/place/secret secretfile = /another/place/secret step = 300 # The following variables can be overridden in each target section mininterval = 1 nas_ip_address = 10.1.2.3 password = test-password pings = 5 port = 1645 secret = test-secret timeout = 5 username = test-user # mandatory # [...] *** Targets *** probe = Radius # if this should be the default probe # [...] + mytarget # probe = Radius # if the default probe is something else host = my.host mininterval = 1 nas_ip_address = 10.1.2.3 password = test-password pings = 5 port = 1645 secret = test-secret timeout = 5 username = test-user # mandatory DescriptionThis probe measures RADIUS (RFC 2865) authentication latency for SmokePing. The username to be tested is specified in either the probe-specific or the target-specific variable `username', with the target-specific one overriding the probe-specific one. The password can be specified either (in order of precedence, with the latter overriding the former) in the probe-specific variable `password', in an external file or in the target-specific variable `password'. The location of this file is given in the probe-specific variable `passwordfile'. See Smokeping::probes::passwordchecker(3pm) for the format of this file (summary: colon-separated triplets of the form `<host>:<username>:<password>') The RADIUS protocol requires a shared secret between the server and the client. This secret can be specified either (in order of precedence, with the latter overriding the former) in the probe-specific variable `secret', in an external file or in the target-specific variable `secret'. This external file is located by the probe-specific variable `secretfile', and it should contain whitespace-separated pairs of the form `<host> <secret>'. Comments and blank lines are OK. If the optional probe-specific variable `nas_ip_address' is specified, its value is inserted into the authentication requests as the `NAS-IP-Address' RADIUS attribute. The probe tries to be nice to the server and does not send authentication requests more frequently than once every X seconds, where X is the value of the target-specific ``min_interval'' variable (1 by default). VariablesSupported probe-specific variables:
Supported target-specific variables:
AuthorsNiko Tyni <ntyni@iki.fi> BugsThere should be a more general way of specifying RADIUS attributes. |
|
04/29/2007 | Niko Tyni | OETIKER+PARTNER AG
|
NOTE: The content of this website is accessible with any browser. The graphical design though relies completely on CSS2 styles. If you see this text, this means that your browser does not support CSS2. Consider upgrading to a standard conformant browser like Mozilla Firefox or Opera but also Apple's Safari or KDE's Konqueror for example. It may also be that you are looking at a mirror page which did not copy the CSS for this page.