Skip to content

Commit

Permalink
Add more wc monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega committed May 6, 2024
1 parent adce053 commit ffae7dd
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions modules/monitoring/templates/ssl.conf.erb
@@ -1,3 +1,33 @@
apply Service "wc.miraheze.org" {
import "generic-service"
check_command = "check_ssl_expire"
notes_url = "https://meta.miraheze.org/wiki/Tech:Icinga/MediaWiki_Monitoring#SSL_Validity_Checks"
vars.host = "miraheze.org"
vars.time = "30"

assign where "sslchecks" in host.groups
}

apply Service "wc.orain.org" {
import "generic-service"
check_command = "check_ssl_expire"
notes_url = "https://meta.miraheze.org/wiki/Tech:Icinga/MediaWiki_Monitoring#SSL_Validity_Checks"
vars.host = "orain.org"
vars.time = "30"

assign where "sslchecks" in host.groups
}

apply Service "wc.wiki.surf" {
import "generic-service"
check_command = "check_ssl_expire"
notes_url = "https://meta.miraheze.org/wiki/Tech:Icinga/MediaWiki_Monitoring#SSL_Validity_Checks"
vars.host = "wiki.surf"
vars.time = "30"

assign where "sslchecks" in host.groups
}

apply Service "wc.wikitide.net" {
import "generic-service"
check_command = "check_ssl_expire"
Expand All @@ -8,6 +38,16 @@ apply Service "wc.wikitide.net" {
assign where "sslchecks" in host.groups
}

apply Service "wc.wikitide.org" {
import "generic-service"
check_command = "check_ssl_expire"
notes_url = "https://meta.miraheze.org/wiki/Tech:Icinga/MediaWiki_Monitoring#SSL_Validity_Checks"
vars.host = "wikitide.org"
vars.time = "30"

assign where "sslchecks" in host.groups
}

apply Service "m.miraheze.org - LetsEncrypt" {
import "generic-service"
check_command = "check_ssl_expire"
Expand Down

0 comments on commit ffae7dd

Please sign in to comment.