Dieterbe, filter the docker- and there is a Dockerfiles repo there too
but I really don't do much in there anymore
buckaroo joined the channel
buckaroo has quit
Dieterbe, like my influxdb container is debian jessie (sid)
host is Gentoo, use Ubuntu for Elasticsearch and other java poo
em-dash has quit
invi_ joined the channel
ixixi__ has quit
malfaitc has quit
nrdsrfr joined the channel
nrdsrfr has quit
vissborg has quit
vissborg joined the channel
malfaitc joined the channel
malfaitc has left the channel
superstructor has quit
nrdsrfr joined the channel
chinychinchin joined the channel
nrdsrfr has quit
timgluz has quit
timgluz joined the channel
timgluz has quit
nrdsrfr joined the channel
nrdsrfr has quit
nrdsrfr joined the channel
nrdsrfr has quit
sahilsinha has quit
sahilsinha joined the channel
superstructor joined the channel
blalor_afk is now known as blalor
timgluz joined the channel
mbrochh
question: what happens to my data if I have created the charts without a catch-all regex and the series in named in such a way that it matches no shard.
will influxdb create some magic default shard with inf retention?
Prune
mbrochh: you should always have a catchall I think... else, serie will not be recorded I imagine
Damm or Dieterbe any idea why when I request /cluster/servers I have one of the servers marked as isUp: false ? (while i'm requesting on this server)
humm, it seems the local server you're requesting on is marked as not UP...
"isUp": s.IsUp(), //FIXME: IsUp is not consistent
Dieterbe
Damm: debian sounds good to me. thanks
Prune: that's interesting :p
Prune
as I can see
if !self.isUp {
log.Warn("Server marked as up. Heartbeat succeeded")
so the isUp just reflect heartbeat... as there is no heartbeat with the server himself, value can't be used
should defaut to True, though, not False
Dieterbe
i'm staying away from the cluster stuff cause clearly that will undergo some major work
SkyRocknRoll__ joined the channel
jjmalina joined the channel
dyer is now known as dyer|away
malfaitc joined the channel
bnzmnzhnz joined the channel
dyer|away is now known as dyer
bobrik has quit
mbrochh
Prune: what if I define a catchall and something else and my series name fits both, which shard will be used?
bobrik joined the channel
Prune
mbrochh: I think it's detailed in the doc... isn't it ?
mbrochh
naw i don't think so
blalor_afk is now known as blalor
Prune
Note that shard spaces should be ordered in the file from least specific to most. If you have a generic catch all shard space, it should be listed as the first one.