Merge branch 'master' of github.com:ffzg/gnt-info
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 16 Apr 2020 11:50:27 +0000 (13:50 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 16 Apr 2020 11:50:27 +0000 (13:50 +0200)
gnt-monitor

index 3f1dacc..3b43a95 100755 (executable)
@@ -6,7 +6,7 @@ use POSIX;
 use Time::HiRes qw(time sleep);
 
 my $DEBUG = $ENV{DEBUG} || 0;
-my $INFLUX = $ENV{INFLUX} || 'http://10.80.3.89:8086/write?db=gnt';
+my $INFLUX = $ENV{INFLUX} || 'http://10.80.3.89:8086/write?consistency=any&db=gnt';
 my $INTERVAL = $ENV{INTERVAL} || 1;
 my $DC = $ENV{DC};
 my $RACK = $ENV{RACK};