Ad Widget

Collapse

Check 'sensor[...,...]' is not supported: Cannot obtain sensor information.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arnoux23u
    Junior Member
    • Jan 2023
    • 1

    #1

    Check 'sensor[...,...]' is not supported: Cannot obtain sensor information.

    Hello,
    I want to monitor my sensors with zabix

    I've installed lm-sensors and ran sensors-detect

    Here is the output of `sensors -u`

    ```
    root@pve-kimsufi:/sys/class/hwmon# sensors -u
    power_meter-acpi-0
    Adapter: ACPI interface
    power1:
    power1_average: 4294967.295
    power1_average_interval: 1.000

    coretemp-isa-0000
    Adapter: ISA adapter
    Package id 0:
    temp1_input: 31.000
    temp1_max: 89.000
    temp1_crit: 99.000
    temp1_crit_alarm: 0.000
    Core 0:
    temp2_input: 28.000
    temp2_max: 89.000
    temp2_crit: 99.000
    temp2_crit_alarm: 0.000
    Core 2:
    temp3_input: 27.000
    temp3_max: 89.000
    temp3_crit: 99.000
    temp3_crit_alarm: 0.000
    Core 3:
    temp4_input: 26.000
    temp4_max: 89.000
    temp4_crit: 99.000
    temp4_crit_alarm: 0.000
    Core 4:
    temp5_input: 27.000
    temp5_max: 89.000
    temp5_crit: 99.000
    temp5_crit_alarm: 0.000

    nvme-pci-1700
    Adapter: PCI adapter
    Composite:
    temp1_input: 32.850
    temp1_max: 86.850
    temp1_min: -273.150
    temp1_crit: 87.850
    temp1_alarm: 0.000
    Sensor 1:
    temp2_input: 32.850
    temp2_max: 65261.850
    temp2_min: -273.150
    Sensor 2:
    temp3_input: 37.850
    temp3_max: 65261.850
    temp3_min: -273.150
    Sensor 3:
    temp4_input: 42.850
    temp4_max: 65261.850
    temp4_min: -273.150

    pch_lewisburg-virtual-0
    Adapter: Virtual device
    temp1:
    temp1_input: 36.000

    nvme-pci-1800
    Adapter: PCI adapter
    Composite:
    temp1_input: 32.850
    temp1_max: 86.850
    temp1_min: -273.150
    temp1_crit: 87.850
    temp1_alarm: 0.000
    Sensor 1:
    temp2_input: 32.850
    temp2_max: 65261.850
    temp2_min: -273.150
    Sensor 2:
    temp3_input: 35.850
    temp3_max: 65261.850
    temp3_min: -273.150
    Sensor 3:
    temp4_input: 40.850
    temp4_max: 65261.850
    temp4_min: -273.150

    ```

    I'm able to monitor CPU temperatures with `sensors[coretemp-isa-0000,temp1]` but not NVME for example
    `sensor[nvme-pci-1700, temp1]` and `sensor[nvme-pci-1700, temp1_input]` are not working for example

    ```
    2024/03/30 21:16:58.000901 check 'sensor[nvme-pci-1700,temp1_input]' is not supported: Cannot obtain sensor information.
    2024/03/30 21:16:59.000678 check 'sensor[nvme-pci-1800,temp1]' is not supported: Cannot obtain sensor information.
    2024/03/30 21:17:57.001390 check 'sensor[pch_lewisburg-virtual-0,temp1_input]' is not supported: Cannot obtain sensor information.
    2024/03/30 21:17:58.001442 check 'sensor[nvme-pci-1700,temp1_input]' is not supported: Cannot obtain sensor information.
    2024/03/30 21:17:59.000676 check 'sensor[nvme-pci-1800,temp1]' is not supported: Cannot obtain sensor information.

    ```

    Any idea ? Thanks
Working...