Hi Team,
Could you please help us creating health alert like CPU 95% and memory usage is more than 80% in Logpoint.
Thanks &Regards
Satya
Hi Team,
Could you please help us creating health alert like CPU 95% and memory usage is more than 80% in Logpoint.
Thanks &Regards
Satya
Play around with the _logpoint
repo and the following queries:
For memory usage make an alert on the use
field here:
source_name="/opt/immune/var/log/system_metrics/system_metrics.log" object="Physical Memory" | fields total, free, used, use
For cpu usage make an alert on the use field here:
source_name="/opt/immune/var/log/system_metrics/system_metrics.log" object="CPU Usage" | fields use
For a general overview of possible metrics objects use:
source_name="/opt/immune/var/log/system_metrics/system_metrics.log" | chart count() by object
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.