Skip to content

Commit

Permalink
Modify ns2/mattermost1 max checks before alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai authored Feb 18, 2025
1 parent 36cd824 commit 008774d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/monitoring/files/services.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,15 @@ apply Service "ping6" {
check_command = "ping6"

if ( host.name == "ns2" ) {
retry_interval = "5m"
max_check_attempts = 25
vars.ping_wrta = 300
vars.ping_crta = 350
}

if ( host.name == "mattermost1" ) {
retry_interval = "5m"
max_check_attempts = 25
vars.ping_wrta = 150
vars.ping_crta = 250
}
Expand Down

0 comments on commit 008774d

Please sign in to comment.