⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
src
/
netdata
/
health
/
health.d
/
View File Name :
beanstalkd.conf
# get the number of buried jobs in all queues template: beanstalk_server_buried_jobs on: beanstalk.current_jobs class: Workload type: Messaging component: Beanstalk calc: $buried units: jobs every: 10s warn: $this > 3 delay: up 0 down 5m multiplier 1.2 max 1h summary: Beanstalk buried jobs info: Number of buried jobs across all tubes. \ You need to manually kick them so they can be processed. \ Presence of buried jobs in a tube does not affect new jobs. to: sysadmin # get the number of buried jobs per queue #template: beanstalk_tube_buried_jobs # on: beanstalk.jobs # calc: $buried # units: jobs # every: 10s # warn: $this > 0 # crit: $this > 10 # delay: up 0 down 5m multiplier 1.2 max 1h # info: the number of jobs buried per tube # to: sysadmin # get the current number of tubes #template: beanstalk_number_of_tubes # on: beanstalk.current_tubes # calc: $tubes # every: 10s # warn: $this < 5 # delay: up 0 down 5m multiplier 1.2 max 1h # info: the current number of tubes on the server # to: sysadmin