Search found 2 matches

by Sjaak
Monday 23 September 2024 14:09
Forum: Others
Topic: HowTo: monitor Synology NAS
Replies: 198
Views: 85695

Re: HowTo: monitor Synology NAS

Thanx, found it:

Code: Select all

pi@domoticz:~/domoticz/scripts $ snmpget -c xxxxxx -v2c -O qv xxx.xxx.xxx.xxx 1.3.6.1.2.1.25.2.3.1.3.48
"/volume1"
With 48 everything works again!
by Sjaak
Wednesday 18 September 2024 19:08
Forum: Others
Topic: HowTo: monitor Synology NAS
Replies: 198
Views: 85695

Re: HowTo: monitor Synology NAS

Hi, I used the monitor script for years to monitor my NAS disk usage, but I recently upgraded to DSM 7.1.1 and now it doesn't work any more. Does anyone know the correct OID for DSM 7.1.1? # Free space volume in Go HDUnit=`snmpwalk -v 2c -c $PASSWORD -O qv $NASIP 1.3.6.1.2.1.25.2.3.1.4.55` # Change ...