Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


CSF Firewall - PT_LOAD Question
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

CSF Firewall - PT_LOAD Question

Am I reading the csf.conf correctly that the following is roughly?

PT_LOAD = is the 1 minute CPU load

PT_LOAD_AVG = is the 5 minute CPU load

PT_LOAD_LEVEL = is the 15 minutes CPU load

So on a 4 vCPU setup if I wanted to trigger emails if the load was over 16 for 1 minute, and over 3 for 5 minutes, and over 4 for 15 minutes. I would use the following in the config file?

PT_LOAD = "16"

PT_LOAD_AVG = "3"

PT_LOAD_LEVEL = "4"

Sign In or Register to comment.