Hi,
Would I be correct in assuming this connector is written with Red Hat/Debian based distros in mind?
I'm trying it against a host running Alpine Linux, Kernel 5.15.160-0-lts #1-Alpine SMP.
Not all the tables are populating, the Disk table only partially populates, the network table and task manager tables are empty.
Thanks
Hi Chris,
Could you let us know which protocol you’re using to monitor the Alpine host (SSH or SNMP)?
If you intend to monitor the Linux host via SNMP, you’ll need to install the net-snmp package.
I ran a quick test by building a Docker image based on Alpine 3.20, and after installing net-snmp, I was able to monitor the container successfully via SNMP.
Please keep mind that to monitor the Disk table via SNMP you will need the following entry in the snmpd.conf file:
includeAllDisks Percentage%
where Percentage% is the percentage threshold (e.g. 5%)
More information in the snmpd.conf manpage.
Hope this helps.
Hi Miguel,
I'm using SSH only. The appliance we're connecting to doesn't have SNMP
Thanks
chris