Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
PidFile=/var/run/zabbix/zabbix_agent2.pid

LogFile=/var/log/zabbix/zabbix_agent2.log

LogFileSize=0

Server=zabbix.example.com.info,172.18.0.6/12

Hostname=somehost.example.com

Include=/etc/zabbix/zabbix_agent2.d/*.conf

PluginSocket=/run/zabbix/agent.plugin.sock

ControlSocket=/run/zabbix/agent.sock

Include=/etc/zabbix/zabbix_agent2.d/plugins.d/*.conf


Additional

Template for Synology monitoring

https://www.zabbix.com/integrations/synology


Example dasboard

Image Added

CPU Temperature

Code Block
root@server4:~# sensors
coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +81.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:        +77.0°C  (high = +100.0°C, crit = +100.0°C)
Core 4:        +78.0°C  (high = +100.0°C, crit = +100.0°C)
Core 8:        +81.0°C  (high = +100.0°C, crit = +100.0°C)
Core 9:        +80.0°C  (high = +100.0°C, crit = +100.0°C)
Core 10:       +80.0°C  (high = +100.0°C, crit = +100.0°C)
Core 11:       +80.0°C  (high = +100.0°C, crit = +100.0°C)
Core 12:       +79.0°C  (high = +100.0°C, crit = +100.0°C)
Core 13:       +79.0°C  (high = +100.0°C, crit = +100.0°C)
Core 14:       +79.0°C  (high = +100.0°C, crit = +100.0°C)
Core 15:       +79.0°C  (high = +100.0°C, crit = +100.0°C)

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +27.8°C

nvme-pci-0100
Adapter: PCI adapter
Composite:    +38.9°C  (low  = -273.1°C, high = +89.8°C)
                       (crit = +94.8°C)
Sensor 1:     +38.9°C  (low  = -273.1°C, high = +65261.8°C)
Sensor 2:     +71.8°C  (low  = -273.1°C, high = +65261.8°C)

Item to add for monitoring 

Code Block
sensor[coretemp-isa-0000,temp1]
acpitz-acpi-0 and nvme-pci-0100 not work that way maybe not integer..

Code Block
zabbix_get -s 192.186.0.1 -p 10050  -k sensor[coretemp-isa-0000,temp1]
Code Block
themeConfluence
70.000000
Code Block
sensors -u
Code Block
coretemp-isa-0000
Adapter: ISA adapter
Package id 0:
  temp1_input: 74.000
  temp1_max: 100.000
  temp1_crit: 100.000
  temp1_crit_alarm: 0.000
Core 0:
  temp2_input: 74.000
  temp2_max: 100.000
  temp2_crit: 100.000
  temp2_crit_alarm: 0.000
Core 4:
  temp6_input: 63.000
  temp6_max: 100.000
  temp6_crit: 100.000
  temp6_crit_alarm: 0.000
Core 8:
  temp10_input: 70.000
  temp10_max: 100.000
  temp10_crit: 100.000
  temp10_crit_alarm: 0.000
Core 9:
  temp11_input: 70.000
  temp11_max: 100.000
  temp11_crit: 100.000
  temp11_crit_alarm: 0.000
Core 10:
  temp12_input: 70.000
  temp12_max: 100.000
  temp12_crit: 100.000
  temp12_crit_alarm: 0.000
Core 11:
  temp13_input: 70.000
  temp13_max: 100.000
  temp13_crit: 100.000
  temp13_crit_alarm: 0.000
Core 12:
  temp14_input: 66.000
  temp14_max: 100.000
  temp14_crit: 100.000
  temp14_crit_alarm: 0.000
Core 13:
  temp15_input: 66.000
  temp15_max: 100.000
  temp15_crit: 100.000
  temp15_crit_alarm: 0.000
Core 14:
  temp16_input: 66.000
  temp16_max: 100.000
  temp16_crit: 100.000
  temp16_crit_alarm: 0.000
Core 15:
  temp17_input: 66.000
  temp17_max: 100.000
  temp17_crit: 100.000
  temp17_crit_alarm: 0.000

acpitz-acpi-0
Adapter: ACPI interface
temp1:
  temp1_input: 27.800

nvme-pci-0100
Adapter: PCI adapter
Composite:
  temp1_input: 49.850
  temp1_max: 89.850
  temp1_min: -273.150
  temp1_crit: 94.850
  temp1_alarm: 0.000
Sensor 1:
  temp2_input: 49.850
  temp2_max: 65261.850
  temp2_min: -273.150
Sensor 2:
  temp3_input: 77.850
  temp3_max: 65261.850
  temp3_min: -273.150

So results looks like

Image Added