No commit activity in last 3 years
No release in over 3 years
This plugin provides exim queuemonitoring and metrics collection
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
~> 0.40.0

Runtime

 Project Readme

Sensu Plugin for Exim

Gem Version Build Status

Functionality

Checks the exim queue length

Files

bin/check-exim-queue.rb

Installation

Installation and Setup

Usage

./check-exim-queue.rb [-p path_to_exim] -w warn -c crit
./check-exim-queue.rb -w 500 -c 1000
./check-exim-queue.rb -p /usr/local/bin/exim -w 500 -c 1000

Notes

  • Path to exim defaults to /usr/sbin/exim
  • On most systems sudo will be needed, eg: /etc/sudoers.d/sensu-exim-check
sensu  ALL=(root) NOPASSWD:/opt/sensu/embedded/bin/check-exim-queue.rb