include influx and debug info in pid
[gnt-info] / gnt-monitor
index 317d4d7..b8a85c8 100755 (executable)
@@ -13,6 +13,8 @@ my $RACK = $ENV{RACK};
 my $node = `hostname -s`;
 chomp $node;
 
+warn $0 = "gnt-monitor\@$node $DC $RACK $INFLUX $INTERVAL $DEBUG";
+
 use Data::Dump;
 sub XXX { $DEBUG ? warn "XXX ",Data::Dump::dump( @_ ) : {} };