From 5d68afe8079da0c961641f3a570ca12d24c779e9 Mon Sep 17 00:00:00 2001
From: ThatOneNeji <dev.duncane@gmail.com>
Date: Thu, 16 Jul 2020 23:00:37 +0200
Subject: [PATCH] day changes

---
 nagios/NMS_Services.cfg |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/nagios/NMS_Services.cfg b/nagios/NMS_Services.cfg
index 56e1607..a80e42f 100644
--- a/nagios/NMS_Services.cfg
+++ b/nagios/NMS_Services.cfg
@@ -43,7 +43,7 @@
 ###
 define service{
     use                                nms-generic-service-crit
-    host_name                          NMSAPP.TNM.CO.MW
+    host_name                          NMSAPP.TNM.CO.MW,NMSDB.TNM.CO.MW,NMSBACKUP.TNM.CO.MW
     service_description                CPU Load
     check_command                      check_nrpe!check_load
     notes                              OSxxxxx
@@ -59,7 +59,7 @@
 
 define service{
     use                                nms-generic-service-crit
-    host_name                          NMSAPP.TNM.CO.MW
+    host_name                          NMSAPP.TNM.CO.MW,NMSDB.TNM.CO.MW,NMSBACKUP.TNM.CO.MW
     service_description                Memory Usage 
     check_command                      check_nrpe!check_ram
     notes                              OSxxxxx
@@ -67,7 +67,7 @@
 
 define service{
     use                                nms-generic-service-crit
-    host_name                          NMSAPP.TNM.CO.MW
+    host_name                          NMSAPP.TNM.CO.MW,NMSDB.TNM.CO.MW,NMSBACKUP.TNM.CO.MW
     service_description                Partition - Free Space - /app 
     check_command                      check_nrpe!check_app
     notes                              OSxxxxx
@@ -83,7 +83,7 @@
 
 define service{
     use                                nms-generic-service-crit
-    host_name                          NMSAPP.TNM.CO.MW
+    host_name                          NMSAPP.TNM.CO.MW,NMSDB.TNM.CO.MW,NMSBACKUP.TNM.CO.MW
     service_description                Partition - Free Space - /root
     check_command                      check_nrpe!check_root 
     notes                              OSxxxxx
@@ -107,7 +107,7 @@
 
 define service{
     use                                nms-generic-service-crit
-    host_name                          NMSAPP.TNM.CO.MW
+    host_name                          NMSAPP.TNM.CO.MW,NMSDB.TNM.CO.MW,NMSBACKUP.TNM.CO.MW
     service_description                Check DNS 
     check_command                      check_nrpe!check_dns
     notes                              OSxxxxx
@@ -115,7 +115,7 @@
 
 define service{
     use                                nms-generic-service-crit
-    host_name                          NMSAPP.TNM.CO.MW
+    host_name                          NMSAPP.TNM.CO.MW,NMSDB.TNM.CO.MW,NMSBACKUP.TNM.CO.MW
     service_description                SSH Check
     check_command                      check_ssh!10
     notes                              OSxxxxx
@@ -123,7 +123,7 @@
 
 define service{
     use                                nms-generic-service
-    host_name                          NMSAPP.TNM.CO.MW
+    host_name                          NMSAPP.TNM.CO.MW,NMSDB.TNM.CO.MW,NMSBACKUP.TNM.CO.MW
     service_description                SUDO Installed
     check_command                      check_nrpe!check_sudo
     notes                              OSxxxxx
@@ -222,21 +222,21 @@
 ##
 #
 
-define service{
-    use                                nms-generic-service-crit
-    host_name                          NMSAPP.TNM.CO.MW
-    service_description                Apache Service 
-    check_command                      check_url!80!1.0!60.0!"Index of"!"/sm/"
-    notes                              SWxxxxx
-}
+#define service{
+#    use                                nms-generic-service-crit
+#    host_name                          NMSAPP.TNM.CO.MW
+#    service_description                Apache Service 
+#    check_command                      check_url!443!1.0!60.0!"Index of"!"/sm/"
+#    notes                              SWxxxxx
+#}
 
-define service{
-    use                                nms-generic-service-crit
-    host_name                          NMSAPP.TNM.CO.MW
-    service_description                Apache Service Running
-    check_command                      check_url!80!1.0!60.0!"Apache Server Status"!"/server-status"
-    notes                              SWxxxxx
-}
+#define service{
+#    use                                nms-generic-service-crit
+#    host_name                          NMSAPP.TNM.CO.MW
+#    service_description                Apache Service Running
+#    check_command                      check_url!443!1.0!60.0!"Apache Server Status"!"/server-status"
+#    notes                              SWxxxxx
+#}
 
 ##
 #  Coldfusion - Common
@@ -245,8 +245,8 @@
 define service{
     use                                nms-generic-service-crit
     host_name                          NMSAPP.TNM.CO.MW
-    service_description                Apache Service Running. Coldfusion might be having issues
-    check_command                      check_url!80!1.0!60.0!"Network Group Home"!"/"
+    service_description                Coldfusion10
+    check_command                      check_url!8100!1.0!60.0!"NMS Home Page"!"/"
     notes                              SWxxxxx
 }
 

--
Gitblit v1.8.0