Monitor#
Components → MMonitors
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
Monitor
SPEC
MonitorSpec defines the desired state of Monitor
-
CPU monitoring for targets matching this Monitor.
-
Enable or disable CPU monitoring.
default: true -
Parameters relating to CPU utilization monitoring.
-
The minimum average utilization over the last 1 minute to trigger a critical alarm. This value must be greater than the majorThreshold.
default: 95range: 1 to 100 -
The delta in which a triggered threshold must drop below to clear an alarm. For example, with a criticalThreshold of 90 and a fallingDelta of 5, the critical alarm will clear when the utilization drops below 85.
default: 5range: 1 to 25 -
The minimum average utilization over the last 1 minute to trigger a major alarm. This value must be greater than the minorThreshold.
default: 90range: 1 to 100 -
The minimum average utilization over the last 1 minute to trigger a minor alarm.
default: 80range: 1 to 100
-
-
-
Memory monitoring for targets matching this Monitor.
-
Enable or disable memory monitoring.
default: true -
Parameters relating to memory utilization monitoring.
-
The minimum average utilization over the last 1 minute to trigger a critical alarm. This value must be greater than the majorThreshold.
default: 95range: 1 to 100 -
The delta in which a triggered threshold must drop below to clear an alarm. For example, with a criticalThreshold of 90 and a fallingDelta of 5, the critical alarm will clear when the utilization drops below 85.
default: 5range: 1 to 25 -
The minimum average utilization over the last 1 minute to trigger a major alarm. This value must be greater than the minorThreshold.
default: 90range: 1 to 100 -
The minimum average utilization over the last 1 minute to trigger a minor alarm.
default: 80range: 1 to 100
-
-
-
Selector to use when including targets to monitor.
-
References to targets to monitor.
-
Volume monitoring for targets matching this Monitor.
-
Enable or disable volume monitoring.
default: true -
Parameters relating to volume utilization monitoring.
-
The minimum average utilization over the last 1 minute to trigger a critical alarm. This value must be greater than the majorThreshold.
default: 95range: 1 to 100 -
The delta in which a triggered threshold must drop below to clear an alarm. For example, with a criticalThreshold of 90 and a fallingDelta of 5, the critical alarm will clear when the utilization drops below 85.
default: 5range: 1 to 25 -
The minimum average utilization over the last 1 minute to trigger a major alarm. This value must be greater than the minorThreshold.
default: 90range: 1 to 100 -
The minimum average utilization over the last 1 minute to trigger a minor alarm.
default: 80range: 1 to 100
-
-
STATUS
MonitorStatus defines the observed state of Monitor
-
Targets being monitored.