From 52da57e5d43a44b99a2a01b20348d6bf22988777 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 12 Apr 2019 10:53:38 +0200 Subject: [PATCH] monitoring/doc: Update permission list --- modules/monitoring/doc/06-Security.md | 35 +++++++++++++++++---------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/modules/monitoring/doc/06-Security.md b/modules/monitoring/doc/06-Security.md index 87527d0e8..750eaeff8 100644 --- a/modules/monitoring/doc/06-Security.md +++ b/modules/monitoring/doc/06-Security.md @@ -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