All Projects → alhazmy13 → Synology-NAS-monitoring

alhazmy13 / Synology-NAS-monitoring

Licence: other
influxDB, Grafana, snmp and telegraf

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Synology-NAS-monitoring

docker-telegraf-influxdb-grafana
Docker Image with Telegraf, InfluxDB and Grafana
Stars: ✭ 17 (-87.86%)
Mutual labels:  grafana, telegraf, synology
rpi-monitoring-node
Automated installation of Grafana, Telegraf and influxdb for your Raspberry Pi
Stars: ✭ 18 (-87.14%)
Mutual labels:  grafana, telegraf
grafana-dashboards
List of Grafana Dashboards 📺
Stars: ✭ 120 (-14.29%)
Mutual labels:  grafana, telegraf
monitoring-rancher
🤠How to Set up Rancher Server Monitoring with TIG Stack?
Stars: ✭ 22 (-84.29%)
Mutual labels:  grafana, telegraf
Monitoring
Monitor ESXi, Synology, Docker, PiHole and Raspberry Pi and Windows using Grafana, InfluxDB and Telegraf
Stars: ✭ 493 (+252.14%)
Mutual labels:  grafana, synology
ruuvitag-demo
Demo of reading Bluetooth Low Energy sensor measurements of RuuviTag environmental sensors and feeding them to MQTT, a database and dashboards
Stars: ✭ 14 (-90%)
Mutual labels:  grafana, telegraf
docker-iot-stack
💻 My personal Docker IoT Stack
Stars: ✭ 24 (-82.86%)
Mutual labels:  grafana, telegraf
bounded-disturbances
A k6/.NET red/green load testing workshop
Stars: ✭ 39 (-72.14%)
Mutual labels:  grafana, telegraf
telegraf-influxdb-grafana
TIG Stack
Stars: ✭ 30 (-78.57%)
Mutual labels:  grafana, telegraf
cv4pve-metrics
Metrics for Proxmox VE, Grafana with dasboard, InfluxDb
Stars: ✭ 38 (-72.86%)
Mutual labels:  grafana, telegraf
influx snmp
SNMP Data Collection and Analytics with the TICK Stack (Telegraf, InfluxDB, Chronograf and Kapacitor)
Stars: ✭ 28 (-80%)
Mutual labels:  snmp, telegraf
grafana-dashboards
Collection of reusable Grafana dashboards
Stars: ✭ 55 (-60.71%)
Mutual labels:  grafana
Elasticsearch
App Metrics Extensions for Elasticsearch reporting
Stars: ✭ 18 (-87.14%)
Mutual labels:  grafana
mlapp
ML model serving app based on APIs
Stars: ✭ 70 (-50%)
Mutual labels:  grafana
jmx-monitoring-stacks
No description or website provided.
Stars: ✭ 170 (+21.43%)
Mutual labels:  grafana
synologylyric
Collection of Synology Audio Station Lyrics Module
Stars: ✭ 61 (-56.43%)
Mutual labels:  synology
InfluxDB
App Metrics Extensions for InfluxDB reporting
Stars: ✭ 17 (-87.86%)
Mutual labels:  grafana
enviroplus exporter
Prometheus exporter for enviroplus module by Pimoroni
Stars: ✭ 70 (-50%)
Mutual labels:  grafana
k8s-all-in-one
Create a All-in-one Kubernetes Cluster.
Stars: ✭ 35 (-75%)
Mutual labels:  grafana
PrometheusWithGrafana
Setup Prometheus with Grafana dashboard using Ansible
Stars: ✭ 50 (-64.29%)
Mutual labels:  grafana

Synology NAS monitoring

alt text

The main points of this project are:

  • Persistence is supported via mounting volumes to a Docker container.
  • Grafana will store its data in SQLite files instead of a MySQL.
  • Added snmp packages and Synology NAS MIBS.
  • Enable

Enable SNMP

  1. From Control panel in your Synology NAS go to Terminal & SNMP
  2. Click on SNMP tab, and enable SNMPv1, SNMPv2 service
  3. in Community input put public
  4. Save

Run Docker image in your Synology

  1. Install Docker from Synology package center
  2. Create two empty folders in your Synology influxdb and grafana, we need to use it later to mount it to our container.
  3. Open Docker client from Synology > Image > Add > Add from url and paste Hub page url "https://hub.docker.com/r/alhazmy13/telegraf-influxdb-grafana"
  4. Wait until it finishes downloading the image
  5. Click on the image "alhazmy13/telegraf-influxdb-grafana" and then click on Launch
  6. Network Tab keep it in bridge mode
  7. Check "Enable auto-restart."
  8. Port settings, just change Local port for 3003 from Auto to 3003, and port 514 from Auto to 5144
  9. In Volume settings, click Add folder and select the first folder that we created, "grafana" and on mount Path, paste /var/lib/grafana
  10. In Volume settings again, click Add Folder and select the second folder that we created "influxdb" and on mount Path paste /var/lib/influxdb
  11. [OPTIONAL] Environment Tab > Add new variable "TZ" with your local time zone ignore this if you want to use the default UTC
  12. Apply, Next, Done and your container should be ready.

Start Grafana

  1. Open http://YOUR_LOCAL_NAS_IP:3003 and login with the default username root and password root
  2. You need to import the dashboard. To do this, go to http://YOUR_LOCAL_NAS_IP:3003/dashboard/import and put 14590 in "Import via grafana.com" input
  3. Click on load and complete the process

Enable Logging

  1. Install Log center From Synology package center
  2. Open Log center app
  3. Click on Log Sending > check "Send log to syslog server"
  4. Set Server = localhost, port = 5144, Protocol = UDP, Format = BSD (RFC 3164)
  5. For testing, click on "Send test log"
  6. Apply

Configure Firewall

If the firewall is enabled, then you need to add a new rule for port UDP/161, This is mandatory otherwise, some data will be missing from the dashboard #7 .

  1. Open Control panel
  2. Security -> Firewall
  3. Edit Rules -> Create New Rule
  4. In the ports section, select from a built-in applications and chose SNMP service
  5. In the IP section select Spesifc IP -> subnet -> Source: 172.12.0.0 / subnet: 255.255.0.0
  6. Action = Allow
  7. Disable and re-enable the firewall for it to take effect
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].