#Is it possible to to monitor installed packages/softwares updates on a server ?

1 messages · Page 1 of 1 (latest)

harsh dawn
#

Is it possible to to monitor installed packages/softwares updates on a server ?

#

@narrow cosmos hey

#

So are you looking to monitor specific version changes or just updater activity

#

will it probably all depends actually - give us some more specifics or an example and we can discuss - i do recall someone asking similar a while back - will try dig that out

narrow cosmos
#

For the moment I use a bash script that sends each 2-3 days notifications for packages and id they have any updates/new versions

#

SocI was asking if there is any kind of plugin or functionality in netdata to be able to check available updates for the installed packages on the server

narrow cosmos
harsh dawn
#

so i guess in this case you could have your bash script create a file called updates_are_available and then use filecheck to check for existence of that file and maybe. the filecheck collector can then alert on that file existing. Or you could create a file called updates_check_results and only update it if is updates available and then point filecheck at the time since last modification.

#

i don't think there is any specific collector that just does this out of the box or anything

narrow cosmos
harsh dawn
narrow cosmos