Mark Rushakoff
535cf597f1
Report subset of config values in SHOW DIAGNOSTICS
...
This includes hand-selected config settings that are safe to expose and
not expected to include any kind of secrets.
Fixes #7821
2017-03-14 11:34:19 -07:00
Mark Rushakoff
6a94d200c8
Merge remote-tracking branch 'influx/master' into mr-godoc
2017-01-04 13:27:36 -08:00
Mark Rushakoff
5a24cbffeb
Require database name on monitor config
2017-01-03 15:21:25 -08:00
Mark Rushakoff
53d373b39e
Update godoc for the monitor package
2016-12-30 18:03:01 -08:00
Edd Robinson
0b338dddd8
Add remote monitor writer
2016-05-05 11:08:35 +01:00
Ben Johnson
5a0d1ab7c1
rename influxdb/influxdb to influxdata/influxdb
...
This commit changes all the import and URL references from:
github.com/influxdb/influxdb
to:
github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
Philip O'Toole
3cb29d9241
By default write stats to default retention policy
...
This reverts to a previous design for storing stats, whereby if a
non-default retention policy is configured as the destination retention
policy, it is up the user to explicitly create it, with the desired
replication factor and duration.
2015-09-10 15:08:09 -07:00
Philip O'Toole
70607836e1
Set default monitor store interval to 10 seconds
2015-09-08 20:37:15 -07:00
Philip O'Toole
214cfea53c
Monitor retention policy is configurable
2015-09-04 22:53:04 -07:00
Philip O'Toole
c0d61740a4
Ensure monitor database exists
...
This requires a leader in the cluster, so wait for that before
attempting the database creation.
2015-09-02 16:26:16 -07:00
Philip O'Toole
3a6cfcc528
Remove support for storing in external InfluxDB
...
Using telegraf will the official story for monitoring an InfluxDB system
and storing the results in a second InfluxDB system.
2015-09-02 15:55:59 -07:00
Philip O'Toole
366c0115f9
Serve expvar information from HTTP package
2015-09-01 15:22:37 -07:00
Philip O'Toole
294b685e41
Add new monitor service
2015-09-01 15:03:52 -07:00