NextCloudPi Metrics, It doesn't show CPU Memory etc

image

As you can see in the image it does not show all the graphs, I have tried it several times since 0

I detail the steps:
1Âș - https://192.168.0.12:4443/?app=metrics — Active metrics (user + pass)
2Âș - in NCP, token with the following code

TOKEN=$(openssl rand -hex 32)
 ncc config:app:set serverinfo token --value "$TOKEN"

3Âș - in docker server with super user: sudo su
(5.4.0-107-generic #121-Ubuntu SMP Thu Mar 24 GNU/Linux) .
4Âș - git clone https://github.com/theCalcaholic/ncp-monitoring-dashboard
5Âș- cd ncp-monitoring-dashboard
6Âș- nano .env “Configure the variables in .env”
7Âș- ./start.sh

The ./start.sh log is somewhat confusing

+ '[' 0 -eq 0 ']'
+ echo ''

+ read -r -N 1 -p 'Do you want to install ncp-monitoring-dashboard as a systemd service? This is ideal for persistent hosting. (y|N)' choice
Do you want to install ncp-monitoring-dashboard as a systemd service? This is ideal for persistent hosting. (y|N)y+ echo ''

+ [[ y == \y ]]
+ chown -R root: .
+ chmod 600 .env
+ envsubst
+ systemctl daemon-reload
+ systemctl enable ncp-monitoring-dashboard
+ START_CMD=(systemctl start ncp-monitoring-dashboard)
+ STOP_CMD=(systemctl stop ncp-monitoring-dashboard)
+ SHOW_LOGS_CMD=(journalctl -fu ncp-monitoring-dashboard)
+ [[ -n systemctl start ncp-monitoring-dashboard ]]
+ systemctl start ncp-monitoring-dashboard
+ [[ -f config/nginx/cert/private_key.pem ]]
+ echo ''

+ echo 'Services are starting up. In the future you can start them by executing '\''systemctl start ncp-monitoring-dashboard'\'' and stop them by executing '\''systemctl stop ncp-monitoring-dashboard'\'' from this directory.'
Services are starting up. In the future you can start them by executing 'systemctl start ncp-monitoring-dashboard' and stop them by executing 'systemctl stop ncp-monitoring-dashboard' from this directory.
+ echo 'You can reach Grafana at https://localhost:8443'
You can reach Grafana at https://localhost:8443
+ echo ''

+ read -r -N 1 -p 'Show logs? (Y|n)' choice
Show logs? (Y|n)n+ [[ n == \n ]]

In the logs of the 4 containers there is nothing strange

I follow the instructions of:

Is the code block the output of start.sh? (source of start.sh)
I think that makes no sense.

image

Upload photo


Yes. But can you please post again the output of
./start.sh
I didn’t expect the output above. But i don’t use the script either.
But perhaps it is only a formatting problem of this forum.

@ZackSpeed_Jesus Oh, apparently I left the debug flag in the start.sh script :see_no_evil:

Can you press “y” when asked for it while executing start.sh? That will show you the container logs which may contain errors related to your lack of metrics.

Please also give me the output of service prometheus-node-exporter status on your ncp server (not the system where your dashboard is running)

You can update ncp-monitoring-dashboard to the latest version (which should make the output less confusing)

pi@nextcloudpi:~ $ service prometheus-node-exporter status
● prometheus-node-exporter.service - Prometheus exporter for machine metrics
     Loaded: loaded (/lib/systemd/system/prometheus-node-exporter.service; enabled; vendor preset: enabled)
     Active: active (running) since Tue 2022-04-12 13:38:45 BST; 21h ago
       Docs: https://github.com/prometheus/node_exporter
   Main PID: 15737 (prometheus-node)
      Tasks: 8 (limit: 4165)
        CPU: 1.073s
     CGroup: /system.slice/prometheus-node-exporter.service
             └─15737 /usr/bin/prometheus-node-exporter --collector.filesystem.ignored-mount-points=^/(dev|proc|run|sys|mnt|var/log|var/lib/docker)($|/)

abr 12 13:38:47 nextcloudpi prometheus-node-exporter[15737]: level=info ts=2022-04-12T12:38:47.410Z caller=node_exporter.go:113 collector=uname
abr 12 13:38:47 nextcloudpi prometheus-node-exporter[15737]: level=info ts=2022-04-12T12:38:47.410Z caller=node_exporter.go:113 collector=vmstat
abr 12 13:38:47 nextcloudpi prometheus-node-exporter[15737]: level=info ts=2022-04-12T12:38:47.410Z caller=node_exporter.go:113 collector=xfs
abr 12 13:38:47 nextcloudpi prometheus-node-exporter[15737]: level=info ts=2022-04-12T12:38:47.410Z caller=node_exporter.go:113 collector=zfs
abr 12 13:38:47 nextcloudpi prometheus-node-exporter[15737]: level=info ts=2022-04-12T12:38:47.411Z caller=node_exporter.go:195 msg="Listening on" address=:9100
abr 12 13:38:47 nextcloudpi prometheus-node-exporter[15737]: level=info ts=2022-04-12T12:38:47.412Z caller=tls_config.go:191 msg="TLS is disabled." http2=false
abr 13 07:08:50 nextcloudpi prometheus-node-exporter[15737]: level=error ts=2022-04-13T06:08:50.568Z caller=collector.go:161 msg="collector failed" name=rapl duration_seconds=0.018994843 err="failed to retrieve>
abr 13 07:08:50 nextcloudpi prometheus-node-exporter[15737]: level=error ts=2022-04-13T06:08:50.601Z caller=collector.go:161 msg="collector failed" name=pressure duration_seconds=0.018000829 err="failed to retr>
abr 13 07:10:02 nextcloudpi prometheus-node-exporter[15737]: level=error ts=2022-04-13T06:10:02.477Z caller=collector.go:161 msg="collector failed" name=pressure duration_seconds=6.661e-05 err="failed to retrie>
abr 13 07:10:02 nextcloudpi prometheus-node-exporter[15737]: level=error ts=2022-04-13T06:10:02.483Z caller=collector.go:161 msg="collector failed" name=rapl duration_seconds=4.8999e-05 err="failed to retrieve >
lines 1-20/20 (END)

OK,

Updating 
 to 
 1.47.1

Okay, looks like we found the source of the issue.

Unfortunately the output looks cropped
 Can you add the output of SYSTEMD_PAGER= Ĕournalctl -eu prometheus-node-exporter?

EDIT: Actually, that might not be a big issue (I’ve just checked my prometheus-node-exporter logs and see similar errors - they just mean that some specific metric is not available for your system, like PSI). Your dashboard logs are probably more important.

Can you press ‘y’ when asked for it by start.sh and then paste the following output here?

In NCP: (v1.47.1)

service prometheus-node-exporter status


● prometheus-node-exporter.service - Prometheus exporter for machine metrics
     Loaded: loaded (/lib/systemd/system/prometheus-node-exporter.service; enabled; vendor preset: enabled)
     Active: active (running) since Wed 2022-04-13 11:10:24 BST; 13min ago
       Docs: https://github.com/prometheus/node_exporter
   Main PID: 392 (prometheus-node)
      Tasks: 7 (limit: 4164)
        CPU: 76ms
     CGroup: /system.slice/prometheus-node-exporter.service
             └─392 /usr/bin/prometheus-node-exporter --collector.filesystem.ignored-mount-points=^/(dev|proc|run|sys|mnt|var/log|var/lib/docker)($|/)

abr 13 11:10:26 nextcloudpi prometheus-node-exporter[392]: level=info ts=2022-04-13T10:10:26.711Z caller=node_exporter.go:113 collector=thermal_zone
abr 13 11:10:26 nextcloudpi prometheus-node-exporter[392]: level=info ts=2022-04-13T10:10:26.711Z caller=node_exporter.go:113 collector=time
abr 13 11:10:26 nextcloudpi prometheus-node-exporter[392]: level=info ts=2022-04-13T10:10:26.711Z caller=node_exporter.go:113 collector=timex
abr 13 11:10:26 nextcloudpi prometheus-node-exporter[392]: level=info ts=2022-04-13T10:10:26.711Z caller=node_exporter.go:113 collector=udp_queues
abr 13 11:10:26 nextcloudpi prometheus-node-exporter[392]: level=info ts=2022-04-13T10:10:26.711Z caller=node_exporter.go:113 collector=uname
abr 13 11:10:26 nextcloudpi prometheus-node-exporter[392]: level=info ts=2022-04-13T10:10:26.711Z caller=node_exporter.go:113 collector=vmstat
abr 13 11:10:26 nextcloudpi prometheus-node-exporter[392]: level=info ts=2022-04-13T10:10:26.711Z caller=node_exporter.go:113 collector=xfs
abr 13 11:10:26 nextcloudpi prometheus-node-exporter[392]: level=info ts=2022-04-13T10:10:26.711Z caller=node_exporter.go:113 collector=zfs
abr 13 11:10:26 nextcloudpi prometheus-node-exporter[392]: level=info ts=2022-04-13T10:10:26.711Z caller=node_exporter.go:195 msg="Listening on" address=:9100
abr 13 11:10:26 nextcloudpi prometheus-node-exporter[392]: level=info ts=2022-04-13T10:10:26.712Z caller=tls_config.go:191 msg="TLS is disabled." http2=false

in docker server:
./start.sh

Do you want to install ncp-monitoring-dashboard as a systemd service? This is ideal for persistent hosting. (y|N)y

Services are starting up. In the future you can start them by executing 'systemctl start ncp-monitoring-dashboard' and stop them by executing 'systemctl stop ncp-monitoring-dashboard' from this directory.
You can reach Grafana at https://localhost:8443

Show logs? (Y|n)y-- Logs begin at Wed 2022-01-26 14:20:28 UTC. --
Apr 13 10:26:30 servidor-datagal ncp-monitoring-dashboard[393623]: grafana_1                 | logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:26:30.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.667511ms size=12 referer=
Apr 13 10:26:30 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:26:30 +0000] "GET /api/live/ws HTTP/1.1" => [172.24.0.2:3000] 400 12 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:26:42 servidor-datagal ncp-monitoring-dashboard[393623]: grafana_1                 | logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:26:42.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.753726ms size=12 referer=
Apr 13 10:26:42 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:26:42 +0000] "GET /api/live/ws HTTP/1.1" => [172.24.0.2:3000] 400 12 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:26:56 servidor-datagal ncp-monitoring-dashboard[393623]: grafana_1                 | logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:26:56.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.763466ms size=12 referer=
Apr 13 10:26:56 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:26:56 +0000] "GET /api/live/ws HTTP/1.1" => [172.24.0.2:3000] 400 12 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:27:09 servidor-datagal ncp-monitoring-dashboard[393623]: grafana_1                 | logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:27:09.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.823515ms size=12 referer=
Apr 13 10:27:09 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:27:09 +0000] "GET /api/live/ws HTTP/1.1" => [172.24.0.2:3000] 400 12 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:27:29 servidor-datagal ncp-monitoring-dashboard[393623]: grafana_1                 | logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:27:29.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.821726ms size=12 referer=
Apr 13 10:27:29 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:27:29 +0000] "GET /api/live/ws HTTP/1.1" => [172.24.0.2:3000] 400 12 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:27:41 servidor-datagal ncp-monitoring-dashboard[393623]: grafana_1                 | logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:27:41.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.944975ms size=12 referer=
Apr 13 10:27:41 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:27:41 +0000] "GET /api/live/ws HTTP/1.1" => [172.24.0.2:3000] 400 12 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:27:57 servidor-datagal ncp-monitoring-dashboard[393623]: grafana_1                 | logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:27:57.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.735613ms size=12 referer=
Apr 13 10:27:57 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:27:57 +0000] "GET /api/live/ws HTTP/1.1" => [172.24.0.2:3000] 400 12 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:11 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:11 +0000] "GET /?orgId=1 HTTP/2.0" => [172.24.0.2:3000] 200 34872 "https://192.168.0.2:8443/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:11 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:11 +0000] "GET /public/build/grafana.dark.dc89a57bd8fc1b21adfe.css HTTP/2.0" => [172.24.0.2:3000] 200 222758 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:11 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:11 +0000] "GET /avatar/46d229b033af06a191ff2267bca9ae56 HTTP/2.0" => [172.24.0.2:3000] 200 720 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:11 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:11 +0000] "GET /public/build/3144.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 185627 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:11 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:11 +0000] "GET /public/build/1549.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 48979 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:11 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:11 +0000] "GET /public/build/1828.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 14332 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:11 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:11 +0000] "GET /public/build/6444.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 43287 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:11 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:11 +0000] "GET /public/build/3620.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 54871 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:11 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:11 +0000] "GET /public/build/8881.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 57482 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:11 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:11 +0000] "GET /public/build/4436.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 144610 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:11 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:11 +0000] "GET /public/build/AngularApp.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 168054 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/build/7976.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 23261 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/build/2608.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 149596 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/build/4111.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 28525 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/build/4097.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 24537 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/build/1832.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 25309 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/build/1602.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 29830 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/build/3203.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 16137 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/build/8948.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 35129 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/build/DashboardPage.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 238493 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: grafana_1                 | logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:28:12.49+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.805702ms size=12 referer=
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /api/live/ws HTTP/1.1" => [172.24.0.2:3000] 400 12 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/img/fav32.png HTTP/2.0" => [172.24.0.2:3000] 200 1118 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /api/dashboards/home HTTP/2.0" => [172.24.0.2:3000] 200 23470 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/build/3905.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 158813 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:12 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:12 +0000] "GET /public/build/prometheusPlugin.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 79447 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/datasources/proxy/1/api/v1/series HTTP/2.0" => [172.24.0.2:3000] 200 59 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "GET /public/build/grafanaPlugin.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 12752 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "GET /api/prometheus/grafana/api/v1/rules?dashboard_uid=gmAYEfgnza HTTP/2.0" => [172.24.0.2:3000] 200 41 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "GET /public/build/graphPlugin.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 70311 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "GET /public/build/8698.dc89a57bd8fc1b21adfe.js HTTP/2.0" => [172.24.0.2:3000] 200 12589 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 3103 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 5732 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 762 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 719 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "GET /api/annotations?from=1649842093007&to=1649845693007&limit=100&matchAny=false&dashboardId=1 HTTP/2.0" => [172.24.0.2:3000] 200 2 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 1969 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 2787 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 4630 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 4484 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 3905 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 3426 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 3285 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 4338 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 1074 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 361 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 11120 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 775 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:13 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:13 +0000] "POST /api/ds/query HTTP/2.0" => [172.24.0.2:3000] 200 749 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:14 servidor-datagal ncp-monitoring-dashboard[393623]: grafana_1                 | logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:28:14.35+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.838748ms size=12 referer=
Apr 13 10:28:14 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:14 +0000] "GET /api/live/ws HTTP/1.1" => [172.24.0.2:3000] 400 12 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:17 servidor-datagal ncp-monitoring-dashboard[393623]: grafana_1                 | logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:28:17.96+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.786418ms size=12 referer=
Apr 13 10:28:17 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:17 +0000] "GET /api/live/ws HTTP/1.1" => [172.24.0.2:3000] 400 12 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:21 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:21 +0000] "POST /api/frontend-metrics HTTP/2.0" => [172.24.0.2:3000] 200 4 "https://192.168.0.2:8443/?orgId=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"
Apr 13 10:28:22 servidor-datagal ncp-monitoring-dashboard[393623]: grafana_1                 | logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:28:22.99+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.533805ms size=12 referer=
Apr 13 10:28:22 servidor-datagal ncp-monitoring-dashboard[393623]: nginx_1                   | 172.24.0.1 - - [13/Apr/2022:10:28:22 +0000] "GET /api/live/ws HTTP/1.1" => [172.24.0.2:3000] 400 12 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36" "-"

Are these logs complete? If so, it looks like the prometheus container isn’t even started. What’s the output of docker ps?

prometheus:

ts=2022-04-13T09:52:59.392Z caller=main.go:479 level=info msg="No time or size retention was set so using the default time retention" duration=15d
ts=2022-04-13T09:52:59.392Z caller=main.go:516 level=info msg="Starting Prometheus" version="(version=2.34.0, branch=HEAD, revision=881111fec4332c33094a6fb2680c71fffc427275)"
ts=2022-04-13T09:52:59.392Z caller=main.go:521 level=info build_context="(go=go1.17.8, user=root@121ad7ea5487, date=20220315-15:18:00)"
ts=2022-04-13T09:52:59.392Z caller=main.go:522 level=info host_details="(Linux 5.4.0-107-generic #121-Ubuntu SMP Thu Mar 24 16:04:27 UTC 2022 x86_64 efa54a73f33a (none))"
ts=2022-04-13T09:52:59.392Z caller=main.go:523 level=info fd_limits="(soft=1048576, hard=1048576)"
ts=2022-04-13T09:52:59.392Z caller=main.go:524 level=info vm_limits="(soft=unlimited, hard=unlimited)"
ts=2022-04-13T09:52:59.394Z caller=web.go:540 level=info component=web msg="Start listening for connections" address=0.0.0.0:9090
ts=2022-04-13T09:52:59.394Z caller=main.go:937 level=info msg="Starting TSDB ..."
ts=2022-04-13T09:52:59.395Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false
ts=2022-04-13T09:52:59.396Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any"
ts=2022-04-13T09:52:59.396Z caller=head.go:536 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.622”s
ts=2022-04-13T09:52:59.396Z caller=head.go:542 level=info component=tsdb msg="Replaying WAL, this may take a while"
ts=2022-04-13T09:52:59.397Z caller=head.go:613 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0
ts=2022-04-13T09:52:59.397Z caller=head.go:619 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=20.963”s wal_replay_duration=222.726”s total_replay_duration=257.524”s
ts=2022-04-13T09:52:59.398Z caller=main.go:958 level=info fs_type=EXT4_SUPER_MAGIC
ts=2022-04-13T09:52:59.398Z caller=main.go:961 level=info msg="TSDB started"
ts=2022-04-13T09:52:59.398Z caller=main.go:1142 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml
ts=2022-04-13T09:52:59.398Z caller=main.go:1179 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=628.442”s db_storage=989ns remote_storage=1.12”s web_handler=345ns query_engine=631ns scrape=189.557”s scrape_sd=39.823”s notify=553ns notify_sd=1.247”s rules=964ns tracing=160.481”s
ts=2022-04-13T09:52:59.398Z caller=main.go:910 level=info msg="Server is ready to receive web requests.

"
NCP exporter

level=info msg="nextcloud-exporter 0.5.1-3-g401f463"
level=info msg="Nextcloud server: https://192.168.0.12 Authentication using token."
level=warning msg="HTTPS certificate verification is disabled."
level=info msg="Listen on :9025..."
level=error msg="Error during scrape: Get \"https://192.168.0.12/ocs/v2.php/apps/serverinfo/api/v1/info?format=json\": dial tcp 192.168.0.12:443: connect: connection refused"
level=error msg="Error during scrape: Get \"https://192.168.0.12/ocs/v2.php/apps/serverinfo/api/v1/info?format=json\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
level=error msg="Error during scrape: Get \"https://192.168.0.12/ocs/v2.php/apps/serverinfo/api/v1/info?format=json\": dial tcp 192.168.0.12:443: connect: no route to host"
level=error msg="Error during scrape: unexpected status code: 500"
level=error msg="Error during scrape: unexpected status code: 500"
level=error msg="Error during scrape: Get \"https://192.168.0.12/ocs/v2.php/apps/serverinfo/api/v1/info?format=json\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
level=error msg="Error during scrape: Get \"https://192.168.0.12/ocs/v2.php/apps/serverinfo/api/v1/info?format=json\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"
level=error msg="Error during scrape: Get \"https://192.168.0.12/ocs/v2.php/apps/serverinfo/api/v1/info?format=json\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"

Grafana

ctions   
      
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:19:11.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.743161ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:19:27.24+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=10 duration=10.381072ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:19:47.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.860915ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:20:00.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.829704ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:20:15.16+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.82824ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:20:27.47+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=5 duration=5.673803ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:20:28.75+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.757525ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:20:32.02+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.722485ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:20:36.84+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=470.393”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:20:52.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.760739ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:21:10.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=586.503”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:21:22.2+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.726993ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:21:37.22+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.76909ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:21:58.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=830.735”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:22:09.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.840802ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:22:24.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.767829ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:22:37.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.808437ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:22:55.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.788337ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:23:16.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.761478ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:23:27.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.794025ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:23:39.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.804435ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:23:55.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.800876ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:24:11.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.803217ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:24:31.22+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=4 duration=4.991992ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:24:41.09+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.768722ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:24:42.36+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.739502ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:24:46.16+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.810541ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:24:54.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.741577ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:25:06.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.760696ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:25:26.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.826388ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:25:45.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.777923ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:26:01.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.764929ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:26:17.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.817176ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:26:30.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.667511ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:26:42.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.753726ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:26:56.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.763466ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:27:09.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.823515ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:27:29.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.821726ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:27:41.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.944975ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:27:57.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.735613ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:28:12.49+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.805702ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:28:14.35+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.838748ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:28:17.96+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.786418ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:28:22.99+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.533805ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:28:36.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.906936ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:28:51.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.743545ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:29:05.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.754371ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:29:22.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=2 duration=2.340508ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:29:33.23+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=2 duration=2.418471ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:29:52.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.805435ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:30:07.24+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.781417ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:30:20.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=551.007”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:30:38.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=3 duration=3.822091ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:30:54.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.92284ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:31:07.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.810087ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:31:24.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.844583ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:31:37.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.82048ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:31:54.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=6 duration=6.763117ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:32:08.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=440.895”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:32:24.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.771001ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:32:40.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.820704ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:32:55.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=5 duration=5.107602ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:33:13.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=660.617”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:33:33.33+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=490.624”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:33:47.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.750359ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:34:05.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=5 duration=5.220916ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:34:20.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=2 duration=2.126334ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:34:34.21+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=6 duration=6.759815ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:34:49.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.874528ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:35:04.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.767654ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:35:16.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=5 duration=5.07063ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:35:33.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=444.252”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:35:50.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.85806ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:36:05.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.788922ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:36:19.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=6 duration=6.27129ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:36:35.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.825148ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:36:48.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=435.238”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:37:08.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=513.832”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:37:27.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=6 duration=6.502404ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:37:39.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.708728ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:37:52.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.757531ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:38:08.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=547.94”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:38:26.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.787188ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:38:45.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=5 duration=5.92931ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:38:59.12+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.793092ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:39:00.46+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.805468ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:39:03.93+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.546606ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:39:10.16+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.798893ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:39:23.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=507.692”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:39:38.2+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=2 duration=2.441353ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:39:52.21+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=10 duration=10.665083ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:40:07.24+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.815584ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:40:20.25+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=509.827”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:40:33.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=516.653”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:40:52.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=10 duration=10.06493ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:41:07.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.837411ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:41:26.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=1 duration=1.759538ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:41:38.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.24.0.1 time_ms=0 duration=643.233”s size=12 referer=

Okay, are there any errors in the prometheus logs if you wait 10 min?

Other than that, try to edit e.g. the CPU panel in Grafana and see, if it’s finding the prometheus data source

OK

  • Down Docker stack (docker-compose stop)
  • Del volumes (docker system prune -a --volumes)
  • rm -R ncp......
  • change user and pass in ncp metrics, use default
  • git clone https://github.com/theCalcaholic/ncp-monitoring-dashboard
  • Remake docker stack (4 containers)
    

    

    wait 10 minutes 


image

NO
 :frowning:

ts=2022-04-13T10:51:36.737Z caller=main.go:479 level=info msg="No time or size retention was set so using the default time retention" duration=15d
ts=2022-04-13T10:51:36.737Z caller=main.go:516 level=info msg="Starting Prometheus" version="(version=2.34.0, branch=HEAD, revision=881111fec4332c33094a6fb2680c71fffc427275)"
ts=2022-04-13T10:51:36.737Z caller=main.go:521 level=info build_context="(go=go1.17.8, user=root@121ad7ea5487, date=20220315-15:18:00)"
ts=2022-04-13T10:51:36.737Z caller=main.go:522 level=info host_details="(Linux 5.4.0-107-generic #121-Ubuntu SMP Thu Mar 24 16:04:27 UTC 2022 x86_64 ccd1d690558e (none))"
ts=2022-04-13T10:51:36.737Z caller=main.go:523 level=info fd_limits="(soft=1048576, hard=1048576)"
ts=2022-04-13T10:51:36.737Z caller=main.go:524 level=info vm_limits="(soft=unlimited, hard=unlimited)"
ts=2022-04-13T10:51:36.738Z caller=web.go:540 level=info component=web msg="Start listening for connections" address=0.0.0.0:9090
ts=2022-04-13T10:51:36.738Z caller=main.go:937 level=info msg="Starting TSDB ..."
ts=2022-04-13T10:51:36.741Z caller=tls_config.go:195 level=info component=web msg="TLS is disabled." http2=false
ts=2022-04-13T10:51:36.742Z caller=head.go:493 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any"
ts=2022-04-13T10:51:36.742Z caller=head.go:536 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.038”s
ts=2022-04-13T10:51:36.742Z caller=head.go:542 level=info component=tsdb msg="Replaying WAL, this may take a while"
ts=2022-04-13T10:51:36.742Z caller=head.go:613 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0
ts=2022-04-13T10:51:36.742Z caller=head.go:619 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=30.307”s wal_replay_duration=206.009”s total_replay_duration=255.699”s
ts=2022-04-13T10:51:36.743Z caller=main.go:958 level=info fs_type=EXT4_SUPER_MAGIC
ts=2022-04-13T10:51:36.743Z caller=main.go:961 level=info msg="TSDB started"
ts=2022-04-13T10:51:36.743Z caller=main.go:1142 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml
ts=2022-04-13T10:51:36.744Z caller=main.go:1179 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=642.522”s db_storage=1.1”s remote_storage=1.403”s web_handler=324ns query_engine=696ns scrape=278.025”s scrape_sd=57.894”s notify=707ns notify_sd=2.168”s rules=1.131”s tracing=3.525”s
ts=2022-04-13T10:51:36.744Z caller=main.go:910 level=info msg="Server is ready to receive web requests."

    
level=info msg="nextcloud-exporter 0.5.1-3-g401f463"
level=info msg="Nextcloud server: https://192.168.0.12 Authentication using token."
level=warning msg="HTTPS certificate verification is disabled."
level=info msg="Listen on :9025..."
logger=migrator t=2022-04-13T10:51:37.92+0000 lvl=info msg="Executing migration" id="Add column org_id to builtin_role table"
logger=migrator t=2022-04-13T10:51:37.93+0000 lvl=info msg="Executing migration" id="add index builtin_role.org_id"
logger=migrator t=2022-04-13T10:51:37.93+0000 lvl=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role"
logger=migrator t=2022-04-13T10:51:37.94+0000 lvl=info msg="Executing migration" id="Remove unique index role_org_id_uid"
logger=migrator t=2022-04-13T10:51:37.94+0000 lvl=info msg="Executing migration" id="add unique index role.uid"
logger=migrator t=2022-04-13T10:51:37.94+0000 lvl=info msg="Executing migration" id="create seed assignment table"
logger=migrator t=2022-04-13T10:51:37.95+0000 lvl=info msg="Executing migration" id="add unique index builtin_role_role_name"
logger=migrator t=2022-04-13T10:51:37.95+0000 lvl=info msg="Executing migration" id="add column hidden to role table"
logger=migrator t=2022-04-13T10:51:37.96+0000 lvl=info msg="Executing migration" id="create query_history table v1"
logger=migrator t=2022-04-13T10:51:37.96+0000 lvl=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid"
logger=migrator t=2022-04-13T10:51:37.97+0000 lvl=info msg="Executing migration" id="create query_history_star table v1"
logger=migrator t=2022-04-13T10:51:37.97+0000 lvl=info msg="Executing migration" id="add index query_history.user_id-query_uid"
logger=migrator t=2022-04-13T10:51:37.97+0000 lvl=info msg="migrations completed" performed=396 skipped=0 duration=1.485242639s
logger=sqlstore t=2022-04-13T10:51:38+0000 lvl=info msg="Created default admin" user=admin
logger=sqlstore t=2022-04-13T10:51:38+0000 lvl=info msg="Created default organization"
logger=plugin.manager t=2022-04-13T10:51:38.03+0000 lvl=info msg="Plugin registered" pluginId=input
logger=query_data t=2022-04-13T10:51:38.03+0000 lvl=info msg="Query Service initialization"
logger=live.push_http t=2022-04-13T10:51:38.04+0000 lvl=info msg="Live Push Gateway initialization"
logger=provisioning.datasources t=2022-04-13T10:51:38.08+0000 lvl=info msg="inserting datasource from configuration " name="NCP Prometheus" uid=P3791F55F620A72A5
logger=provisioning.plugins t=2022-04-13T10:51:38.08+0000 lvl=eror msg="Failed to read plugin provisioning files from directory" path=/etc/grafana/provisioning/plugins error="open /etc/grafana/provisioning/plugins: no such file or directory"
logger=provisioning.notifiers t=2022-04-13T10:51:38.08+0000 lvl=eror msg="Can't read alert notification provisioning files from directory" path=/etc/grafana/provisioning/notifiers error="open /etc/grafana/provisioning/notifiers: no such file or directory"
logger=ngalert t=2022-04-13T10:51:38.08+0000 lvl=info msg="warming cache for startup"
logger=ngalert.multiorg.alertmanager t=2022-04-13T10:51:38.08+0000 lvl=info msg="starting MultiOrg Alertmanager"
logger=grafanaStorageLogger t=2022-04-13T10:51:38.08+0000 lvl=info msg="storage starting"
logger=http.server t=2022-04-13T10:51:38.08+0000 lvl=info msg="HTTP Server Listen" address=[::]:3000 protocol=http subUrl= socket=
logger=context t=2022-04-13T10:52:41.83+0000 lvl=eror msg="Failed to look up user based on cookie" error="user token not found"
logger=context userId=0 orgId=0 uname= t=2022-04-13T10:52:41.83+0000 lvl=info msg="Request Completed" method=GET path=/ status=302 remote_addr=172.25.0.1 time_ms=0 duration=281.812”s size=29 referer=https://192.168.0.2:8443/login
logger=context t=2022-04-13T10:52:41.87+0000 lvl=eror msg="Failed to look up user based on cookie" error="user token not found"
logger=context t=2022-04-13T10:52:52.85+0000 lvl=eror msg="Failed to look up user based on cookie" error="user token not found"
logger=http.server t=2022-04-13T10:52:52.87+0000 lvl=info msg="Successful Login" User=admin@localhost
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:52:59.62+0000 lvl=info msg="Request Completed" method=POST path=/api/user/password/reset status=400 remote_addr=172.25.0.1 time_ms=21 duration=21.609549ms size=52 referer=https://192.168.0.2:8443/login
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:53:00.79+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.874496ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:53:02.09+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.628492ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:53:05.34+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.921548ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:53:13.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=564.403”s size=12 referer=
logger=http.server t=2022-04-13T10:53:22.28+0000 lvl=info msg="Successful Logout" User=admin@localhost
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:53:22.28+0000 lvl=info msg="Request Completed" method=GET path=/logout status=302 remote_addr=172.25.0.1 time_ms=10 duration=10.287068ms size=29 referer=https://192.168.0.2:8443/profile
logger=http.server t=2022-04-13T10:58:21.12+0000 lvl=info msg="Successful Login" User=admin@localhost
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:58:22.6+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.790727ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:58:24.29+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=464.322”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:58:26.59+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.800984ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:58:32.26+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.737347ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:58:48.37+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=567.496”s size=12 referer=
logger=live t=2022-04-13T10:58:50.93+0000 lvl=info msg="Initialized channel handler" channel=grafana/dashboard/uid/gmAYEfgnza address=grafana/dashboard/uid/gmAYEfgnza
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:59:03.68+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.806549ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:59:16.59+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.789174ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:59:34.56+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.782182ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T10:59:46.69+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.770137ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:00:02.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.81215ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:00:17.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.819849ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:00:32.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.747303ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:00:43.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=504.012”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:00:57.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.721043ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:01:08.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=470.788”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:01:25.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.774973ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:01:38.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=442.886”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:01:52.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.774335ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:02:08.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=458.619”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:02:21.2+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.749827ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:02:34.21+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.794818ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:02:53.17+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=756.02”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:03:08.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=513.639”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:03:21.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=4 duration=4.97885ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:03:36.23+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.758164ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:03:53.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=434.582”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:04:04.2+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.913253ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:04:20.2+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.871942ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:04:35.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.827226ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:04:47.2+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.893387ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:05:07.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.825868ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:05:18.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=497.962”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:05:34.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.358944ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:05:48.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=460.088”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:06:07.2+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.913246ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:06:24.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.757589ms size=12 referer=
logger=sqlstore t=2022-04-13T11:06:38.09+0000 lvl=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:06:45.2+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.813726ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:06:56.18+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.743449ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:07:08.44+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.859061ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:07:18.78+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.956143ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:07:20.04+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.674918ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:07:22.55+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.779352ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:07:27.02+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.782254ms size=12 referer=
logger=http.server t=2022-04-13T11:07:27.33+0000 lvl=info msg="Successful Logout" User=admin@localhost
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:07:27.33+0000 lvl=info msg="Request Completed" method=GET path=/logout status=302 remote_addr=172.25.0.1 time_ms=6 duration=6.61203ms size=29 referer=https://192.168.0.2:8443/profile
logger=http.server t=2022-04-13T11:07:37.45+0000 lvl=info msg="Successful Login" User=admin@localhost
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:07:39.12+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.396495ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:07:40.46+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.639747ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:07:43.5+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.792ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:07:51.68+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.742337ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:08:03.79+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=0 duration=986.47”s size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:08:15.35+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.766167ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:08:31.61+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=2 duration=2.542215ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:08:49.23+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.932351ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:09:05.2+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.754392ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:09:25.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.757729ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:09:42.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.746687ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:09:57.2+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.738029ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:10:09.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.755562ms size=12 referer=
logger=context userId=1 orgId=1 uname=admin t=2022-04-13T11:10:26.19+0000 lvl=info msg="Request Completed" method=GET path=/api/live/ws status=400 remote_addr=172.25.0.1 time_ms=1 duration=1.82527ms size=12 referer=

Okay, I have a suspicion
 Can you do docker-compose down && docker-compose pull && docker-compose rm inside the ncp-monitoring-dashboard directory and then restart the services (docker-compose up or ./start.sh)? I was able to reproduce your issue with an older prometheus image.

root@servidor-datagal:/home/pi/ncp-monitoring-dashboard# docker-compose down && docker-compose pull && docker-compose rm
Stopping ncp-monitoring-dashboard_prometheus_1             ... done
Stopping ncp-monitoring-dashboard_nginx_1                  ... done
Stopping ncp-monitoring-dashboard_ncp-nextcloud-exporter_1 ... done
Stopping ncp-monitoring-dashboard_grafana_1                ... done
Removing ncp-monitoring-dashboard_prometheus_1             ... done
Removing ncp-monitoring-dashboard_nginx_1                  ... done
Removing ncp-monitoring-dashboard_ncp-nextcloud-exporter_1 ... done
Removing ncp-monitoring-dashboard_grafana_1                ... done
Removing network ncp-monitoring
Pulling nginx                  ... done
Pulling ncp-nextcloud-exporter ... done
Pulling prometheus             ... done
Pulling grafana                ... done
No stopped containers
root@servidor-datagal:/home/pi/ncp-monitoring-dashboard# ./start.sh


Do you want to install ncp-monitoring-dashboard as a systemd service? This is ideal for persistent hosting. (y|N)y

Services are starting up. In the future you can start them by executing 'systemctl start ncp-monitoring-dashboard' and stop them by executing 'systemctl stop ncp-monitoring-dashboard' from this directory.
You can reach Grafana at https://localhost:8443

Show logs? (Y|n)n

wait 10 mins 


EDIT + 10 min

no CPU, MEN, metrics
 :frowning:

That’s
 weird.

I have a few ideas where to go from here:

  • You could access the Prometheus UI directly at http://<container-ip>:9090 (get the container IP with docker inspect <container-name> -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}') and see if you can create a panel and retrieve any metrics.

  • You can check, whether the metrics endpoints in ncp return any data (open https://192.168.0.12/metrics/ncp and https://192.168.0.12/metrics/system).

  • You could try and add a new panel to Grafana and test if you can anything at all from prometheus (e.g. the metrics prometheus_build_info).

In case it interferes, I have this other monitor:

I have done everything again.

  • Restart NCP
  • Restart DockerServer
  • stop and delete containers, delete permanent volumes
  • re-enable metrics, (default user: ncpstats ownyourbits)
  • token
  • sudo su in docker server
  • ./start.sh
    -


https://192.168.0.12/metrics/ncp:

# HELP ncp_backup_freshness Age of the latest backup in minutes.
# TYPE ncp_backup_freshness gauge
ncp_backup_freshness{backups_disk="/dev/root",backups_path="/media/USBdrive/ncp-snapshots",backup_pattern=".*_(?P<year>\d+)-(?P<month>\d+)-(?P<day>\d+)_(?P<hour>\d{2})(?P<minute>\d{2})(?P<second>\d{2})"} 17528889
ncp_backup_freshness{backups_disk="/dev/sdb1",backups_path="/media/zBackUp/ncp-snapshots-sync",backup_pattern=".*_(?P<year>\d+)-(?P<month>\d+)-(?P<day>\d+)_(?P<hour>\d{2})(?P<minute>\d{2})(?P<second>\d{2})"} 17561289
ncp_backup_freshness{backups_disk="/dev/sdb1",backups_path="/media/zBackUp/ncp-backups",backup_pattern="nextcloud-bkp_(?P<year>\d{4})(?P<month>\d{2})(?P<day>\d{2})_.*\.tar(\.gz)?"} 17749510
# EOF

https://192.168.0.12/metrics/system:

# HELP apt_autoremove_pending Apt package pending autoremove.
# TYPE apt_autoremove_pending gauge
apt_autoremove_pending 0
# HELP apt_upgrades_pending Apt package pending updates by origin.
# TYPE apt_upgrades_pending gauge
apt_upgrades_pending{arch="",origin=""} 0
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 9.0497e-05
go_gc_duration_seconds{quantile="0.25"} 0.000105072
go_gc_duration_seconds{quantile="0.5"} 0.000134719
go_gc_duration_seconds{quantile="0.75"} 0.000243771
go_gc_duration_seconds{quantile="1"} 0.006901477
go_gc_duration_seconds_sum 0.013102619
go_gc_duration_seconds_count 28
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 10
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.15.9"} 1
# HELP go_memstats_alloc_bytes Number of bytes allocated and still in use.
# TYPE go_memstats_alloc_bytes gauge
go_memstats_alloc_bytes 2.237856e+06
# HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed.
# TYPE go_memstats_alloc_bytes_total counter
go_memstats_alloc_bytes_total 3.9672192e+07
# HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table.
# TYPE go_memstats_buck_hash_sys_bytes gauge
go_memstats_buck_hash_sys_bytes 1.454919e+06
# HELP go_memstats_frees_total Total number of frees.
# TYPE go_memstats_frees_total counter
go_memstats_frees_total 795327
# HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started.
# TYPE go_memstats_gc_cpu_fraction gauge
go_memstats_gc_cpu_fraction 1.8238090765150252e-07
# HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata.
# TYPE go_memstats_gc_sys_bytes gauge
go_memstats_gc_sys_bytes 5.071632e+06
# HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use.
# TYPE go_memstats_heap_alloc_bytes gauge
go_memstats_heap_alloc_bytes 2.237856e+06
# HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used.
# TYPE go_memstats_heap_idle_bytes gauge
go_memstats_heap_idle_bytes 6.1874176e+07
# HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use.
# TYPE go_memstats_heap_inuse_bytes gauge
go_memstats_heap_inuse_bytes 4.579328e+06
# HELP go_memstats_heap_objects Number of allocated objects.
# TYPE go_memstats_heap_objects gauge
go_memstats_heap_objects 22581
# HELP go_memstats_heap_released_bytes Number of heap bytes released to OS.
# TYPE go_memstats_heap_released_bytes gauge
go_memstats_heap_released_bytes 6.1513728e+07
# HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system.
# TYPE go_memstats_heap_sys_bytes gauge
go_memstats_heap_sys_bytes 6.6453504e+07
# HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection.
# TYPE go_memstats_last_gc_time_seconds gauge
go_memstats_last_gc_time_seconds 1.650014970506678e+09
# HELP go_memstats_lookups_total Total number of pointer lookups.
# TYPE go_memstats_lookups_total counter
go_memstats_lookups_total 0
# HELP go_memstats_mallocs_total Total number of mallocs.
# TYPE go_memstats_mallocs_total counter
go_memstats_mallocs_total 817908
# HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures.
# TYPE go_memstats_mcache_inuse_bytes gauge
go_memstats_mcache_inuse_bytes 6944
# HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system.
# TYPE go_memstats_mcache_sys_bytes gauge
go_memstats_mcache_sys_bytes 16384
# HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures.
# TYPE go_memstats_mspan_inuse_bytes gauge
go_memstats_mspan_inuse_bytes 108528
# HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system.
# TYPE go_memstats_mspan_sys_bytes gauge
go_memstats_mspan_sys_bytes 131072
# HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place.
# TYPE go_memstats_next_gc_bytes gauge
go_memstats_next_gc_bytes 4.194304e+06
# HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations.
# TYPE go_memstats_other_sys_bytes gauge
go_memstats_other_sys_bytes 486825
# HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator.
# TYPE go_memstats_stack_inuse_bytes gauge
go_memstats_stack_inuse_bytes 655360
# HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator.
# TYPE go_memstats_stack_sys_bytes gauge
go_memstats_stack_sys_bytes 655360
# HELP go_memstats_sys_bytes Number of bytes obtained from system.
# TYPE go_memstats_sys_bytes gauge
go_memstats_sys_bytes 7.4269696e+07
# HELP go_threads Number of OS threads created.
# TYPE go_threads gauge
go_threads 9
# HELP node_arp_entries ARP entries by device
# TYPE node_arp_entries gauge
node_arp_entries{device="eth0"} 3
# HELP node_boot_time_seconds Node boot time, in unixtime.
# TYPE node_boot_time_seconds gauge
node_boot_time_seconds 1.649844636e+09
# HELP node_btrfs_allocation_ratio Data allocation ratio for a layout/data type
# TYPE node_btrfs_allocation_ratio gauge
node_btrfs_allocation_ratio{block_group_type="data",mode="single",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 1
node_btrfs_allocation_ratio{block_group_type="data",mode="single",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 1
node_btrfs_allocation_ratio{block_group_type="metadata",mode="dup",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 2
node_btrfs_allocation_ratio{block_group_type="metadata",mode="dup",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 2
node_btrfs_allocation_ratio{block_group_type="system",mode="dup",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 2
node_btrfs_allocation_ratio{block_group_type="system",mode="dup",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 2
# HELP node_btrfs_device_size_bytes Size of a device that is part of the filesystem.
# TYPE node_btrfs_device_size_bytes gauge
node_btrfs_device_size_bytes{device="sda1",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 3.000591450112e+12
node_btrfs_device_size_bytes{device="sdb1",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 4.000785104896e+12
# HELP node_btrfs_global_rsv_size_bytes Size of global reserve.
# TYPE node_btrfs_global_rsv_size_bytes gauge
node_btrfs_global_rsv_size_bytes{uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 5.36870912e+08
node_btrfs_global_rsv_size_bytes{uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 5.36870912e+08
# HELP node_btrfs_info Filesystem information
# TYPE node_btrfs_info gauge
node_btrfs_info{label="myCloudDrive",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 1
node_btrfs_info{label="zBackUp",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 1
# HELP node_btrfs_reserved_bytes Amount of space reserved for a data type
# TYPE node_btrfs_reserved_bytes gauge
node_btrfs_reserved_bytes{block_group_type="data",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 0
node_btrfs_reserved_bytes{block_group_type="data",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 0
node_btrfs_reserved_bytes{block_group_type="metadata",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 0
node_btrfs_reserved_bytes{block_group_type="metadata",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 0
node_btrfs_reserved_bytes{block_group_type="system",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 0
node_btrfs_reserved_bytes{block_group_type="system",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 0
# HELP node_btrfs_size_bytes Amount of space allocated for a layout/data type
# TYPE node_btrfs_size_bytes gauge
node_btrfs_size_bytes{block_group_type="data",mode="single",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 1.526869262336e+12
node_btrfs_size_bytes{block_group_type="data",mode="single",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 1.594514997248e+12
node_btrfs_size_bytes{block_group_type="metadata",mode="dup",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 6.442450944e+09
node_btrfs_size_bytes{block_group_type="metadata",mode="dup",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 8.589934592e+09
node_btrfs_size_bytes{block_group_type="system",mode="dup",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 8.388608e+06
node_btrfs_size_bytes{block_group_type="system",mode="dup",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 8.388608e+06
# HELP node_btrfs_used_bytes Amount of used space by a layout/data type
# TYPE node_btrfs_used_bytes gauge
node_btrfs_used_bytes{block_group_type="data",mode="single",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 1.525163810816e+12
node_btrfs_used_bytes{block_group_type="data",mode="single",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 1.501138214912e+12
node_btrfs_used_bytes{block_group_type="metadata",mode="dup",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 6.107103232e+09
node_btrfs_used_bytes{block_group_type="metadata",mode="dup",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 4.123459584e+09
node_btrfs_used_bytes{block_group_type="system",mode="dup",uuid="1c6ae09f-89bf-4742-bb11-f4d066f984a8"} 180224
node_btrfs_used_bytes{block_group_type="system",mode="dup",uuid="e1c9fe24-5093-4edb-b93a-e4da4d2e2680"} 180224
# HELP node_context_switches_total Total number of context switches.
# TYPE node_context_switches_total counter
node_context_switches_total 8.1937594e+07
# HELP node_cpu_frequency_max_hertz Maximum cpu thread frequency in hertz.
# TYPE node_cpu_frequency_max_hertz gauge
node_cpu_frequency_max_hertz{cpu="0"} 1.5e+09
node_cpu_frequency_max_hertz{cpu="1"} 1.5e+09
node_cpu_frequency_max_hertz{cpu="2"} 1.5e+09
node_cpu_frequency_max_hertz{cpu="3"} 1.5e+09
# HELP node_cpu_frequency_min_hertz Minimum cpu thread frequency in hertz.
# TYPE node_cpu_frequency_min_hertz gauge
node_cpu_frequency_min_hertz{cpu="0"} 6e+08
node_cpu_frequency_min_hertz{cpu="1"} 6e+08
node_cpu_frequency_min_hertz{cpu="2"} 6e+08
node_cpu_frequency_min_hertz{cpu="3"} 6e+08
# HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode.
# TYPE node_cpu_guest_seconds_total counter
node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="0",mode="user"} 0
node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="1",mode="user"} 0
node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="2",mode="user"} 0
node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0
node_cpu_guest_seconds_total{cpu="3",mode="user"} 0
# HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz.
# TYPE node_cpu_scaling_frequency_hertz gauge
node_cpu_scaling_frequency_hertz{cpu="0"} 1.5e+09
node_cpu_scaling_frequency_hertz{cpu="1"} 1.5e+09
node_cpu_scaling_frequency_hertz{cpu="2"} 1.5e+09
node_cpu_scaling_frequency_hertz{cpu="3"} 1.5e+09
# HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz.
# TYPE node_cpu_scaling_frequency_max_hertz gauge
node_cpu_scaling_frequency_max_hertz{cpu="0"} 1.5e+09
node_cpu_scaling_frequency_max_hertz{cpu="1"} 1.5e+09
node_cpu_scaling_frequency_max_hertz{cpu="2"} 1.5e+09
node_cpu_scaling_frequency_max_hertz{cpu="3"} 1.5e+09
# HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz.
# TYPE node_cpu_scaling_frequency_min_hertz gauge
node_cpu_scaling_frequency_min_hertz{cpu="0"} 6e+08
node_cpu_scaling_frequency_min_hertz{cpu="1"} 6e+08
node_cpu_scaling_frequency_min_hertz{cpu="2"} 6e+08
node_cpu_scaling_frequency_min_hertz{cpu="3"} 6e+08
# HELP node_cpu_seconds_total Seconds the CPUs spent in each mode.
# TYPE node_cpu_seconds_total counter
node_cpu_seconds_total{cpu="0",mode="idle"} 163457.34
node_cpu_seconds_total{cpu="0",mode="iowait"} 1319.35
node_cpu_seconds_total{cpu="0",mode="irq"} 0
node_cpu_seconds_total{cpu="0",mode="nice"} 18.28
node_cpu_seconds_total{cpu="0",mode="softirq"} 38.7
node_cpu_seconds_total{cpu="0",mode="steal"} 0
node_cpu_seconds_total{cpu="0",mode="system"} 898.94
node_cpu_seconds_total{cpu="0",mode="user"} 4301.52
node_cpu_seconds_total{cpu="1",mode="idle"} 162819.61
node_cpu_seconds_total{cpu="1",mode="iowait"} 1051.28
node_cpu_seconds_total{cpu="1",mode="irq"} 0
node_cpu_seconds_total{cpu="1",mode="nice"} 18.84
node_cpu_seconds_total{cpu="1",mode="softirq"} 3.99
node_cpu_seconds_total{cpu="1",mode="steal"} 0
node_cpu_seconds_total{cpu="1",mode="system"} 1074.99
node_cpu_seconds_total{cpu="1",mode="user"} 5119.49
node_cpu_seconds_total{cpu="2",mode="idle"} 162491.8
node_cpu_seconds_total{cpu="2",mode="iowait"} 1180.7
node_cpu_seconds_total{cpu="2",mode="irq"} 0
node_cpu_seconds_total{cpu="2",mode="nice"} 19.72
node_cpu_seconds_total{cpu="2",mode="softirq"} 4.12
node_cpu_seconds_total{cpu="2",mode="steal"} 0
node_cpu_seconds_total{cpu="2",mode="system"} 1107.17
node_cpu_seconds_total{cpu="2",mode="user"} 5252.56
node_cpu_seconds_total{cpu="3",mode="idle"} 162860.36
node_cpu_seconds_total{cpu="3",mode="iowait"} 1217.55
node_cpu_seconds_total{cpu="3",mode="irq"} 0
node_cpu_seconds_total{cpu="3",mode="nice"} 26.83
node_cpu_seconds_total{cpu="3",mode="softirq"} 3.59
node_cpu_seconds_total{cpu="3",mode="steal"} 0
node_cpu_seconds_total{cpu="3",mode="system"} 1021.4
node_cpu_seconds_total{cpu="3",mode="user"} 4962.07
# HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards.
# TYPE node_disk_discard_time_seconds_total counter
node_disk_discard_time_seconds_total{device="mmcblk0"} 0
node_disk_discard_time_seconds_total{device="mmcblk0p1"} 0
node_disk_discard_time_seconds_total{device="mmcblk0p2"} 0
node_disk_discard_time_seconds_total{device="sda"} 0
node_disk_discard_time_seconds_total{device="sdb"} 0
# HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully.
# TYPE node_disk_discarded_sectors_total counter
node_disk_discarded_sectors_total{device="mmcblk0"} 0
node_disk_discarded_sectors_total{device="mmcblk0p1"} 0
node_disk_discarded_sectors_total{device="mmcblk0p2"} 0
node_disk_discarded_sectors_total{device="sda"} 0
node_disk_discarded_sectors_total{device="sdb"} 0
# HELP node_disk_discards_completed_total The total number of discards completed successfully.
# TYPE node_disk_discards_completed_total counter
node_disk_discards_completed_total{device="mmcblk0"} 0
node_disk_discards_completed_total{device="mmcblk0p1"} 0
node_disk_discards_completed_total{device="mmcblk0p2"} 0
node_disk_discards_completed_total{device="sda"} 0
node_disk_discards_completed_total{device="sdb"} 0
# HELP node_disk_discards_merged_total The total number of discards merged.
# TYPE node_disk_discards_merged_total counter
node_disk_discards_merged_total{device="mmcblk0"} 0
node_disk_discards_merged_total{device="mmcblk0p1"} 0
node_disk_discards_merged_total{device="mmcblk0p2"} 0
node_disk_discards_merged_total{device="sda"} 0
node_disk_discards_merged_total{device="sdb"} 0
# HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests.
# TYPE node_disk_flush_requests_time_seconds_total counter
node_disk_flush_requests_time_seconds_total{device="mmcblk0"} 0
node_disk_flush_requests_time_seconds_total{device="mmcblk0p1"} 0
node_disk_flush_requests_time_seconds_total{device="mmcblk0p2"} 0
node_disk_flush_requests_time_seconds_total{device="sda"} 137.1
node_disk_flush_requests_time_seconds_total{device="sdb"} 0.25
# HELP node_disk_flush_requests_total The total number of flush requests completed successfully
# TYPE node_disk_flush_requests_total counter
node_disk_flush_requests_total{device="mmcblk0"} 0
node_disk_flush_requests_total{device="mmcblk0p1"} 0
node_disk_flush_requests_total{device="mmcblk0p2"} 0
node_disk_flush_requests_total{device="sda"} 2090
node_disk_flush_requests_total{device="sdb"} 2
# HELP node_disk_io_now The number of I/Os currently in progress.
# TYPE node_disk_io_now gauge
node_disk_io_now{device="mmcblk0"} 0
node_disk_io_now{device="mmcblk0p1"} 0
node_disk_io_now{device="mmcblk0p2"} 0
node_disk_io_now{device="sda"} 0
node_disk_io_now{device="sdb"} 0
# HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os.
# TYPE node_disk_io_time_seconds_total counter
node_disk_io_time_seconds_total{device="mmcblk0"} 5272.692
node_disk_io_time_seconds_total{device="mmcblk0p1"} 3.484
node_disk_io_time_seconds_total{device="mmcblk0p2"} 5272.424
node_disk_io_time_seconds_total{device="sda"} 426.47200000000004
node_disk_io_time_seconds_total{device="sdb"} 23.252
# HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os.
# TYPE node_disk_io_time_weighted_seconds_total counter
node_disk_io_time_weighted_seconds_total{device="mmcblk0"} 93395.897
node_disk_io_time_weighted_seconds_total{device="mmcblk0p1"} 6.212
node_disk_io_time_weighted_seconds_total{device="mmcblk0p2"} 93389.504
node_disk_io_time_weighted_seconds_total{device="sda"} 5896.3
node_disk_io_time_weighted_seconds_total{device="sdb"} 32.555
# HELP node_disk_read_bytes_total The total number of bytes read successfully.
# TYPE node_disk_read_bytes_total counter
node_disk_read_bytes_total{device="mmcblk0"} 1.079576576e+09
node_disk_read_bytes_total{device="mmcblk0p1"} 1.1301888e+07
node_disk_read_bytes_total{device="mmcblk0p2"} 1.067037696e+09
node_disk_read_bytes_total{device="sda"} 5.686082048e+09
node_disk_read_bytes_total{device="sdb"} 1.13080832e+08
# HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads.
# TYPE node_disk_read_time_seconds_total counter
node_disk_read_time_seconds_total{device="mmcblk0"} 311.234
node_disk_read_time_seconds_total{device="mmcblk0p1"} 5.324
node_disk_read_time_seconds_total{device="mmcblk0p2"} 305.73
node_disk_read_time_seconds_total{device="sda"} 1237.894
node_disk_read_time_seconds_total{device="sdb"} 29.536
# HELP node_disk_reads_completed_total The total number of reads completed successfully.
# TYPE node_disk_reads_completed_total counter
node_disk_reads_completed_total{device="mmcblk0"} 37012
node_disk_reads_completed_total{device="mmcblk0p1"} 315
node_disk_reads_completed_total{device="mmcblk0p2"} 36607
node_disk_reads_completed_total{device="sda"} 198534
node_disk_reads_completed_total{device="sdb"} 5503
# HELP node_disk_reads_merged_total The total number of reads merged.
# TYPE node_disk_reads_merged_total counter
node_disk_reads_merged_total{device="mmcblk0"} 15106
node_disk_reads_merged_total{device="mmcblk0p1"} 3019
node_disk_reads_merged_total{device="mmcblk0p2"} 12087
node_disk_reads_merged_total{device="sda"} 102
node_disk_reads_merged_total{device="sdb"} 1
# HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes.
# TYPE node_disk_write_time_seconds_total counter
node_disk_write_time_seconds_total{device="mmcblk0"} 93084.662
node_disk_write_time_seconds_total{device="mmcblk0p1"} 0.888
node_disk_write_time_seconds_total{device="mmcblk0p2"} 93083.774
node_disk_write_time_seconds_total{device="sda"} 4521.305
node_disk_write_time_seconds_total{device="sdb"} 2.7680000000000002
# HELP node_disk_writes_completed_total The total number of writes completed successfully.
# TYPE node_disk_writes_completed_total counter
node_disk_writes_completed_total{device="mmcblk0"} 367622
node_disk_writes_completed_total{device="mmcblk0p1"} 2
node_disk_writes_completed_total{device="mmcblk0p2"} 367620
node_disk_writes_completed_total{device="sda"} 88545
node_disk_writes_completed_total{device="sdb"} 140
# HELP node_disk_writes_merged_total The number of writes merged.
# TYPE node_disk_writes_merged_total counter
node_disk_writes_merged_total{device="mmcblk0"} 724342
node_disk_writes_merged_total{device="mmcblk0p1"} 0
node_disk_writes_merged_total{device="mmcblk0p2"} 724342

Can you please add a panel in the Prometheus UI and query something (it should offer autocompletion, try e.g. ncp_backup_freshness)

The only other thing that comes to mind is that prometheus might not like your self-signed certificate or something - but then again, I’d expect an error in the logs if that was the cause.

Nueva

NO
“no autocompletion”
My docker-compose.yml

version: '3.5'

services:
  nginx:
    image: nginx:latest
    ports:
      # Replace 8443 and 8080 with your desired ports here
      - 8443:443
      - 8080:80
    volumes:
      - type: bind
        source: ./config/nginx/nginx.conf
        target: /etc/nginx/nginx.conf
        read_only: true
      - type: bind
        source: ./config/nginx/monitoring-dashboard.conf
        target: /etc/nginx/monitoring-dashboard.conf
        read_only: true
      - type: bind
        source: ./config/nginx/cert
        target: /etc/nginx/cert
#    networks:
#      - ncp-monitoring
  prometheus:
    image: prom/prometheus
    volumes:
      - prometheus:/data
      - type: bind
        source: ./config/prometheus
        target: /etc/prometheus
        read_only: true
#    networks:
#      - ncp-monitoring
    depends_on:
      - ncp-nextcloud-exporter
    # Uncomment to expose prometheus directly
    ports:
      # - "localhost:9090:9090"
       - 9090:9090
  ncp-nextcloud-exporter:
    image: xperimental/nextcloud-exporter
    env_file:
      - .env
    environment:
      - NEXTCLOUD_LISTEN_ADDRESS=:9025
      - NEXTCLOUD_TIMEOUT=5s
#    networks:
#      - ncp-monitoring
  grafana:
    image: grafana/grafana:latest
    hostname: grafana
    volumes:
      - grafana:/var/lib/grafana
      - type: bind
        source: ./config/grafana
        target: /etc/grafana
    # Uncomment to expose grafana directly
    ports:
      - 192.168.0.2:3300:3000
#    networks:
#      - ncp-monitoring

#networks:
#   ncp-monitoring:
#      name: ncp-monitoring

volumes:
  prometheus:
  grafana: