mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
Did some NSEDoc cleanup on many of the 45 NSE scripts which are new since the 5.35DC1 Nmap release. Emphasis was on the first paragraph of the description, since that is shown on the front page of http://nmap.org/nsedoc and I'm planning to use that description verbatim (except for removing tags like <code>) for the CHANGELOG
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
-- vim: set filetype=lua :
|
||||
|
||||
description = [[
|
||||
Queries Nagios Remote Plugin Executor daemons.
|
||||
Queries Nagios Remote Plugin Executor (NRPE) daemons to obtain information such as load averages, process counts, logged in user information, etc.
|
||||
|
||||
Nagios plugins can be remotely queried without authentication through the NRPE
|
||||
daemon. This script attempts to execute the stock list of commands that are
|
||||
This script attempts to execute the stock list of commands that are
|
||||
enabled. User-supplied arguments are not supported.
|
||||
]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user