AH, got it working like this : influx -execute "SELECT * FROM \"cockpit3\".\"autogen\".\"metrics.Linux-Memory\" WHERE host='Centreon'"
xginn8 has quit
xginn8 joined the channel
Naresh joined the channel
_ADN_ joined the channel
Onepamopa joined the channel
Onepamopa
Q: I'm saving data in influxdb every second, however, when choosing a 24 (or more) hours graph, cpu usage goes @ 80-90%.. The query is: SELECT last("value") FROM "expire_policy"."total_http" WHERE ("dest_ip" =~ /^$IPaddr$/) AND $timeFilter GROUP BY time($__interval), "dest_ip" fill(linear)
Is there a way to still get a 24 hour graph but avoid the high cpu usage?
xginn8 has quit
Onepamopa has quit
richid joined the channel
nicolas17 joined the channel
PSUdaemon joined the channel
PSUdaemon has quit
chksum joined the channel
chksum
Hey everyone. Is this the right place to ask questions about Telegraf?
nicolas17
yes, the whole TICK stack is in scope in this channel
chksum
Excellent. I have a question concerning MySQL metrics.
I have grafana and telegraf running on two nodes. I'm receiving general MySQL stats, but not InnoDB (which is more important to our Org than MySQL)
I'm inheriting this project from an admin whos out on paternity leave. I wanted to know...
Where should I begin looking to determine why the MySQL instances are not reporting InnoDB data?