summaryrefslogtreecommitdiff
path: root/templates/nagios/conf.d/jails/nagios.adyxax.org.cfg
diff options
context:
space:
mode:
authorJulien Dessaux2017-10-10 11:21:33 +0200
committerJulien Dessaux2017-10-11 22:58:55 +0200
commitf0d67bc3a7ea00fd36585c9ffa5465f09ab898cc (patch)
treea924e03932f6bbefa4706f454decfa634d839b4f /templates/nagios/conf.d/jails/nagios.adyxax.org.cfg
parentAdded ipam alias since docker migration (diff)
downloadmasterfiles-f0d67bc3a7ea00fd36585c9ffa5465f09ab898cc.tar.gz
masterfiles-f0d67bc3a7ea00fd36585c9ffa5465f09ab898cc.tar.bz2
masterfiles-f0d67bc3a7ea00fd36585c9ffa5465f09ab898cc.zip
Updated nagios configs with ubuntu servers and docker services
Diffstat (limited to 'templates/nagios/conf.d/jails/nagios.adyxax.org.cfg')
-rw-r--r--templates/nagios/conf.d/jails/nagios.adyxax.org.cfg33
1 files changed, 33 insertions, 0 deletions
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
+}