Skip to content

Commit

Permalink
chore: increase interval for snitching (#494)
Browse files Browse the repository at this point in the history
JacobCoffee authored Sep 18, 2024

Verified

This commit was signed with the committer’s verified signature.
natanfelles Natan Felles
1 parent 08c7703 commit 20e0021
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
@@ -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"],
},

0 comments on commit 20e0021

Please sign in to comment.