From f0d67bc3a7ea00fd36585c9ffa5465f09ab898cc Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 10 Oct 2017 11:21:33 +0200 Subject: Updated nagios configs with ubuntu servers and docker services --- .../nagios/conf.d/jails/nagios.adyxax.org.cfg | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 templates/nagios/conf.d/jails/nagios.adyxax.org.cfg (limited to 'templates/nagios/conf.d/jails/nagios.adyxax.org.cfg') diff --git a/templates/nagios/conf.d/jails/nagios.adyxax.org.cfg b/templates/nagios/conf.d/jails/nagios.adyxax.org.cfg new file mode 100644 index 0000000..08fe0af --- /dev/null +++ b/templates/nagios/conf.d/jails/nagios.adyxax.org.cfg @@ -0,0 +1,33 @@ +define host { + use workhours + host_name nagios.adyxax.org + address 10.1.0.101 +} + +define service{ + use local-service + host_name nagios.adyxax.org + service_description Root Partition + check_command check_local_disk!20%!10%!/ +} + +define service{ + use local-service + host_name nagios.adyxax.org + service_description Current Load + check_command check_local_load!5.0,4.0,3.0!10.0,6.0,4.0 +} + +define service{ + use local-service + host_name nagios.adyxax.org + service_description Swap Usage + check_command check_local_swap!20!10 +} + +define service{ + use local-service + host_name nagios.adyxax.org + service_description SSH + check_command check_ssh +} -- cgit v1.2.3