creation : creates nagios config from a set of sites
[infrastructure.git] / nagios / configurator / nagios.py
diff --git a/nagios/configurator/nagios.py b/nagios/configurator/nagios.py
new file mode 100644 (file)
index 0000000..0cccbe1
--- /dev/null
@@ -0,0 +1,6 @@
+## as per nagios doc
+OK=0
+WARNING=1
+KO=2
+UNKNOWN=3
+