Server IP : 184.154.167.98 / Your IP : 13.58.32.115 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 : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/lib/pcp/config/pmieconf/memory/ |
Upload File : |
#pmieconf-rules 1 # --- DO NOT MODIFY THIS FILE --- see pmieconf(5) # # Based on a rule originally developed by Kevin Wang at Silicon Graphics # rule memory.swap_low summary = "$rule$" predicate = "some_host ( ( 100 * ( swap.free $hosts$ / swap.length $hosts$ ) ) < $threshold$ && swap.length $hosts$ > 0 // ensure swap in use )" enabled = no version = 1 help = "There is only threshold percent swap space remaining - the system may soon run out of virtual memory. Reduce the number and size of the running programs or add more swap(1) space before it completely runs out."; percent threshold default = 10 help = "Threshold percent of total swap space which is free, in the range 0 (none free) to 100 (all swap is unused)."; string rule default = "Low free swap space" modify = no display = no; string action_expand default = "%v%free@%h" modify = no display = no; string email_expand default = "host: %h free swap space: %v%" display = no modify = no; # # --- DO NOT MODIFY THIS FILE --- see pmieconf(5)