You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/monitoring
Björn Andersson + SU Sheng Loong f8fe5a2fcd monit: Add retry for pending/initializing services
If there are already ongoing actions for a process managed by monit, the
module would exit unsuccessfully. It could also give off false positives
because it did not determine whether the service was started/stopped
when it was in a pending state. Which might be turning the service off,
but the action was to start it.

For example "Running - pending stop" would be regarded as the service
running and "state=enabled" would do nothing.

This will make Ansible wait for the state to finalize, or a timeout decided
by the new `max_retries` option, before it decides what to do.

This fixes issue #244.
10 years ago
..
__init__.py package files 11 years ago
airbrake_deployment.py be explicit about urllib import and remove conditional urllib(2) import 11 years ago
bigpanda.py added missing license headers 11 years ago
boundary_meter.py bugfix: use correct function close calls 10 years ago
circonus_annotation.py added missing license headers 11 years ago
datadog_event.py added missing license headers 11 years ago
datadog_monitor.py fixes a typo in Datadog Monitor docs 10 years ago
librato_annotation.py Use fetch_url's basic auth instead of code specific to this module 11 years ago
logentries.py Changes to author formatting, remove emails 11 years ago
monit.py monit: Add retry for pending/initializing services 10 years ago
nagios.py minor doc fixes nagios 10 years ago
newrelic_deployment.py be explicit about urllib import and remove conditional urllib(2) import 11 years ago
pagerduty.py added missing license headers 11 years ago
pagerduty_alert.py Make pagerduty_alert module more inline with ansible modules 10 years ago
pingdom.py added missing license headers 11 years ago
rollbar_deployment.py be explicit about urllib import and remove conditional urllib(2) import 11 years ago
sensu_check.py Fix state & metric description 10 years ago
stackdriver.py added missing license headers 11 years ago
uptimerobot.py added missing license headers 11 years ago
zabbix_group.py Fix documentation formatting 11 years ago
zabbix_host.py corrected choices which was meant to be type 10 years ago
zabbix_hostmacro.py zabbix: improve module doc 11 years ago
zabbix_maintenance.py Changes to author formatting, remove emails 11 years ago
zabbix_screen.py minor docfix 10 years ago