gitextract_je0y3692/ ├── .github/ │ └── workflows/ │ └── ci.yml ├── README.md ├── SynologyDsahboard.json ├── docker/ │ ├── Dockerfile │ ├── README.md │ ├── bash/ │ │ └── profile │ ├── grafana/ │ │ ├── grafana.ini │ │ └── provisioning/ │ │ └── datasources/ │ │ └── influxDB.yaml │ ├── influxdb/ │ │ └── influxdb.conf │ ├── rootfs/ │ │ └── grafana-plugins.sh │ ├── supervisord/ │ │ └── supervisord.conf │ ├── synology/ │ │ ├── SYNOLOGY-DISK-MIB.txt │ │ ├── SYNOLOGY-EBOX-MIB.txt │ │ ├── SYNOLOGY-FLASHCACHE-MIB.txt │ │ ├── SYNOLOGY-GPUINFO-MIB.txt │ │ ├── SYNOLOGY-ISCSILUN-MIB.txt │ │ ├── SYNOLOGY-PORT-MIB.txt │ │ ├── SYNOLOGY-RAID-MIB.txt │ │ ├── SYNOLOGY-SERVICES-MIB.txt │ │ ├── SYNOLOGY-SHA-MIB.txt │ │ ├── SYNOLOGY-SMART-MIB.txt │ │ ├── SYNOLOGY-SPACEIO-MIB.txt │ │ ├── SYNOLOGY-STORAGEIO-MIB.txt │ │ ├── SYNOLOGY-SYSTEM-MIB.txt │ │ └── SYNOLOGY-UPS-MIB.txt │ ├── syslog/ │ │ └── syslog-ng.conf │ └── telegraf/ │ ├── init.sh │ └── telegraf.conf └── docker-compose.yml