BBlack has submitted this change and it was merged. Change subject: move some icinga temporaries to tmpfs ......................................................................
move some icinga temporaries to tmpfs Change-Id: Ib121ad9a0a6b5dfac69da64d745ea1d5c1939301 --- M files/icinga/icinga.cfg 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: BBlack: Looks good to me, approved jenkins-bot: Verified diff --git a/files/icinga/icinga.cfg b/files/icinga/icinga.cfg index ee296c9..510152d 100644 --- a/files/icinga/icinga.cfg +++ b/files/icinga/icinga.cfg @@ -105,7 +105,7 @@ # The contents of the status file are deleted every time Icinga # restarts. -status_file=/var/cache/icinga/status.dat +status_file=/var/icinga-tmpfs/status.dat @@ -499,7 +499,7 @@ # Note: Make sure that only one instance of Icinga has access # to this directory! -check_result_path=/var/lib/icinga/spool/checkresults +check_result_path=/var/icinga-tmpfs -- To view, visit https://gerrit.wikimedia.org/r/150695 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib121ad9a0a6b5dfac69da64d745ea1d5c1939301 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BBlack <[email protected]> Gerrit-Reviewer: BBlack <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
