mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
5ab928f819
commit
2a4359d7e8
@ -228,7 +228,7 @@ String InfluxdbWriter::FormatInteger(int 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user