mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
5 lines
143 B
Bash
Executable File
5 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ansible nagios -m nagios -a "action=silence_nagios"
|
|
ansible nagios -m nagios -a "action=command command='DISABLE_EVENT_HANDLERS'"
|