Home
last modified time | relevance | path

Searched refs:NOT_MONITORED (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/unit/plugins/modules/monitoring/
H A Dtest_monit.py39 with self.patch_status([monit.Status.OK, monit.Status.NOT_MONITORED]):
74 with self.patch_status([monit.Status.NOT_MONITORED, monit.Status.OK]) as get_status:
75 self.monit.wait_for_status_change(monit.Status.NOT_MONITORED)
84 … with self.patch_status([monit.Status.NOT_MONITORED, monit.Status.OK.pending(), monit.Status.OK]):
89 with self.patch_status([monit.Status.NOT_MONITORED] * 3):
95 with self.patch_status(monit.Status.NOT_MONITORED.pending()):
118 (TEST_OUTPUT % ('Process', 'processX', 'Monitored - stop pending'), monit.Status.NOT_MONITORED),
122 (TEST_OUTPUT % ('Process', 'processX', 'Not monitored'), monit.Status.NOT_MONITORED),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dmonit.py73 NOT_MONITORED = 'not_monitored' variable in StatusValue
78 MISSING, OK, NOT_MONITORED, INITIALIZING, DOES_NOT_EXIST, EXECUTION_FAILED
100 NOT_MONITORED = StatusValue(StatusValue.NOT_MONITORED) variable in Status
178 status = Status.NOT_MONITORED
261 self.change_state('stopped', Status.NOT_MONITORED)
264 self.change_state('unmonitored', Status.NOT_MONITORED)
273 self.change_state('monitored', Status.NOT_MONITORED, invert_expected=True)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/monitoring/
H A Dmonit.py73 NOT_MONITORED = 'not_monitored' variable in StatusValue
78 MISSING, OK, NOT_MONITORED, INITIALIZING, DOES_NOT_EXIST, EXECUTION_FAILED
100 NOT_MONITORED = StatusValue(StatusValue.NOT_MONITORED) variable in Status
178 status = Status.NOT_MONITORED
261 self.change_state('stopped', Status.NOT_MONITORED)
264 self.change_state('unmonitored', Status.NOT_MONITORED)
273 self.change_state('monitored', Status.NOT_MONITORED, invert_expected=True)