summaryrefslogtreecommitdiff
path: root/src/pmie/examples/environ.head
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmie/examples/environ.head')
-rw-r--r--src/pmie/examples/environ.head17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/pmie/examples/environ.head b/src/pmie/examples/environ.head
new file mode 100644
index 0000000..78936b9
--- /dev/null
+++ b/src/pmie/examples/environ.head
@@ -0,0 +1,17 @@
+//
+// Some Common Performance Monitoring Scenarios
+//
+// The Environ Group
+//
+// Note: need environ PMDA installed on a Challenge L or XL for
+// required metrics to be available
+
+// replace with your hosts
+HOSTS = ":localhost :foo";
+
+// replace this with your e-mail address
+MINDER = "root@localhost";
+
+// 1 minute rulesets in this group
+delta = 1 min; // numbers are diff than strings
+DELTA_STR = "1 minute"; // strings are diff than numbers