0

I have a script I'm using on Fedora 34 to gather basic info about VMs running on a machine such as CPU cores, memory, drive path & size, and disk IO. How can I send this information over snmp using snmpwalk? I'm aware of of libvirt-snmp but it doesn't send all of the data that I need. Any help is appreciated.

Mircea Vutcovici
  • 17,619
  • 4
  • 56
  • 83
  • Which SNMP OIDs are missing? Could you show a snmwalk output for libvirt-snmap mib? – Mircea Vutcovici May 24 '21 at 18:04
  • @MirceaVutcovici The libvirt-snmp output is practically everything I need except disk I/O and drive path. I've been trying to find ways to include those with libvirt-snmp but have been stuck. – Collier May 24 '21 at 18:08
  • 1
    I can't find any SNMP OID in [LIBVIRT-MIB.txt](https://libvirt.org/git/?p=libvirt-snmp.git;a=blob;f=src/LIBVIRT-MIB.txt;hb=1ad3cf35db0ea437d775dc988ff197575ae349bb) defining disk IO and guest disk info, try adding `snmpwalk` output of OID `1.3.6.1.4.1.36957`. – mforsetti May 25 '21 at 01:38

0 Answers0