monitoring/doc: Update permission list
This commit is contained in:
parent
07c48d63ee
commit
52da57e5d4
|
@ -12,19 +12,28 @@ A user needs specific permissions to be able to send those commands
|
|||
when using the monitoring module.
|
||||
|
||||
|
||||
Name | Permits
|
||||
--------------------------------------------|-----------------------------------------------
|
||||
monitoring/command/\* | Allow all commands.
|
||||
monitoring/command/schedule-check | Allow scheduling host and service checks.
|
||||
monitoring/command/acknowledge-problem | Allow acknowledging host and service problems.
|
||||
monitoring/command/remove-acknowledgement | Allow removing problem acknowledgements.
|
||||
monitoring/command/comment/\* | Allow adding and deleting host and service comments.
|
||||
monitoring/command/comment/add | Allow commenting on hosts and services.
|
||||
monitoring/command/downtime/delete | Allow deleting host and service downtimes.
|
||||
monitoring/command/process-check-result | Allow processing host and service check results.
|
||||
monitoring/command/feature/instance | Allow processing commands for toggling features on an instance-wide basis.
|
||||
monitoring/command/feature/object | Allow processing commands for toggling features on host and service objects.
|
||||
monitoring/command/send-custom-notification | Allow sending custom notifications for hosts and services.
|
||||
Name | Permits
|
||||
-------------------------------------------------|-----------------------------------------------
|
||||
monitoring/command/* | Allow all commands.
|
||||
monitoring/command/schedule-check | Allow scheduling host and service checks.
|
||||
monitoring/command/schedule-check/active-only | Allow scheduling host and service checks. (Only on objects with active checks enabled)
|
||||
monitoring/command/acknowledge-problem | Allow acknowledging host and service problems.
|
||||
monitoring/command/remove-acknowledgement | Allow removing problem acknowledgements.
|
||||
monitoring/command/comment/* | Allow adding and deleting host and service comments.
|
||||
monitoring/command/comment/add | Allow commenting on hosts and services.
|
||||
monitoring/command/comment/delete | Allow deleting host and service comments.
|
||||
monitoring/command/downtime/* | Allow scheduling and deleting host and service downtimes.
|
||||
monitoring/command/downtime/schedule | Allow scheduling host and service downtimes.
|
||||
monitoring/command/downtime/delete | Allow deleting host and service downtimes.
|
||||
monitoring/command/process-check-result | Allow processing host and service check results.
|
||||
monitoring/command/feature/instance | Allow processing commands for toggling features on an instance-wide basis.
|
||||
monitoring/command/feature/object/* | Allow processing commands for toggling features on host and service objects.
|
||||
monitoring/command/feature/object/active-checks | Allow processing commands for toggling active checks on host and service objects.
|
||||
monitoring/command/feature/object/passive-checks | Allow processing commands for toggling passive checks on host and service objects.
|
||||
monitoring/command/feature/object/notifications | Allow processing commands for toggling notifications on host and service objects.
|
||||
monitoring/command/feature/object/event-handler | Allow processing commands for toggling event handlers on host and service objects.
|
||||
monitoring/command/feature/object/flap-detection | Allow processing commands for toggling flap detection on host and service objects.
|
||||
monitoring/command/send-custom-notification | Allow sending custom notifications for hosts and services.
|
||||
|
||||
|
||||
## Restrictions <a id="monitoring-module-security-restrictions"></a>
|
||||
|
|
Loading…
Reference in New Issue