hello i followed by every step , however i can't get any data to display like displayed bellow
and this is my tlegraf config file
`# Global Agent Configuration
[agent]
hostname = "hostname" # set this to your hostname
flush_interval = "15s"
interval = "15s"
[[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"
`
hello i followed by every step , however i can't get any data to display like displayed bellow
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" `