Search found 2 matches

by koender
Monday 27 May 2019 21:24
Forum: Other questions and discussions
Topic: no counter values in day
Replies: 13
Views: 2550

Re: no counter values in day

Hi, i made some counters and for some reason there is no data in the day usage. Please find pictures in attachment Total count as overview is now at 34 and that's correct. But day usage keeps telling 0 Someone knows what i'm doing wrong? Thank you So we now in 2019... and still this is happening to ...
by koender
Friday 24 May 2019 17:20
Forum: Others
Topic: HowTo: monitor Synology NAS
Replies: 198
Views: 81666

Re: HowTo: monitor Synology NAS

# Free Memory Available in % MemAvailable=`snmpget -v 2c -c $PASSWORD -O qv $NASIP 1.3.6.1.4.1.2021.4.6.0` MemAvailableinMo=$(($MemAvailable / 1024)) MemUsepercent=$((($MemAvailableinMo * 100) / 1024)) But there is something wrong with the memory, it is giving 500% and the harddisk counter is ...