From e6364055aef2d9d660349e060ec909f08d3943e1 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Fri, 6 Nov 2015 18:17:10 +0100 Subject: add a munin plugin to plot OutOfMemoryError exceptions --- hosts/jenkins/etc/munin/plugin-conf.d/jenkins_oom | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hosts/jenkins/etc/munin/plugin-conf.d/jenkins_oom (limited to 'hosts/jenkins/etc/munin/plugin-conf.d/jenkins_oom') diff --git a/hosts/jenkins/etc/munin/plugin-conf.d/jenkins_oom b/hosts/jenkins/etc/munin/plugin-conf.d/jenkins_oom new file mode 100644 index 00000000..a249d3ce --- /dev/null +++ b/hosts/jenkins/etc/munin/plugin-conf.d/jenkins_oom @@ -0,0 +1,5 @@ +[jenkins_oom] +env.logfile /var/log/jenkins/jenkins.log +env.title Jenkins OutOfMemoryErrors +env.regex OutOfMemoryError +env.label OutOfMemoryError -- cgit v1.2.3-54-g00ecf