summaryrefslogtreecommitdiff
path: root/src/pmie/examples/network.head
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmie/examples/network.head')
-rw-r--r--src/pmie/examples/network.head15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/pmie/examples/network.head b/src/pmie/examples/network.head
new file mode 100644
index 0000000..909e773
--- /dev/null
+++ b/src/pmie/examples/network.head
@@ -0,0 +1,15 @@
+//
+// Some Common Performance Monitoring Scenarios
+//
+// The Network Group
+//
+
+// replace with your hosts
+HOSTS = ":localhost :foo";
+
+// replace this with your e-mail address
+MINDER = "root@localhost";
+
+// 10 second rulesets in this group
+delta = 10 sec; // numbers are diff than strings
+DELTA_STR = "10 seconds"; // strings are diff than numbers