HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: //var/lib/pcp/config/pmieconf/dm/data_high_util
#pmieconf-rules 1
# --- DO NOT MODIFY THIS FILE --- see pmieconf(1)

rule	dmthin.data_high_util
	summary = "$rule$"
	enumerate = hosts
	predicate =
"some_host (
    some_inst (
        ( 100 * dmthin.pool.data.used $hosts$ /
                dmthin.pool.data.total $hosts$ )
        > $threshold$
    )
)"
	enabled = no
	version = 1
	help	=
"Device Mapper thin pool data utilization percent exceeded
threshold percent of total size.

If this rule is enabled, the DM PMDA should be installed;
see pmdadm(1).";

string	rule
	default = "dmthin pool data is filling up"
	modify	= no
	display = no;

percent threshold
	default = 95
	help	=
"The threshold of dmthin pool fullness expressed as a percentage,
usually in the range of 80 to 99. ";
	
string	action_expand
	default = "%v%used [%i]@%h"
	display	= no
	modify	= no;

string email_expand
       default = "host: %h pool: %i data utilization: %v%"
       display = no
       modify  = no;

string	delta
	default = "10 mins"
	help =
"Sample interval between evaluations of this rule.";

# 
# --- DO NOT MODIFY THIS FILE --- see pmieconf(1)