From a6c1d67b550c6e30e051fd59a0ddd4ef975a6a63 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 24 May 2024 17:03:18 +0200 Subject: [PATCH] remove entropia-jira --- nodes/entropia-jira.toml | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 nodes/entropia-jira.toml diff --git a/nodes/entropia-jira.toml b/nodes/entropia-jira.toml deleted file mode 100644 index 302756c..0000000 --- a/nodes/entropia-jira.toml +++ /dev/null @@ -1,34 +0,0 @@ -hostname = "45.140.180.45" -dummy = true - -[metadata.icinga_options] -period = "daytime" -show_on_statuspage = false - -[metadata.icinga2_api.nginx.services."NGINX VHOST ticket-redirect CERTIFICATE"] -check_command = "check_https_cert_at_url" -"vars.domain" = "ticket.gulas.ch" -"vars.notification.mail" = true - -[metadata.icinga2_api.nginx.services."NGINX VHOST jira CERTIFICATE"] -check_command = "check_https_cert_at_url" -"vars.domain" = "jira.gulas.ch" -"vars.notification.mail" = true - -[metadata.icinga2_api.nginx.services."NGINX VHOST jira CONTENT"] -check_command = "check_http_wget" -"vars.http_wget_contains" = "login.jsp" -"vars.http_wget_url" = "https://jira.gulas.ch/secure/Dashboard.jspa" -"vars.notification.sms" = true - -[metadata.icinga2_api.custom.services] -# these checks do not get deployed onto the actual host by us, we only -# execute those checks -'DISK SPACE'.'vars.sshmon_command' = 'DISK_SPACE' -'JIRA HEAP'.'vars.sshmon_command' = 'JIRA_HEAP' -'JIRA THREADS'.'vars.sshmon_command' = 'JIRA_THREADS' -'LOAD'.'vars.sshmon_command' = 'LOAD' -'OOM KILLER'.'vars.sshmon_command' = 'OOM_KILLER' -'RAM'.'vars.sshmon_command' = 'RAM' -'USER PROCESS SECURITY jira'.'vars.sshmon_command' = 'USER_PROCESS_SECURITY_jira' -'ZPOOL SPACE tank'.'vars.sshmon_command' = 'check_zpool_space_tank'