Skip to content

Commit

Permalink
chore: increase interval for snitching
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 18, 2024
1 parent 08c7703 commit ff3937b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/_extensions/pillar/dms.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def ext_pillar(minion_id, pillar, api_key=None, base_path="/etc/deadmanssnitch/"
auth=HTTPBasicAuth(api_key, ""),
json={
"name": f"salt-highstate {minion_id}",
"interval": "15_minute",
"interval": "hourly",
"alert_type": "basic",
"tags": ["salt-master"],
},
Expand Down

0 comments on commit ff3937b

Please sign in to comment.