Mark Bergsma has submitted this change and it was merged.

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


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

Waking people up for this, are you crazy?

This reverts commit e2d5cd28bfa2e97953c6eaa3acf8617ebbc66f6d

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

Approvals:
  Mark Bergsma: Verified; Looks good to me, approved



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

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I53a6aae5823b4fc3c75e5dbd38e5d2b02472fee1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Mark Bergsma <m...@wikimedia.org>
Gerrit-Reviewer: Mark Bergsma <m...@wikimedia.org>

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

Reply via email to