Hi all.
I tried different instructions to get snmp to work ranging from 2012 to 2023:
https://wansec.ch/2023/12/03/configuring-snmp-on-proxmox/
https://svennd.be/how-to-install-snmp-service-on-proxmox/
https://github.com/in-famous-raccoon/proxmox-snmp
https://wiki.esia-sa.com/snmp/snmp_proxmox
https://gist.github.com/hunzo/5431f997ae4136196183a5d08db28952
I just can't get PRTG to display anything. did something change with snmp?
It's a fresh Proxmox 8.1.4 installation.
the local network is open.
I have then tried to install snmp-mibs-downloader but I fail to do so aswell. No matter what repository I add I get:
https://serverfault.com/questions/240920/how-do-i-enable-non-free-packages-on-debian/240921#240921
Is it really that hard getting snmp to work?
Kind regards.
I tried different instructions to get snmp to work ranging from 2012 to 2023:
https://wansec.ch/2023/12/03/configuring-snmp-on-proxmox/
https://svennd.be/how-to-install-snmp-service-on-proxmox/
https://github.com/in-famous-raccoon/proxmox-snmp
https://wiki.esia-sa.com/snmp/snmp_proxmox
https://gist.github.com/hunzo/5431f997ae4136196183a5d08db28952
I just can't get PRTG to display anything. did something change with snmp?
It's a fresh Proxmox 8.1.4 installation.
the local network is open.
Code:
root@pmx:/etc/apt# service snmpd status
● snmpd.service - Simple Network Management Protocol (SNMP) Daemon.
Loaded: loaded (/lib/systemd/system/snmpd.service; enabled; preset: enabled)
Active: active (running) since Tue 2024-03-12 09:46:36 CET; 8min ago
Main PID: 11436 (snmpd)
Tasks: 1 (limit: 76697)
Memory: 3.7M
CPU: 487ms
CGroup: /system.slice/snmpd.service
└─11436 /usr/sbin/snmpd -LOw -u Debian-snmp -g Debian-snmp -I -smux mteTrigger mteTriggerConf -f
Mar 12 09:46:36 pmx snmpd[11436]: Cannot adopt OID in NET-SNMP-AGENT-MIB: nsNotifyShutdown ::= { netSnmpNotifications 2 }
Mar 12 09:46:36 pmx snmpd[11436]: Cannot adopt OID in NET-SNMP-AGENT-MIB: nsNotifyRestart ::= { netSnmpNotifications 3 }
Mar 12 09:46:36 pmx snmpd[11436]: Cannot adopt OID in UCD-SNMP-MIB: laErrMessage ::= { laEntry 101 }
Mar 12 09:46:36 pmx snmpd[11436]: Cannot adopt OID in UCD-SNMP-MIB: laErrorFlag ::= { laEntry 100 }
Mar 12 09:46:36 pmx snmpd[11436]: Cannot adopt OID in UCD-SNMP-MIB: laLoadFloat ::= { laEntry 6 }
Mar 12 09:46:36 pmx snmpd[11436]: Cannot adopt OID in UCD-SNMP-MIB: laLoadInt ::= { laEntry 5 }
Mar 12 09:46:36 pmx snmpd[11436]: Cannot adopt OID in UCD-SNMP-MIB: laConfig ::= { laEntry 4 }
Mar 12 09:46:36 pmx snmpd[11436]: Cannot adopt OID in UCD-SNMP-MIB: laLoad ::= { laEntry 3 }
Mar 12 09:46:36 pmx snmpd[11436]: Cannot adopt OID in UCD-SNMP-MIB: laNames ::= { laEntry 2 }
Mar 12 09:46:36 pmx snmpd[11436]: Cannot adopt OID in UCD-SNMP-MIB: laIndex ::= { laEntry 1 }
root@pmx:/etc/apt#
I have then tried to install snmp-mibs-downloader but I fail to do so aswell. No matter what repository I add I get:
Code:
E: Package 'snmp-mibs-downloader' has no installation candidate
https://serverfault.com/questions/240920/how-do-i-enable-non-free-packages-on-debian/240921#240921
Is it really that hard getting snmp to work?
Kind regards.