Comments
-
Hello Jirka, I just uploaded the logs which have been shared with me. Thank you for the help!
-
Hi! Glad I could help and Thanks for the quick fix :)
-
Hi, I did all the changes and was able to update the app after moving all the data in the same mounted volume. FYI after the update the metrics collection wasn't running... I checked the crontab inside the container and the paths for certain jobs were incorrect: using "lpar2rrd" instead of "stor2rrd". I edited the crontab…
-
Hi, I do use persistent volumes in my docker config:stor2rrd: image: xorux/stor2rrd name: stor2rrd published_ports: - 8080:80 - 8443:443 volumes: - "/opt/stor2rrd:/home/stor2rrd/stor2rrd/data:rw" - "/etc/stor2rrd:/home/stor2rrd/stor2rrd/etc:rw" - "/var/log/stor2rrd:/home/stor2rrd/stor2rrd/logs:rw" memory: 512M pull: true…
-
Hi, The number of samples was the issue indeed, we deleted a couple of them and we're now getting perf metrics again! Thank you very much for your help!! JC
-
Hi, Is it mandatory to insert stor2rrd user's SSH key in the target NetApp device, or SSH password is enough? In the docker version, the SSH keys is not present by default and needs to be generated. Here's an error I get constantly (every 5m poll) for a device showing all connection tests OK in the config (WebUI and CLI):…
-
Hi, I have confirmed the role is properly configured on the NetApp side for the stor2rrd user used in the config. Which services do you want me to check? From inside the stor2rrd docker container? Thanks
-
Hi, Both the Web GUI and the CLI (config_check.sh) show all tests are ok (SSH and API). I am still getting capacity metrics but not the performance (IO's etc.). As a note, the data, etc, and log folders are mapped to the host using RW (docker volumes). Thanks, JC
-
Hi, I just uploaded the log files. Thank you for your help! JC
Howdy, Stranger!