Hi, thanks for that hint.
Could you please create an issue at the github repo (https://github.com/wernerfred/check_synology) and provide more information?
I hope i can solve this problem then :)
It works really nice, except that storage gives me an error on a Synology DS918+.
This could mean it does not get a storage_size? So a division by zero occurs?
Traceback (most recent call last):
File "check_synology.py", line 134, in
storage_used_percent = int(storage_used * 100 / storage_size)
ZeroDivisionError: integer division or modulo by zero
HI, I have Icinga Director but i new in icinga world. How do I configure the command to put the variables?
Hi, thanks for that hint. Could you please create an issue at the github repo (https://github.com/wernerfred/check_synology) and provide more information? I hope i can solve this problem then :)
It works really nice, except that storage gives me an error on a Synology DS918+. This could mean it does not get a storage_size? So a division by zero occurs? Traceback (most recent call last): File "check_synology.py", line 134, in storage_used_percent = int(storage_used * 100 / storage_size) ZeroDivisionError: integer division or modulo by zero