Skip to content

πŸ• Simple "plugin" for the Monit process supervision tool

License

Notifications You must be signed in to change notification settings

jakub-olczyk/monit-check-debian-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

monit-check-debian-updates

A script for monit monitoring daemon that checks for updates in distros using APT

This is inspired by the Nagios Plugin check_debian_packages

The logic of this solution relies on the fact that monit can check the status of programs it executes and later use that for resolving the problems reported

Configuration

Here is example configuration you can put inside monitrc, assuming you have put the script in the /opt directory.

  check program apt path /opt/check-debian-updates.pl
	if status > 0 then alert

About

πŸ• Simple "plugin" for the Monit process supervision tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages