]> granicus.if.org Git - icinga2/commitdiff
Docs: Remove unused wip chapter
authorMichael Friedrich <michael.friedrich@gmail.com>
Sat, 29 Aug 2015 08:29:53 +0000 (10:29 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Sat, 29 Aug 2015 08:29:53 +0000 (10:29 +0200)
refs #9105

doc/9080-apiactions.md(WIP) [deleted file]

diff --git a/doc/9080-apiactions.md(WIP) b/doc/9080-apiactions.md(WIP)
deleted file mode 100644 (file)
index 9d9be98..0000000
+++ /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                        | - | - | -