We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c7703 commit 20e0021Copy full SHA for 20e0021
salt/_extensions/pillar/dms.py
@@ -38,7 +38,7 @@ def ext_pillar(minion_id, pillar, api_key=None, base_path="/etc/deadmanssnitch/"
38
auth=HTTPBasicAuth(api_key, ""),
39
json={
40
"name": f"salt-highstate {minion_id}",
41
- "interval": "15_minute",
+ "interval": "hourly",
42
"alert_type": "basic",
43
"tags": ["salt-master"],
44
},
0 commit comments