monitoring/doc: Update permission list

This commit is contained in:
Johannes Meyer 2019-04-12 10:53:38 +02:00
parent 07c48d63ee
commit 52da57e5d4
1 changed files with 22 additions and 13 deletions

View File

@ -13,17 +13,26 @@ when using the monitoring module.
Name | Permits Name | Permits
--------------------------------------------|----------------------------------------------- -------------------------------------------------|-----------------------------------------------
monitoring/command/\* | Allow all commands. monitoring/command/* | Allow all commands.
monitoring/command/schedule-check | Allow scheduling host and service checks. 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/acknowledge-problem | Allow acknowledging host and service problems.
monitoring/command/remove-acknowledgement | Allow removing problem acknowledgements. monitoring/command/remove-acknowledgement | Allow removing problem acknowledgements.
monitoring/command/comment/\* | Allow adding and deleting host and service comments. monitoring/command/comment/* | Allow adding and deleting host and service comments.
monitoring/command/comment/add | Allow commenting on hosts and services. 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/downtime/delete | Allow deleting host and service downtimes.
monitoring/command/process-check-result | Allow processing host and service check results. 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/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/* | 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. monitoring/command/send-custom-notification | Allow sending custom notifications for hosts and services.