From f1e37c4e72c4562f21edc81068ad2cb97eeb7d53 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Sat, 29 Aug 2015 10:29:53 +0200 Subject: [PATCH] Docs: Remove unused wip chapter refs #9105 --- doc/9080-apiactions.md(WIP) | 52 ------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 doc/9080-apiactions.md(WIP) diff --git a/doc/9080-apiactions.md(WIP) b/doc/9080-apiactions.md(WIP) deleted file mode 100644 index 9d9be98d2..000000000 --- a/doc/9080-apiactions.md(WIP) +++ /dev/null @@ -1,52 +0,0 @@ -###API ACTIONS - - -Action name | Parameters | Target types | Notes ----------------------------------------|-----------------------------------|--------------------------|----------------------- -process-check-result | exit_status; plugin_output; check_source; performance_data[]; check_command[]; execution_end; execution_start; schedule_end; schedule_start | Service; Host | - -reschedule-check | {next_check}; {(force_check)} | Service; Host | - -acknowledge-problem | author; comment; {timestamp}; {(sticky)}; {(notify)} | Service; Host | - -remove-acknowledgement | - | Service; Host | - -add-comment | author; comment | Service; Host | - -remove-comment | - | Service;Host | - -remove-comment-by-id | comment_id | - | - -delay-notifications | timestamp | Service;Host | - -add-downtime | start_time; end_time; duration; author; comment; {trigger_id}; {(fixed)} | Service; Host; ServiceGroup; HostGroup | Downtime for all services on host x? -remove-downtime | - | Service; Host | - -remove-downtime-by-id | downtime_id | - | - -send-custom-notification | options[]; author; comment | Service; Host | - - -enable-passive-checks | - | Service; Host; ServiceGroup; HostGroup | "System" as target? -disable-passive-checks | - | Service; Host; ServiceGroup; HostGroup | diable all passive checks for services of hosts y in hostgroup x? -enable-active-checks | - | Host; HostGroup | - -disable-active-checks | - | Host; HostGroup | - -enable-notifications | - | Service; Host; ServiceGroup; HostGroup | Enable all notifications for services of host x? -disable-notifications | - | Service; Host; ServiceGroup; HostGroup | - -enable-flap-detection | - | Service; Host; ServiceGroup; HostGroup | - -disable-flap-detection | - | Service; Host; ServiceGroup; HostGroup | - -enable-event-handler | - | Service; Host | - -disable-event-handler | - | Service; Host | - - -change-custom-vor | var_name; var_value | Service; Host; User; Checkcommand; Eventcommand; Notificationcommand -change-mod-attribute | mod_value | Service; Host; User; Checkcommand; Eventcommand; Notificationcommand -change-event-handler | {event_command_name} | Service; Host | - -change-check-command | check_command_name | Service; Host | - -change-max-check-attempts | max_check_attempts | Service; Host | - -change-check-interval | check_interval | Service; Host | - -change-retry-interval | retry_interval | Service; Host | - -change-check-period | time_period_name | Service; Host | - - -enable-global-notifications | - | - | - -disable-global-notifications | - | - | - -enable-global-flap-detection | - | - | - -disable-global-flap-detection | - | - | - -enable-global-event-handlers | - | - | - -disable-global-event-handlers | - | - | - -enable-global-performance-data | - | - | - -disable-global-performance-data | - | - | - -start-global-executing-svc-checks | - | - | - -stop-global-executing-svc-checks | - | - | - -start-global-executing-host-checks | - | - | - -stop-global-executing-host-checks | - | - | - -shutdown-process | - | - | - -restart-process | - | - | -