mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Change CPU Load Module
This commit is contained in:
parent
2f6a95dea5
commit
b6fd64596f
@ -113,15 +113,20 @@ win32_monitoring_lib NT
|
|||||||
module_begin
|
module_begin
|
||||||
module_name CPU Load
|
module_name CPU Load
|
||||||
module_type generic_data
|
module_type generic_data
|
||||||
module_wmiquery SELECT LoadPercentage FROM Win32_Processor
|
module_wmiquery SELECT PercentProcessorTime FROM Win32_PerfFormattedData_PerfOS_Processor where name like '_Total'
|
||||||
module_wmicolumn LoadPercentage
|
module_wmicolumn PercentProcessorTime
|
||||||
module_description CPU Load (%)
|
module_max 100
|
||||||
module_min_warning 80
|
module_min 0
|
||||||
|
module_description User CPU Usage (%)
|
||||||
|
module_min_warning 70
|
||||||
module_max_warning 90
|
module_max_warning 90
|
||||||
module_min_critical 91
|
module_min_critical 91
|
||||||
module_max_critical 0
|
module_max_critical 0
|
||||||
|
module_unit %
|
||||||
|
module_group System
|
||||||
module_end
|
module_end
|
||||||
|
|
||||||
|
|
||||||
# Number processes
|
# Number processes
|
||||||
module_begin
|
module_begin
|
||||||
module_name Number processes
|
module_name Number processes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user