]> granicus.if.org Git - icinga2/commit
Throw exception if PerfdataWriter::RotateFile fails to rename from host_temp_path...
authorJason Young <jason.young@velaspan.com>
Mon, 14 Sep 2015 01:05:32 +0000 (21:05 -0400)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 12 May 2016 09:09:49 +0000 (11:09 +0200)
commit88806b031b29bfa8585874b444630c90a6de37da
tree4229a9ddc2945a6600749ce12d7bf65097f1c399
parent89c7b5a90043117d1ea6625cb439037f6067ff0b
Throw exception if PerfdataWriter::RotateFile fails to rename from host_temp_path to host_perfdata_path (and same for service)

This can happen if the two paths are not on the same mount-point.

fixes #9236

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
lib/perfdata/perfdatawriter.cpp