[modules] Add DNF supervision module

Add a module that periodically (by default, once every 30min) calls
"dnf updateinfo" and evaluates the results to report the number of
bugfixes, enhancements, etc.

If there's either too many pending updates, or at least one security
update, the module goes critical.
This commit is contained in:
Tobias Witek 2016-10-31 15:17:51 +01:00
parent b3e17d4899
commit bcf0264f99
2 changed files with 89 additions and 0 deletions

View file

@ -35,6 +35,15 @@
"disk": {
"prefix": "  "
},
"dnf": {
"prefix": "  ",
"states": {
"good": {
"fg": "#002b36",
"bg": "#859900"
}
}
},
"pasink": {
"states": {
"muted": {