OS-version
NAME=“Red Hat Enterprise Linux”
VERSION=“9.7 (Plow)”
grafana version 10.2.6
InfluxDB v1.11.8
nginx version: nginx/1.20.1
i have inherited this stack and not that familiar with grafana or influxdb, this setup has been working for a while and after the upgrade of the OS, the application is not getting data from the influxdb
i have validated the database is up and functioning, it is connected to multiple remote machines and has established connectivity
root@msplap128(/var/log/grafana)# systemctl status influxdb
● influxdb.service - InfluxDB is an open-source, distributed, time series database
Loaded: loaded (/etc/systemd/system/influxdb.service; enabled; preset: disabled)
Active: activating (start) since Thu 2026-05-21 10:58:42 CDT; 8min ago
Docs: InfluxDB OSS v2 Documentation
Cntrl PID: 83328 (influxd)
Tasks: 42 (limit: 190302)
Memory: 16.5G (peak: 28.5G)
CPU: 12min 20.190s
CGroup: /system.slice/influxdb.service
└─83328 /usr/bin/influxd -config /etc/influxdb/influxdb.conf
also
root@msplap128(/var/log/grafana)# netstat -anp | grep -i influx
tcp 0 0 127.0.0.1:8088 0.0.0.0:* LISTEN 83328/influxd
tcp6 0 0 :::8086 :::* LISTEN 83328/influxd
tcp6 0 0 :::2003 :::* LISTEN 83328/influxd
tcp6 0 0 10.51.118.85:8086 10.50.17.220:45127 ESTABLISHED 83328/influxd
tcp6 0 0 10.51.118.85:8086 10.21.80.20:65316 ESTABLISHED 83328/influxd
tcp6 0 0 10.51.118.85:8086 10.50.23.35:41870 ESTABLISHED 83328/influxd
tcp6 0 0 10.51.118.85:8086 10.21.68.161:54363 ESTABLISHED 83328/influxd
the nginx webserver is running and working fine, since i an load the page
htts://nmon.corp.companyname.com/admin
and
systemctl status nginx
● nginx.service - The nginx HTTP and reverse proxy server
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; preset: disabled)
Active: active (running) since Tue 2026-05-19 16:47:26 CDT; 1 day 18h ago
Process: 6242 ExecStartPre=/usr/bin/rm -f /run/nginx.pid (code=exited, status=0/SUCCESS)
Process: 6244 ExecStartPre=/usr/sbin/nginx -t (code=exited, status=0/SUCCESS)
Process: 6246 ExecStart=/usr/sbin/nginx (code=exited, status=0/SUCCESS)
please see attachment for the grafana config and no data page
i think the authentication maybe and issue, or some kind of internal connectivity between grafana and the db has been messed up
i have access to all the log file, please let me where i can start to look at this
or if you have a quick ideas, i would appreciate it
i am very new to this forum
abbas






