[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:
parent
b3e17d4899
commit
bcf0264f99
2 changed files with 89 additions and 0 deletions
|
@ -35,6 +35,15 @@
|
|||
"disk": {
|
||||
"prefix": " "
|
||||
},
|
||||
"dnf": {
|
||||
"prefix": " ",
|
||||
"states": {
|
||||
"good": {
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
}
|
||||
}
|
||||
},
|
||||
"pasink": {
|
||||
"states": {
|
||||
"muted": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue