diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/pmie/examples/environ.head | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmie/examples/environ.head')
-rw-r--r-- | src/pmie/examples/environ.head | 17 |
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 |