mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 12:49:00 +08:00
5 lines
144 B
Bash
Executable File
5 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ansible nagios -m nagios -a "action=unsilence_nagios"
|
|
ansible nagios -m nagios -a "action=command command='ENABLE_EVENT_HANDLERS'"
|