BBlack has uploaded a new change for review. https://gerrit.wikimedia.org/r/150695
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/95/150695/1 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: newchange Gerrit-Change-Id: Ib121ad9a0a6b5dfac69da64d745ea1d5c1939301 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: BBlack <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
