mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
5ab928f819
commit
2a4359d7e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue