@@ -0,0 +1,19 @@
+#
+# Adapt the Template if check_command should not be the PNP Template
+#
+# check_command check_nwstat!LOAD5!80%!90%
+# ________0__________| | | |
+# ________1____________________| | |
+# ________2_________________________| |
+# ________3____________________________|
+#
+CUSTOM_TEMPLATE = 1
+#
+# Change the RRD Datatype based on the check_command Name.
+# Defaults to GAUGE.
+#
+# Adjust the whole RRD Database
+# DATATYPE = COUNTER
+#
+# Adjust every single DS by using a List of Datatypes
+# DATATYPE = GAUGE,GAUGE,COUNTER,COUNTER
|