Only backup a subset of devices that exist in LibreNMS

Hi,

I have LibreNMS and Oxidized set up however I only want Oxidized to gather the configurations for a subset of devices - explicitly Network Devices, and ignore the Servers.

Can I create a new Device Group eg Network-Devices and have Oxidized only poll the configurations for the devices in this group ?

If yes an example config would help.

Many Thanks,

Phil.

Yes, if you add an array to your config.php like this:

$config['oxidized']['ignore_types'] = array(
        'server',
        'firewall',
        'wireless',
        'storage',
        'power',
        'printer',
);