mib: UNITRENDS-SNMP modules: pre-cache: data: - oid: - backupClient - backupType - backupTime sensors: state: data: - oid: backupStatusString num_oid: '.1.3.6.1.4.1.21865.1.3.10.2.1.4.{{ $index }}' group: Backup descr: "{{ $backupClient }} ({{ $backupType }}: {{ $backupTime }})" state_name: backupStatusString states: - { value: 0, generic: 0, graph: 1, descr: 'Success' } - { value: 1, generic: 1, graph: 1, descr: 'Warnings' } - { value: 2, generic: 2, graph: 1, descr: 'Failed' }