Skip to content

Commit 20e0021

Browse files
authored
chore: increase interval for snitching (#494)
1 parent 08c7703 commit 20e0021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/_extensions/pillar/dms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def ext_pillar(minion_id, pillar, api_key=None, base_path="/etc/deadmanssnitch/"
3838
auth=HTTPBasicAuth(api_key, ""),
3939
json={
4040
"name": f"salt-highstate {minion_id}",
41-
"interval": "15_minute",
41+
"interval": "hourly",
4242
"alert_type": "basic",
4343
"tags": ["salt-master"],
4444
},

0 commit comments

Comments
 (0)