MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ComposeGelfMessage

Method ComposeGelfMessage

lib/perfdata/gelfwriter.cpp:459–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

457}
458
459String GelfWriter::ComposeGelfMessage(const Dictionary::Ptr& fields, const String& source, double ts)
460{
461 fields->Set("version", "1.1");
462 fields->Set("host", source);
463 fields->Set("timestamp", ts);
464
465 return JsonEncode(fields);
466}
467
468void GelfWriter::SendLogMessage(const Checkable::Ptr& checkable, const String& gelfMessage)
469{

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected