summaryrefslogtreecommitdiff
path: root/templates/nagios/conf.d/jails
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nagios/conf.d/jails')
-rw-r--r--templates/nagios/conf.d/jails/console.adyxax.org.cfg6
-rw-r--r--templates/nagios/conf.d/jails/git.adyxax.org.cfg6
-rw-r--r--templates/nagios/conf.d/jails/mysql01.adyxax.org.cfg6
-rw-r--r--templates/nagios/conf.d/jails/nagios.adyxax.org.cfg33
-rw-r--r--templates/nagios/conf.d/jails/tiddlywiki.adyxax.org.cfg6
5 files changed, 57 insertions, 0 deletions
diff --git a/templates/nagios/conf.d/jails/console.adyxax.org.cfg b/templates/nagios/conf.d/jails/console.adyxax.org.cfg
new file mode 100644
index 0000000..13c506d
--- /dev/null
+++ b/templates/nagios/conf.d/jails/console.adyxax.org.cfg
@@ -0,0 +1,6 @@
+define host {
+ use workhours
+ host_name console.adyxax.org
+ address console.jail
+ parents cobsd.adyxax.org
+}
diff --git a/templates/nagios/conf.d/jails/git.adyxax.org.cfg b/templates/nagios/conf.d/jails/git.adyxax.org.cfg
new file mode 100644
index 0000000..cc01f42
--- /dev/null
+++ b/templates/nagios/conf.d/jails/git.adyxax.org.cfg
@@ -0,0 +1,6 @@
+define host {
+ use workhours
+ host_name git.adyxax.org
+ address git.jail
+ parents cobsd.adyxax.org
+}
diff --git a/templates/nagios/conf.d/jails/mysql01.adyxax.org.cfg b/templates/nagios/conf.d/jails/mysql01.adyxax.org.cfg
new file mode 100644
index 0000000..733c454
--- /dev/null
+++ b/templates/nagios/conf.d/jails/mysql01.adyxax.org.cfg
@@ -0,0 +1,6 @@
+define host {
+ use workhours
+ host_name mysql01.adyxax.org
+ address mysql01.jail
+ parents cobsd.adyxax.org
+}
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
+}
diff --git a/templates/nagios/conf.d/jails/tiddlywiki.adyxax.org.cfg b/templates/nagios/conf.d/jails/tiddlywiki.adyxax.org.cfg
new file mode 100644
index 0000000..55d9cb7
--- /dev/null
+++ b/templates/nagios/conf.d/jails/tiddlywiki.adyxax.org.cfg
@@ -0,0 +1,6 @@
+define host {
+ use workhours
+ host_name tiddlywiki.adyxax.org
+ address tiddlywiki.jail
+ parents cobsd.adyxax.org
+}