stakeconomy / solanamonitoring

GNU General Public License v3.0
212 stars 49 forks source link

showing only disk usage and ram #9

Closed Merrick17 closed 1 year ago

Merrick17 commented 2 years ago

hello i followed by every step , however i can't get any data to display like displayed bellow image

and this is my tlegraf config file `# Global Agent Configuration [agent] hostname = "hostname" # set this to your hostname flush_interval = "15s" interval = "15s"

Input Plugins

[[inputs.cpu]] percpu = true totalcpu = true collect_cpu_time = false report_active = false [[inputs.disk]] ignore_fs = ["tmpfs", "devtmpfs", "devfs"] [[inputs.io]] [[inputs.mem]] [[inputs.net]] [[inputs.system]] [[inputs.swap]] [[inputs.netstat]] [[inputs.processes]] [[inputs.kernel]] [[inputs.diskio]]

Output Plugin InfluxDB

[[outputs.influxdb]] database = "telegraf" urls = [ "http://127.0.0.1:8086" ] username = "telegraf" password = "password"

[[inputs.exec]] commands = ["sudo su -c /home/sol/solanamonitoring/monitor.sh -s /bin/bash sol"] # change home and username to the useraccount your validator runs at interval = "5m" timeout = "1m" data_format = "influx" data_type = "integer" `