Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_sa-update
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
check_sa-update is written in perl, and its only dependency is sa-update, provided by your spamassassin installation.
Changelog:
# 0.1 - initial release
# 0.2 - added exit if sa-update command fails
# 0.3 - command help text added
# 0.4 - exits if sa-update is running. Removed exit on error code of sa-update (oops).
# 0.1 - initial release
# 0.2 - added exit if sa-update command fails
# 0.3 - command help text added
# 0.4 - exits if sa-update is running. Removed exit on error code of sa-update (oops).
Reviews (2)
bySicherByte, March 30, 2017
when called by nrpe, the script may find it's own name in the process list, and therefore fail. Probably the shell variable $$ delivers the wrong pid in this context.
Solution: add
grep -v check_sa-update
to the filter chain.
Solution: add
grep -v check_sa-update
to the filter chain.
byjhalbrecht, March 8, 2015
Works on my CentOS machine.