Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Chart no longer working #18072

Closed
AnoopAlias opened this issue Jul 4, 2024 · 5 comments
Closed

[Bug]: Chart no longer working #18072

AnoopAlias opened this issue Jul 4, 2024 · 5 comments
Labels
bug needs triage Issues which need to be manually labelled

Comments

@AnoopAlias
Copy link

Bug description

<div data-after="-360" data-chart-library="dygraph" data-height="160px" data-width="340px" data-netdata="hddtemp_local.disks_temp" data-host="https://drxxxxxohoi-desk.go.ro/netdata"

This code is no longer working

Expected behavior

it used to show the chart

Steps to reproduce

  1. Adding custom chart no longer working

Installation method

kickstart.sh

System info

/etc/cloudlinux-release:CloudLinux release 8.10 (Vladimir Aksyonov)
/etc/os-release:NAME="CloudLinux"
/etc/os-release:VERSION="8.10 (Vladimir Aksyonov)"
/etc/os-release:ID="cloudlinux"
/etc/os-release:ID_LIKE="rhel fedora centos"
/etc/os-release:VERSION_ID="8.10"
/etc/os-release:PLATFORM_ID="platform:el8"
/etc/os-release:PRETTY_NAME="CloudLinux 8.10 (Vladimir Aksyonov)"
/etc/os-release:ANSI_COLOR="0;31"
/etc/os-release:CPE_NAME="cpe:/o:cloudlinux:cloudlinux:8.10:GA:server"
/etc/os-release:VARIANT_ID="cloudlinux"
/etc/redhat-release:CloudLinux release 8.10 (Vladimir Aksyonov)
/etc/system-release:CloudLinux release 8.10 (Vladimir Aksyonov)

Netdata build info

Packaging:
    Netdata Version ____________________________________________ : v1.46.0
    Installation Type __________________________________________ : binpkg-rpm
    Package Architecture _______________________________________ : x86_64
    Package Distro _____________________________________________ :  
    Configure Options __________________________________________ : dummy-configure-command
Default Directories:
    User Configurations ________________________________________ : /etc/netdata
    Stock Configurations _______________________________________ : /usr/lib/netdata/conf.d
    Ephemeral Databases (metrics data, metadata) _______________ : /var/cache/netdata
    Permanent Databases ________________________________________ : /var/lib/netdata
    Plugins ____________________________________________________ : /usr/libexec/netdata/plugins.d
    Static Web Files ___________________________________________ : /usr/share/netdata/web
    Log Files __________________________________________________ : /var/log/netdata
    Lock Files _________________________________________________ : /var/lib/netdata/lock
    Home _______________________________________________________ : /var/lib/netdata
Operating System:
    Kernel _____________________________________________________ : Linux
    Kernel Version _____________________________________________ : 4.18.0-553.lve.el8.x86_64
    Operating System ___________________________________________ : CloudLinux
    Operating System ID ________________________________________ : cloudlinux
    Operating System ID Like ___________________________________ : rhel fedora centos
    Operating System Version ___________________________________ : 8.10 (Vladimir Aksyonov)
    Operating System Version ID ________________________________ : none
    Detection __________________________________________________ : /etc/os-release
Hardware:
    CPU Cores __________________________________________________ : 12
    CPU Frequency ______________________________________________ : 3300000000
    RAM Bytes __________________________________________________ : 134520893440
    Disk Capacity ______________________________________________ : 3840766820352
    CPU Architecture ___________________________________________ : x86_64
    Virtualization Technology __________________________________ : none
    Virtualization Detection ___________________________________ : systemd-detect-virt
Container:
    Container __________________________________________________ : none
    Container Detection ________________________________________ : systemd-detect-virt
    Container Orchestrator _____________________________________ : none
    Container Operating System _________________________________ : none
    Container Operating System ID ______________________________ : none
    Container Operating System ID Like _________________________ : none
    Container Operating System Version _________________________ : none
    Container Operating System Version ID ______________________ : none
    Container Operating System Detection _______________________ : none
Features:
    Built For __________________________________________________ : Linux
    Netdata Cloud ______________________________________________ : YES
    Health (trigger alerts and send notifications) _____________ : YES
    Streaming (stream metrics to parent Netdata servers) _______ : YES
    Back-filling (of higher database tiers) ____________________ : YES
    Replication (fill the gaps of parent Netdata servers) ______ : YES
    Streaming and Replication Compression ______________________ : YES (zstd gzip)
    Contexts (index all active and archived metrics) ___________ : YES
    Brotli (generic-purpose lossless compression algorithm) ____ : NO
    protobuf (platform-neutral data serialization protocol) ____ : YES (system)
    OpenSSL (cryptography) _____________________________________ : YES
    libdatachannel (stand-alone WebRTC data channels) __________ : NO
    JSON-C (lightweight JSON manipulation) _____________________ : YES
    libcap (Linux capabilities system operations) ______________ : NO
    libcrypto (cryptographic functions) ________________________ : YES
    libyaml (library for parsing and emitting YAML) ____________ : YES
Plugins:
    apps (monitor processes) ___________________________________ : YES
    cgroups (monitor containers and VMs) _______________________ : YES
    cgroup-network (associate interfaces to CGROUPS) ___________ : YES
    proc (monitor Linux systems) _______________________________ : YES
    tc (monitor Linux network QoS) _____________________________ : YES
    diskspace (monitor Linux mount points) _____________________ : YES
    freebsd (monitor FreeBSD systems) __________________________ : NO
    macos (monitor MacOS systems) ______________________________ : NO
    statsd (collect custom application metrics) ________________ : YES
    timex (check system clock synchronization) _________________ : YES
    idlejitter (check system latency and jitter) _______________ : YES
    bash (support shell data collection jobs - charts.d) _______ : YES
    debugfs (kernel debugging metrics) _________________________ : YES
    cups (monitor printers and print jobs) _____________________ : YES
    ebpf (monitor system calls) ________________________________ : YES
    freeipmi (monitor enterprise server H/W) ___________________ : YES
    nfacct (gather netfilter accounting) _______________________ : NO
    perf (collect kernel performance events) ___________________ : YES
    slabinfo (monitor kernel object caching) ___________________ : YES
    Xen ________________________________________________________ : NO
    Xen VBD Error Tracking _____________________________________ : NO
    Logs Management ____________________________________________ : YES
Exporters:
    AWS Kinesis ________________________________________________ : NO
    GCP PubSub _________________________________________________ : NO
    MongoDB ____________________________________________________ : YES
    Prometheus (OpenMetrics) Exporter __________________________ : YES
    Prometheus Remote Write ____________________________________ : YES
    Graphite ___________________________________________________ : YES
    Graphite HTTP / HTTPS ______________________________________ : YES
    JSON _______________________________________________________ : YES
    JSON HTTP / HTTPS __________________________________________ : YES
    OpenTSDB ___________________________________________________ : YES
    OpenTSDB HTTP / HTTPS ______________________________________ : YES
    All Metrics API ____________________________________________ : YES
    Shell (use metrics in shell scripts) _______________________ : YES
Debug/Developer Features:
    Trace All Netdata Allocations (with charts) ________________ : NO
    Developer Mode (more runtime checks, slower) _______________ : NO

Additional info

No response

@AnoopAlias AnoopAlias added bug needs triage Issues which need to be manually labelled labels Jul 4, 2024
@ilyam8
Copy link
Member

ilyam8 commented Jul 4, 2024

@ilyam8 ilyam8 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 4, 2024
@yoorshop
Copy link

yoorshop commented Jul 5, 2024

Old html dashoboard code was giving temperatures of old drives 👍 :

What is new html code to use, since this will only give 1 drive temperature :

@ilyam8
Copy link
Member

ilyam8 commented Jul 5, 2024

There isn't a way to get a chart with all disks using the old custom dashboard now. The only solution for you is to

  • disable "sensors" in "go.d.conf" and
  • enable "sensors" in "python.d.conf"

@yoorshop
Copy link

yoorshop commented Jul 5, 2024

Done, no change, neitehr an idea of what code to use.

The worst is that such chart displaying temperature of all drives in one single chart, exist in full netdata. I realyy don't understand how the new versions can degrade features, or I missed something ?

Moreover, I would suggest that all charts showed in netdata should be shown easily html code to be used in a custom dashboard, not only the variable name, which in most cases can be unsufficient

I would add that i can't also anymore show display temperature of processor since this new hddtemp issue....

@yoorshop
Copy link

yoorshop commented Jul 5, 2024

see snapshot attached
Capturesensors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs triage Issues which need to be manually labelled
Projects
None yet
Development

No branches or pull requests

3 participants