Server IP : 184.154.167.98 / Your IP : 3.145.101.119 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/lib/pcp/config/pmieconf/perdisk/ |
Upload File : |
#pmieconf-rules 1 # --- DO NOT MODIFY THIS FILE --- see pmieconf(5) # rule per_disk.average_wait_time summary = "$rule$" predicate = "some_host ( some_inst ( ( disk.dev.total_rawactive $hosts$ @0 / disk.dev.total $hosts$ @0 ) * 100 > ( disk.dev.total_rawactive $hosts$ @1 / disk.dev.total $hosts$ @1 ) * 100 && ( disk.dev.avactive $hosts$ * 100 > $threshold$ ) ) )" enabled = yes version = 1 help = "The disk device utilization for at least one disk exceeded the given threshold percent of time during the last sample interval and the average wait time has been observed to be increasing."; string rule default = "High per disk average queue length" modify = no display = no; percent threshold default = 95 help = "Threshold percentage of time for I/O utilisation, in the range 0 (idle) to 100 (busy). Busy is defined as the percentage of time during the evaluation interval that the device was busy processing requests (reads and writes). A value of 100 percent indicates possible device saturation."; string action_expand default = %v%await[%i]@%h display = no modify = no; string email_expand default = "host: %h disk: %i await: %v" display = no modify = no; # # --- DO NOT MODIFY THIS FILE --- see pmieconf(5)