mirror of https://github.com/Icinga/icinga2.git
PerfdataWriter: Reset the rotation timer on Pause()
This commit is contained in:
parent
68e7027c93
commit
53acb8f2db
|
@ -83,6 +83,8 @@ void PerfdataWriter::Resume()
|
|||
|
||||
void PerfdataWriter::Pause()
|
||||
{
|
||||
m_RotationTimer.reset();
|
||||
|
||||
#ifdef I2_DEBUG
|
||||
//m_HostOutputFile << "\n# Pause the feature" << "\n\n";
|
||||
//m_ServiceOutputFile << "\n# Pause the feature" << "\n\n";
|
||||
|
|
Loading…
Reference in New Issue