mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
parent
5ab928f819
commit
2a4359d7e8
@ -228,7 +228,7 @@ String InfluxdbWriter::FormatInteger(int val)
|
|||||||
|
|
||||||
String InfluxdbWriter::FormatBoolean(bool val)
|
String InfluxdbWriter::FormatBoolean(bool val)
|
||||||
{
|
{
|
||||||
return String(val);
|
return val ? "true" : "false";
|
||||||
}
|
}
|
||||||
|
|
||||||
void InfluxdbWriter::SendPerfdata(const Dictionary::Ptr& tmpl, const Checkable::Ptr& checkable, const CheckResult::Ptr& cr, double ts)
|
void InfluxdbWriter::SendPerfdata(const Dictionary::Ptr& tmpl, const Checkable::Ptr& checkable, const CheckResult::Ptr& cr, double ts)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user