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/upm.07 | |
download | pcp-debian/3.9.10.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmie/examples/upm.07')
-rw-r--r-- | src/pmie/examples/upm.07 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pmie/examples/upm.07 b/src/pmie/examples/upm.07 new file mode 100644 index 0000000..f325ee6 --- /dev/null +++ b/src/pmie/examples/upm.07 @@ -0,0 +1,8 @@ +// +// The following rule requires a machine that supports the PCP environment +// metrics. If the machine environment temperature rises more than 2 +// degrees over a 10 minute interval, write an entry in the system log +// +environ.temp @1 - environ.temp @0 > 2 + -> alarm "temperature rising fast" & + syslog "machine room temperature rise alarm"; |