mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
273a5eddc5
commit
51589d82b5
@ -127,6 +127,7 @@ void GraphiteWriter::CheckResultHandler(const Checkable::Ptr& checkable, const C
|
||||
SendMetric(prefix, "max_check_attempts", checkable->GetMaxCheckAttempts());
|
||||
SendMetric(prefix, "state_type", checkable->GetStateType());
|
||||
SendMetric(prefix, "reachable", checkable->IsReachable());
|
||||
SendMetric(prefix, "downtime_depth", checkable->GetDowntimeDepth());
|
||||
SendMetric(prefix, "latency", Service::CalculateLatency(cr));
|
||||
SendMetric(prefix, "execution_time", Service::CalculateExecutionTime(cr));
|
||||
SendPerfdata(prefix, cr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user