hi there, quite new to influxdb, a question: how can i update some gauge via http ?
deep-book-gk_ has left the channel
the example i'm based on is "%% curl -i -XPOST 'http://localhost:8086/write?db=mydb' --data-binary 'cpu_load_short,host=server01,region=us-west value=0.64 1434055562000000000'"
which here basically translates to a
<0.148.0> about to query: *** curl --silent 'http://51.255.206.33:8086/write?db=oliv3_1' --data-binary 'pings,host=azathoth.biniou.net value=1' ***
nicolas17
I suggest using --verbose instead of --silent if you're troubleshooting :)
oliv3
sorry maybe i was not clear
what i'd like to do is an insert like "value += 1"
overlord_tm joined the channel
wojtczak joined the channel
nicolas17
oliv3: influxdb isn't really designed to modify data frequently
just add data points for every ping, and later you can run a query to count them or sum them
if you're doing "pings" probably the latency / round-trip time tis the value you should be storing :)
s/tis/is/
brijesh_learner joined the channel
Deruyter
Is there anything obvious I'm missing as to why my hosts list is empty but I am receiving metrics. It only happened after I created a db with a different retention period other than the auto.
nicolas17
hosts list?
Deruyter
In Chronograf*
nicolas17
ah, I don't use it ^^
nicolas17 disappears
nicolas17 has quit
brijesh_learner has quit
Deruyter
I should probably spin up Grafana and try it too, then. Do you use that?
MajPotatohead has quit
pfelt has quit
Phantom7 has quit
brijesh_learner joined the channel
overlord_tm has quit
brijesh_learner has quit
pfelt joined the channel
brijesh_learner joined the channel
overlord_tm joined the channel
brijesh_learner has quit
pfelt has quit
pfelt joined the channel
pfelt has quit
brijesh_learner joined the channel
knutix joined the channel
brijesh_learner has quit
wfailla joined the channel
wfailla has quit
wfailla joined the channel
rikardos1_ joined the channel
wojtczak has quit
rikardos1_
Hi.. I am trying chronograf right now, and I do not understand what is "apps -> system" section in a host list.. what is that "apps".. where can I define them or change?
landwork has quit
Mattch joined the channel
_ADN_ joined the channel
wfailla has quit
_ADN_ joined the channel
kshep has quit
descrepes joined the channel
ople_ joined the channel
ople_ has quit
ople_ joined the channel
PasiFist has quit
PasiFist joined the channel
simonov has quit
simonov joined the channel
kshep joined the channel
Seb-Solon has quit
seb-solon_ joined the channel
wfailla joined the channel
wfailla has quit
wfailla joined the channel
wfailla_ joined the channel
wfailla has quit
Phantom7 joined the channel
jlaffaye has quit
jlaffaye joined the channel
Phantom7 has quit
Phantom7 joined the channel
Phantom7 has quit
_ADN_ joined the channel
_ADN_ joined the channel
Phantom7 joined the channel
wfailla joined the channel
wfailla_ has quit
Phantom7 has quit
jasiek has left the channel
Phantom7 joined the channel
wfailla_ joined the channel
Phantom7 has quit
wfailla has quit
Phantom7 joined the channel
Naresh joined the channel
Phantom7 has quit
SkyRocknRoll joined the channel
SkyRocknRoll joined the channel
Sarph joined the channel
oliv3 has left the channel
daze joined the channel
overlord_tm has quit
SkyRocknRoll has quit
Druid_ is now known as Druide_
SkyRocknRoll joined the channel
pfelt joined the channel
wfailla_ has quit
pfelt1 joined the channel
pfelt2 joined the channel
pfelt has quit
m4rk0 joined the channel
m4rk0
Hello
pfelt1 has quit
I'm new with InfluxDB and I need help... How can I convert this Graphite function to InfluxDB (in Grafana) ... summarize(1h, sum, false)