Dzahn has submitted this change and it was merged.

Change subject: make check_http (80) and check_tcp (8080) on install hosts a 
critical (paging) service
......................................................................


make check_http (80) and check_tcp (8080) on install hosts a critical (paging) 
service

Change-Id: I481d275e3246f29a35337a7957506107519dda73
---
M manifests/misc/install-server.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/misc/install-server.pp b/manifests/misc/install-server.pp
index 5f10979..719d656 100644
--- a/manifests/misc/install-server.pp
+++ b/manifests/misc/install-server.pp
@@ -30,7 +30,7 @@
                }
 
                # Monitoring
-               monitor_service { "http": description => "HTTP", check_command 
=> "check_http" }
+               monitor_service { "http": description => "HTTP", check_command 
=> "check_http", critical => true }
        }
 
        class tftp-server {
@@ -115,7 +115,7 @@
                }
 
                # Monitoring
-               monitor_service { "squid": description => "Squid", 
check_command => "check_tcp!8080" }
+               monitor_service { "squid": description => "Squid", 
check_command => "check_tcp!8080", critical => true }
        }
 
        class ubuntu-mirror {

-- 
To view, visit https://gerrit.wikimedia.org/r/52069
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I481d275e3246f29a35337a7957506107519dda73
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to