mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-20 20:24:33 +02:00
parent
101bd10d62
commit
6c0b8db4bf
@ -77,7 +77,7 @@ void GraphiteWriter::ReconnectTimerHandler(void)
|
|||||||
try {
|
try {
|
||||||
if (m_Stream) {
|
if (m_Stream) {
|
||||||
m_Stream->Write("\n", 1);
|
m_Stream->Write("\n", 1);
|
||||||
Log(LogWarning, "perfdata", "GraphiteWriter already connected on socket on host '" + GetHost() + "' port '" + GetPort() + "'.");
|
Log(LogDebug, "perfdata", "GraphiteWriter already connected on socket on host '" + GetHost() + "' port '" + GetPort() + "'.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} catch (const std::exception& ex) {
|
} catch (const std::exception& ex) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user