You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensense-docs/source/development/api/plugins/nrpe.rst

16 lines
653 B
ReStructuredText

Nrpe
~~~~
.. csv-table:: Resources (CommandController.php)
:header: "Method", "Module", "Controller", "Command", "Parameters"
:widths: 4, 15, 15, 30, 40
"``POST``","nrpe","command","addCommand",""
"``POST``","nrpe","command","delCommand","$uuid"
"``GET``","nrpe","command","getCommand","$uuid=null"
"``*``","nrpe","command","searchCommand",""
"``POST``","nrpe","command","setCommand","$uuid"
"``POST``","nrpe","command","toggleCommand","$uuid"
"``<<uses>>``", "", "", "", "*model* `Command.xml <https://github.com/opnsense/plugins/blob/master/net-mgmt/nrpe/src/opnsense/mvc/app/models/OPNsense/Nrpe/Command.xml>`__"