From 8587d2eb33dbfca757450a3cbc2d3624a0c18700 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 12:24:12 +0200 Subject: added bestuecker/serverswitch2 to Monitoring --- Monitoring/TODO | 2 ++ Monitoring/conf/shack_infrastructure.cfg | 32 ++++++++++++++++++++------------ 2 files changed, 22 insertions(+), 12 deletions(-) (limited to 'Monitoring') diff --git a/Monitoring/TODO b/Monitoring/TODO index e69de29b..a3f31ff7 100644 --- a/Monitoring/TODO +++ b/Monitoring/TODO @@ -0,0 +1,2 @@ +check_external_commands=0 -> =1 in nagios.cfg +--> rwx -> /var/lib/nagios3/rw/nagios.cmd diff --git a/Monitoring/conf/shack_infrastructure.cfg b/Monitoring/conf/shack_infrastructure.cfg index 78c220b1..b463978a 100644 --- a/Monitoring/conf/shack_infrastructure.cfg +++ b/Monitoring/conf/shack_infrastructure.cfg @@ -64,6 +64,15 @@ define host{ hostgroups shack-rz } +define host{ + use generic-host + host_name shack-serverswitch2 + parents shack-serverswitch + alias Shack switch Rack 2 (cisco 3524) + address 10.42.0.5 + hostgroups shack-rz,ssh-servers + } + define service { host_name shack-gw service_description DNS Service @@ -86,14 +95,6 @@ define host{ hostgroups shack-rz } -define host{ - use generic-host - host_name shack-wlan-ap1 - parents shack-coreswitch - alias Shack Wlan Access Point 1 - address 10.42.0.5 - hostgroups wlan-ap - } define host{ use generic-host host_name shack-wlan-ap2 @@ -145,10 +146,6 @@ define service{ check_command check_sip } - - - - # # Shack DNS Server # @@ -222,3 +219,14 @@ define service { check_command check_ldap!shammunity } +# +# Random stuff (not necessary located in RZ) +# +define host{ + use generic-host + host_name shack-pnp + alias Shack Bestueckungsautomat + address 10.42.100.5 + parents shack-coreswitch + #hostgroups shack-rz + } -- cgit v1.2.3 From 43298f04b750e7a9389c7ed588b79cd3bf033de5 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 12:55:08 +0200 Subject: updated mining rigs, RZ Guests in Monitoring Monitoring/conf/shack_guests: mining rigs updated (ip),moved pnp Monitoring/conf/shack_infrastructure: Bestuecker moved to guests --- Monitoring/conf/shack_guests.cfg | 32 +++++++++++++++++++++++++------- Monitoring/conf/shack_infrastructure.cfg | 8 -------- 2 files changed, 25 insertions(+), 15 deletions(-) (limited to 'Monitoring') diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index 75e92f17..d134150c 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -6,31 +6,49 @@ define host{ host_name gauda0 parents shack-serverswitch alias Gauda0 Bitcoin Mining Rig 0 - address 10.42.1.16 + address 10.42.0.99 hostgroups bitcoin-miner } define host{ use generic-host host_name gauda1 - parents shack-serverswitch + parents shack-serverswitch2 alias Gauda0 Bitcoin Mining Rig 1 - address 10.42.1.20 + address 10.42.0.98 hostgroups bitcoin-miner } define host{ use generic-host host_name gauda2 - parents shack-serverswitch + parents shack-serverswitch2 alias Gauda0 Bitcoin Mining Rig 2 - address 10.42.1.17 + address 10.42.0.97 hostgroups bitcoin-miner } +define host{ + use generic-host + host_name chinaman + parents shack-serverswitch2 + alias Chinaman Bitcoin Mining Rig + address 10.42.0.96 + hostgroups bitcoin-miner,tinc-nodes + } + define host{ use generic-host host_name SaschaPC parents shack-serverswitch - alias Saschas Bitcoin Miner + alias Sascha Server address 10.42.23.100 - hostgroups bitcoin-miner + #hostgroups bitcoin-miner + } + +define host{ + use generic-host + host_name shack-pnp + alias Shack Bestueckungsautomat + address 10.42.100.5 + parents shack-coreswitch + #hostgroups shack-rz } diff --git a/Monitoring/conf/shack_infrastructure.cfg b/Monitoring/conf/shack_infrastructure.cfg index b463978a..2a250efc 100644 --- a/Monitoring/conf/shack_infrastructure.cfg +++ b/Monitoring/conf/shack_infrastructure.cfg @@ -222,11 +222,3 @@ define service { # # Random stuff (not necessary located in RZ) # -define host{ - use generic-host - host_name shack-pnp - alias Shack Bestueckungsautomat - address 10.42.100.5 - parents shack-coreswitch - #hostgroups shack-rz - } -- cgit v1.2.3 From 1d64adc977a24405cc43d99bc74287be3c700e37 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 13:04:21 +0200 Subject: Monitoring/conf/shack_guests: added tinc addr --- Monitoring/conf/shack_guests.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Monitoring') diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index d134150c..869583f7 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -13,7 +13,7 @@ define host{ use generic-host host_name gauda1 parents shack-serverswitch2 - alias Gauda0 Bitcoin Mining Rig 1 + alias Gauda1 Bitcoin Mining Rig 1 address 10.42.0.98 hostgroups bitcoin-miner } @@ -21,7 +21,7 @@ define host{ use generic-host host_name gauda2 parents shack-serverswitch2 - alias Gauda0 Bitcoin Mining Rig 2 + alias Gauda2 Bitcoin Mining Rig 2 address 10.42.0.97 hostgroups bitcoin-miner } @@ -32,6 +32,7 @@ define host{ parents shack-serverswitch2 alias Chinaman Bitcoin Mining Rig address 10.42.0.96 + _TINC_ADDRESS 10.7.7.6 hostgroups bitcoin-miner,tinc-nodes } -- cgit v1.2.3 From 183b76155a02a64626903c2d21d174799fa1c0de Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 13:08:06 +0200 Subject: Monitoring/conf/shack_guests.cfg: added ssh-servers --- Monitoring/conf/shack_guests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Monitoring') diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index 869583f7..ba460366 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -33,7 +33,7 @@ define host{ alias Chinaman Bitcoin Mining Rig address 10.42.0.96 _TINC_ADDRESS 10.7.7.6 - hostgroups bitcoin-miner,tinc-nodes + hostgroups bitcoin-miner,tinc-nodes,ssh-servers } define host{ -- cgit v1.2.3 From 884d9d9819205826bf6d7368c788f8844a92d630 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 14:29:37 +0200 Subject: added myself to contacts --- Monitoring/conf/shack_contacts.cfg | 17 +++++++++++++++++ Monitoring/conf/shack_guests.cfg | 13 ++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 Monitoring/conf/shack_contacts.cfg (limited to 'Monitoring') diff --git a/Monitoring/conf/shack_contacts.cfg b/Monitoring/conf/shack_contacts.cfg new file mode 100644 index 00000000..c8b63a56 --- /dev/null +++ b/Monitoring/conf/shack_contacts.cfg @@ -0,0 +1,17 @@ +define contact{ + contact_name makefu + alias makefu + service_notification_period 24x7 + host_notification_period 24x7 + service_notification_options w,u,c,r + host_notification_options d,u,r + service_notification_commands notify-by-email + host_notification_commands host-notify-by-email,host-notify-by-epager + email shack_nagios_notification@syntax-fehler.de + } +define contactgroup{ + contactgroup_name krebsminers + alias Krebsminers + members makefu + } + diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index ba460366..5c0a4cbf 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -34,17 +34,27 @@ define host{ address 10.42.0.96 _TINC_ADDRESS 10.7.7.6 hostgroups bitcoin-miner,tinc-nodes,ssh-servers + contactgroups krebsminers } define host{ use generic-host - host_name SaschaPC + host_name Sascha privater Server parents shack-serverswitch alias Sascha Server address 10.42.23.100 #hostgroups bitcoin-miner } +define host{ + use generic-host + host_name Telefonzelle + parents shack-coreswitch + alias Telefonzelle + address 10.42.23.101 + #hostgroups bitcoin-miner + } + define host{ use generic-host host_name shack-pnp @@ -53,3 +63,4 @@ define host{ parents shack-coreswitch #hostgroups shack-rz } + -- cgit v1.2.3 From 1e6461dcb26980450d30cdd573affda0c35f0435 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 14:53:53 +0200 Subject: migrated all necessary configuration used the Debian config for krebs to provide a generic environment without dependencies to other nagios systems --- Monitoring/Makefile | 3 +- Monitoring/conf/extinfo.cfg | 9 ++++++ Monitoring/conf/hostgroups_generic.cfg | 28 +++++++++++++++++++ Monitoring/conf/services.cfg | 26 ++++++++++++++++++ Monitoring/conf/shack_contacts.cfg | 4 +-- Monitoring/conf/shack_guests.cfg | 2 +- Monitoring/conf/templates.cfg | 45 ++++++++++++++++++++++++++++++ Monitoring/conf/timeperiods.cfg | 50 ++++++++++++++++++++++++++++++++++ 8 files changed, 162 insertions(+), 5 deletions(-) create mode 100644 Monitoring/conf/extinfo.cfg create mode 100644 Monitoring/conf/hostgroups_generic.cfg create mode 100644 Monitoring/conf/services.cfg create mode 100644 Monitoring/conf/templates.cfg create mode 100644 Monitoring/conf/timeperiods.cfg (limited to 'Monitoring') diff --git a/Monitoring/Makefile b/Monitoring/Makefile index a42707e3..90c7e0c1 100644 --- a/Monitoring/Makefile +++ b/Monitoring/Makefile @@ -5,8 +5,7 @@ HTDOCS = /usr/share/nagios3/htdocs .phony: debian debian: [ `which nagios3` ] || apt-get install nagios3 - rm $(NAGDIR)/conf.d/localhost_nagios2.cfg || true - rm $(NAGDIR)/conf.d/host-gateway_nagios3.cfg || true + rm $(NAGDIR)/conf.d/* || true cp -r conf/* $(NAGDIR)/conf.d/ htpasswd -bc htpasswd.users nagiosadmin krebs htpasswd -b htpasswd.users shack shackit diff --git a/Monitoring/conf/extinfo.cfg b/Monitoring/conf/extinfo.cfg new file mode 100644 index 00000000..e4300b72 --- /dev/null +++ b/Monitoring/conf/extinfo.cfg @@ -0,0 +1,9 @@ +define hostextinfo{ + hostgroup_name debian-servers + notes Debian GNU/Linux servers +# notes_url http://webserver.localhost.localdomain/hostinfo.pl?host=netware1 + icon_image base/debian.png + icon_image_alt Debian GNU/Linux + vrml_image debian.png + statusmap_image base/debian.gd2 + } diff --git a/Monitoring/conf/hostgroups_generic.cfg b/Monitoring/conf/hostgroups_generic.cfg new file mode 100644 index 00000000..4e3625c5 --- /dev/null +++ b/Monitoring/conf/hostgroups_generic.cfg @@ -0,0 +1,28 @@ +# A simple wildcard hostgroup +define hostgroup { + hostgroup_name all + alias All Servers + members * + } + +# A list of your Debian GNU/Linux servers +define hostgroup { + hostgroup_name debian-servers + alias Debian GNU/Linux Servers + members localhost + } + +# A list of your web servers +define hostgroup { + hostgroup_name http-servers + alias HTTP servers + members localhost + } + +# A list of your ssh-accessible servers +define hostgroup { + hostgroup_name ssh-servers + alias SSH servers + members localhost + } + diff --git a/Monitoring/conf/services.cfg b/Monitoring/conf/services.cfg new file mode 100644 index 00000000..e3a61eb0 --- /dev/null +++ b/Monitoring/conf/services.cfg @@ -0,0 +1,26 @@ +# check that web services are running +define service { + hostgroup_name http-servers + service_description HTTP + check_command check_http + use generic-service + notification_interval 0 ; set > 0 if you want to be renotified +} + +# check that ssh services are running +define service { + hostgroup_name ssh-servers + service_description SSH + check_command check_ssh + use generic-service + notification_interval 0 ; set > 0 if you want to be renotified +} + +# check that ping-only hosts are up +define service { +# hostgroup_name ping-servers + service_description PING + check_command check_ping!100.0,20%!500.0,60% + use generic-service + notification_interval 0 ; set > 0 if you want to be renotified +} diff --git a/Monitoring/conf/shack_contacts.cfg b/Monitoring/conf/shack_contacts.cfg index c8b63a56..e46c539a 100644 --- a/Monitoring/conf/shack_contacts.cfg +++ b/Monitoring/conf/shack_contacts.cfg @@ -5,8 +5,8 @@ define contact{ host_notification_period 24x7 service_notification_options w,u,c,r host_notification_options d,u,r - service_notification_commands notify-by-email - host_notification_commands host-notify-by-email,host-notify-by-epager + service_notification_commands notify-service-by-email + host_notification_commands notify-host-by-email email shack_nagios_notification@syntax-fehler.de } define contactgroup{ diff --git a/Monitoring/conf/shack_guests.cfg b/Monitoring/conf/shack_guests.cfg index 5c0a4cbf..45617461 100644 --- a/Monitoring/conf/shack_guests.cfg +++ b/Monitoring/conf/shack_guests.cfg @@ -34,7 +34,7 @@ define host{ address 10.42.0.96 _TINC_ADDRESS 10.7.7.6 hostgroups bitcoin-miner,tinc-nodes,ssh-servers - contactgroups krebsminers + contact_groups krebsminers } define host{ diff --git a/Monitoring/conf/templates.cfg b/Monitoring/conf/templates.cfg new file mode 100644 index 00000000..41807e1c --- /dev/null +++ b/Monitoring/conf/templates.cfg @@ -0,0 +1,45 @@ +# generic service template definition +define service{ + name generic-service ; The 'name' of this service template + active_checks_enabled 1 ; Active service checks are enabled + passive_checks_enabled 1 ; Passive service checks are enabled/accepted + parallelize_check 1 ; Active service checks should be parallelized (disabling this can lead to major performance problems) + obsess_over_service 1 ; We should obsess over this service (if necessary) + check_freshness 0 ; Default is to NOT check service 'freshness' + notifications_enabled 1 ; Service notifications are enabled + event_handler_enabled 1 ; Service event handler is enabled + flap_detection_enabled 1 ; Flap detection is enabled + failure_prediction_enabled 1 ; Failure prediction is enabled + process_perf_data 1 ; Process performance data + retain_status_information 1 ; Retain status information across program restarts + retain_nonstatus_information 1 ; Retain non-status information across program restarts + notification_interval 0 ; Only send notifications on status change by default. + is_volatile 0 + check_period 24x7 + normal_check_interval 5 + retry_check_interval 1 + max_check_attempts 4 + notification_period 24x7 + notification_options w,u,c,r + contact_groups admins + register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE! + } +# Generic host definition template - This is NOT a real host, just a template! + +define host{ + name generic-host ; The name of this host template + notifications_enabled 1 ; Host notifications are enabled + event_handler_enabled 1 ; Host event handler is enabled + flap_detection_enabled 1 ; Flap detection is enabled + failure_prediction_enabled 1 ; Failure prediction is enabled + process_perf_data 1 ; Process performance data + retain_status_information 1 ; Retain status information across program restarts + retain_nonstatus_information 1 ; Retain non-status information across program restarts + check_command check-host-alive + max_check_attempts 10 + notification_interval 0 + notification_period 24x7 + notification_options d,u,r + contact_groups admins + register 0 ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL HOST, JUST A TEMPLATE! + } diff --git a/Monitoring/conf/timeperiods.cfg b/Monitoring/conf/timeperiods.cfg new file mode 100644 index 00000000..55ecf9df --- /dev/null +++ b/Monitoring/conf/timeperiods.cfg @@ -0,0 +1,50 @@ +############################################################################### +# timeperiods.cfg +############################################################################### + +# This defines a timeperiod where all times are valid for checks, +# notifications, etc. The classic "24x7" support nightmare. :-) + +define timeperiod{ + timeperiod_name 24x7 + alias 24 Hours A Day, 7 Days A Week + sunday 00:00-24:00 + monday 00:00-24:00 + tuesday 00:00-24:00 + wednesday 00:00-24:00 + thursday 00:00-24:00 + friday 00:00-24:00 + saturday 00:00-24:00 + } + +# Here is a slightly friendlier period during work hours +define timeperiod{ + timeperiod_name workhours + alias Standard Work Hours + monday 09:00-17:00 + tuesday 09:00-17:00 + wednesday 09:00-17:00 + thursday 09:00-17:00 + friday 09:00-17:00 + } + +# The complement of workhours +define timeperiod{ + timeperiod_name nonworkhours + alias Non-Work Hours + sunday 00:00-24:00 + monday 00:00-09:00,17:00-24:00 + tuesday 00:00-09:00,17:00-24:00 + wednesday 00:00-09:00,17:00-24:00 + thursday 00:00-09:00,17:00-24:00 + friday 00:00-09:00,17:00-24:00 + saturday 00:00-24:00 + } + +# This one is a favorite: never :) +define timeperiod{ + timeperiod_name never + alias Never + } + +# end of file -- cgit v1.2.3 From 50959400a5caffac3a372145711771d702703f8e Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 15:29:11 +0200 Subject: Monitoring/conf: removed redundant host groups --- Monitoring/conf/hostgroups_nagios2.cfg | 31 ------------------------------- Monitoring/conf/shack_contacts.cfg | 5 +++++ 2 files changed, 5 insertions(+), 31 deletions(-) delete mode 100644 Monitoring/conf/hostgroups_nagios2.cfg (limited to 'Monitoring') diff --git a/Monitoring/conf/hostgroups_nagios2.cfg b/Monitoring/conf/hostgroups_nagios2.cfg deleted file mode 100644 index 63acbf50..00000000 --- a/Monitoring/conf/hostgroups_nagios2.cfg +++ /dev/null @@ -1,31 +0,0 @@ -# Some generic hostgroup definitions - -# A simple wildcard hostgroup -define hostgroup { - hostgroup_name all - alias All Servers - members * - } - -# A list of your Debian GNU/Linux servers -define hostgroup { - hostgroup_name debian-servers - alias Debian GNU/Linux Servers - members localhost - } - -# A list of your web servers -define hostgroup { - hostgroup_name http-servers - alias HTTP servers - members localhost - } - -# A list of your ssh-accessible servers -define hostgroup { - hostgroup_name ssh-servers - alias SSH servers - members localhost - } - - diff --git a/Monitoring/conf/shack_contacts.cfg b/Monitoring/conf/shack_contacts.cfg index e46c539a..832a215e 100644 --- a/Monitoring/conf/shack_contacts.cfg +++ b/Monitoring/conf/shack_contacts.cfg @@ -15,3 +15,8 @@ define contactgroup{ members makefu } +define contactgroup{ + contactgroup_name admins + alias admins + } + -- cgit v1.2.3 From 0eac1b7653c2a859b2947592498330452ea54544 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 15:40:53 +0200 Subject: Monitoring/conf: fixed switch service --- Monitoring/conf/shack_infrastructure.cfg | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'Monitoring') diff --git a/Monitoring/conf/shack_infrastructure.cfg b/Monitoring/conf/shack_infrastructure.cfg index 2a250efc..f404f3e4 100644 --- a/Monitoring/conf/shack_infrastructure.cfg +++ b/Monitoring/conf/shack_infrastructure.cfg @@ -63,16 +63,33 @@ define host{ address 10.0.10.2 hostgroups shack-rz } - +# +# Serverswitch 2 +# define host{ use generic-host host_name shack-serverswitch2 parents shack-serverswitch alias Shack switch Rack 2 (cisco 3524) address 10.42.0.5 - hostgroups shack-rz,ssh-servers + hostgroups shack-rz + } + +define service { + host_name shack-serverswitch2 + service_description Telnet + use generic-service + check_command check_telnet + } + +define service { + host_name shack-serverswitch2 + service_description Admin HTTP Terminal + use generic-service + check_command check_http } + define service { host_name shack-gw service_description DNS Service -- cgit v1.2.3 From 97003558aaabc992fa4fd03c57a3a869d6623dcf Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 16 Jun 2011 15:50:03 +0200 Subject: Monitoring: implemented TODOs --- Monitoring/Makefile | 5 +++++ Monitoring/TODO | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'Monitoring') diff --git a/Monitoring/Makefile b/Monitoring/Makefile index 90c7e0c1..72269101 100644 --- a/Monitoring/Makefile +++ b/Monitoring/Makefile @@ -10,7 +10,12 @@ debian: htpasswd -bc htpasswd.users nagiosadmin krebs htpasswd -b htpasswd.users shack shackit sed -i 's/\(authorized_for_all_hosts=nagiosadmin\)$$/\1,shack/' $(NAGDIR)/cgi.cfg + sed -i 's/\(check_external_commands=\)0$$/\11/' $(NAGDIR)/nagios.cfg sed -i 's/\(authorized_for_all_services=nagiosadmin\)$$/\1,shack/' $(NAGDIR)/cgi.cfg cp -R htdocs/* $(HTDOCS) cp -r plugins $(NAGLIBDIR) /etc/init.d/nagios3 reload + chown nagios:www-data /var/lib/nagios3 || true + chown nagios:www-data /var/lib/nagios3/rw || true + chmod g+x /var/lib/nagios3 || true + chmod ug=rwx /var/lib/nagios3/rw/nagios.cmd || true diff --git a/Monitoring/TODO b/Monitoring/TODO index a3f31ff7..e69de29b 100644 --- a/Monitoring/TODO +++ b/Monitoring/TODO @@ -1,2 +0,0 @@ -check_external_commands=0 -> =1 in nagios.cfg ---> rwx -> /var/lib/nagios3/rw/nagios.cmd -- cgit v1.2.3