arader: Do you have a query that gives a list of the hosts you care about as the result?
arader
im sure i could make one, or even hardcoding it for now would be good
orlock
Manage Dashboard -> Templating
Put that query in the "Query" spot, and put something in for the variable name
now the variable you just set will be available in your graph metric selector
and then you can select one/some/all of the hosts in the query result
and it will update the graph based on that selection
arader
sweet thanks, i'll give it a shot
orlock
It's great, added two querys, now i can select any combination of ethernet ports or switches out of our cisco gear to display usage stats from
same thing with linux systems load/disk/ram/etc
lyc joined the channel
temmi_hoo joined the channel
overlord_tm joined the channel
overlord_tm joined the channel
Billias joined the channel
lyc joined the channel
Billias joined the channel
gunnar has quit
gunnar joined the channel
gunnar has quit
lyc joined the channel
abtreece joined the channel
abtreece has quit
nixie has quit
kostasb joined the channel
edvorg joined the channel
nixie joined the channel
lyc has quit
deniszh joined the channel
gunnar joined the channel
Issif joined the channel
gunnar has quit
edvorg joined the channel
edvorg has quit
edvorg joined the channel
edvorg has quit
edvorg joined the channel
tomaz__
i would like to 'paste' mutli line continuous query into influxdb terminal, but without luck
is there a way to do this?
edvorg joined the channel
djMax_ joined the channel
djMax_ has quit
productiondba joined the channel
lyc joined the channel
lyc_ joined the channel
lyc joined the channel
makaveli0227TL joined the channel
abtreece joined the channel
gunnar joined the channel
abtreece has quit
gunnar has quit
lyc_ joined the channel
lyc joined the channel
shmiti has quit
Issif has quit
ok.. web interface works.
one more question why this DOESN'T WORK """select * from woocommerce_order_line_items where status = 'completed' and (product_id != '174' or product_id != '173')"""
BUT THIS DOES """select * from woocommerce_order_line_items where status = 'completed' and (product_id != '174')"""
this last part in paranteses ... or <another id>
i would just like to set condition which would allow me to get all other products
??
i would really appreciate some help here
Issif joined the channel
abtreece joined the channel
abtreece has quit
Matthi has quit
tboyt_ joined the channel
serverascode joined the channel
stigo joined the channel
producti_ joined the channel
lyc joined the channel
edvorg joined the channel
lyc joined the channel
gunnar joined the channel
jleclanche joined the channel
Issif has quit
gunnar has quit
jleclanche
setup question: One of my public influx servers is behind cloudflare, which doesn't have 8086 open. is there any reason i *shouldnt* run influx behind nginx on port 80/443?
devylon joined the channel
lyc joined the channel
sztanpet
i wouldnt expose it to the internet at all myself
jleclanche
sztanpet: that one in particular is for a JS app
sztanpet
doesnt make a difference
jleclanche
eh?
sztanpet
whats up?
just make your app access the db on localhost without exposing it wholesale, etc
jleclanche
fair enough, but another server in the same situation's for a desktop app :)
djMax joined the channel
sztanpet
so?
abtreece joined the channel
make a tiny gateway that exposes only the needed data for the app, who cares
jleclanche
am i missing something? that sounds like nginx
sztanpet
no, nginx is a web server
jleclanche
sztanpet: i should specify this is for writes, not reads
the db is public write-only
abtreece has quit
djMax has quit
Issif joined the channel
sztanpet: why should i gate it at all, rather than just transparently proxy it? that was the idea behind putting it behind nginx
sztanpet
sure, go ahead, im just saying that i am paranoid about it because there clearly wasnt much effort put into the access control bits
jleclanche
mmh
fair enough, thanks
makaveli0227TL joined the channel
devylon has quit
abtreece joined the channel
abtreece has quit
sensuha has quit
lyc joined the channel
abtreece joined the channel
kedare joined the channel
kedare
Hi all o/
I have a small question, I have a InfluxDB 0.9 server that I can't get to start after a snapshot....