LibreNMS DOCS: missing script "os-updates.sh"

Hello,

I’m trying to set up checks for updates according to
http://docs.librenms.org/Extensions/Applications/#os-updates

SNMP Extend
1.Copy the shell script to the desired host (the host must be added to LibreNMS devices)
2.Make the script executable (chmod +x /etc/snmp/os-updates.sh)

What must be included in script os-updates.sh?

Thank you

Mirino

You download it: https://github.com/librenms/librenms-agent/tree/master/snmp

Super!. Thx :wink:

It would be a good edit documentation as a step in the Apache section
http://docs.librenms.org/Extensions/Applications/#apache

SNMP Extend

  1. Download the script onto the desired host (the host must be added to LibreNMS devices)
    wget https://github.com/librenms/librenms-agent/tree/master/snmp

You can update the docs :slight_smile:

Docs updated.

helpful link: