| Server IP : 152.69.216.235 / Your IP : 80.80.80.28 Web Server : Apache/2.4.37 (Oracle Linux Server) System : Linux ust-wp4-prod 5.15.0-310.184.5.2.el8uek.x86_64 #2 SMP Wed Jul 9 16:08:33 PDT 2025 x86_64 User : apache ( 48) PHP Version : 8.4.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/pcp/pmieconf/network/ |
Upload File : |
#pmieconf-rules 1
# --- DO NOT MODIFY THIS FILE --- see pmieconf(5)
#
rule network.listenoverflows
summary = "$rule$"
enumerate = hosts
predicate =
"some_host (
network.tcp.listenoverflows $hosts$ > 0
)"
enabled = yes
version = 1
help =
"Socket connections are being dropped by the kernel due to the accept
queue backlog for a socket being overrun. This can happen when there
are too many socket connections being made in too short a time, such
that the service listening on the socket is not processing them (via
the listen(2) system call) sufficiently quickly.";
string rule
default = "TCP listen overflows"
modify = no
display = no;
string delta
default = "2 min"
help =
"Sample interval between evaluations of this rule.";
string action_expand
default = "%v/sec@%h"
display = no
modify = no;
string email_expand
default = "host: %h listen overflows: %v%"
display = no
modify = no;
#
# --- DO NOT MODIFY THIS FILE --- see pmieconf(5)