Skip to content

0.4.0

Compare
Choose a tag to compare
@captncraig captncraig released this 18 Sep 14:58

bosun:

  • InfluxDB query support #1291
  • Concurrent checks #1231
  • Better Error flow #1301
  • Seperating core metric metadata into different lookup for performance #1323
  • Add last API route returns most recent datapoint for metri… #1330
  • Remove metrics from the API host route #1318
  • Don't return hosts from /api/host if older than 7 days #1320
  • Don't let unknowns trigger until a full check interval after restorestate finishes. #1313
  • Only giving the dashboard the most recent action. #1279
  • Retrying tsdb requests up to 3 times. #1300
  • allowing variables on expression page. #1283
  • Button to download config to local machine #1164
  • Able to clear silences again. #1275
  • Going to action page at no point uses url to transmit alert keys. #1273
  • Fix slowness loading dashboard. #1170
  • Fixing rule link from dashboard. #1169
  • recovering from panic in chart rendering. #1237
  • Add an API route to return all metrics and their associate… #1247
  • Add normalize switch to graph page to display series on 0-… #1257
  • Sending less data to dashboard. Lazily loading templates #1269
  • cCount func counts the number of adjacent changes in a series #1268
  • Export time.ParseDuration as ParseDuration to templates #1205
  • reducing save frequency to 10 minutes. #1222
  • adding debug endpoint to view status of schedule lock. #1220
  • capturing timings around template rendering. #1196
  • Refactor filter expr func to also filter out zero valued results #1206
  • Only downsample OpenTSBD queries that don't have it specif… #1201
  • Fix template functions to use the same time as the alert #1199
  • making save rely on fewer goroutines needing to acquire the lock. #1187
  • promote scalars to numberSets #1137
  • Validating user and message on action. Requiring message to send notifications. #1167
  • support / in lookup sections #1297

scollector:

  • Move metadata command collection to scollector #1317
  • count running linux processes from linux.proc collector #1316
  • dfstat skip pseudo filesystems #1311
  • Send a hi metric with a value of 1 #1319
  • Get OS Version in CentOS 7 #1322
  • Monitoring teams interfaces #1280
  • send self metrics with tags from config #1303
  • Propagate FullHost setting #1296
  • github collector #1281
  • Add MTU, AdminStatus, and OperationStatus to SNMP int… #1260
  • RabbitMQ #1202
  • Add metadata for SNMP network interface stats #1251
  • Filter out elastic indices from monitoring via regexp #1243
  • Identify the interface type via IF-MIB:ifType #1242
  • use dmidecode to get serialNumber and model metadata … #1223
  • Add additional Linux interfaces #1124
  • riak allow custom URL #1204
  • enable pprof = "ip:port" settings in TOML file #1190
  • fix missing call to AddProcessDotNetConfig #1159
  • Allowing multipart snmp keys in subtrees. #1271

tsdbrelay:

  • support for secondary relays for cross-datacenter mirroring. #1210

travis:

  • Running all platform builds in travis #1288
  • pin Typescript to version 1.5.3 #1307

docs:

  • add resource page and update Bosun.org site #1272
  • fix slack notification #1233
  • Clarify that scollector supports TLS and HTTP Basic Auth. #1215
  • Adding missing documentation #1182

collect:

  • instrumenting some basic gc stats #1267
  • Add total_bytes and sample batchsize. Fixes #1184 #1185

other:

  • Using slog everywhere instead of log. #1274
  • Adding header to identify bosun host on all outgoing http requests. #1266
  • Add User-Agent to HTTP notifications #1265
  • Update logstashElasticHosts format #1259
  • Snmp tester #1144
  • Change Elasticsearch backend configuration key #1246
  • Add jsonq which allows JSON object handling in templates #1176
  • updating dependencies #1240
  • fix duplicate key errors for graphiteHeader #1234
  • support configuring misc http headers for Graphite requests #1221
  • Always refer to docker-server-ip in the same way #1218
  • a command line utility for silencing #1152
  • making save run on a fixed clock #1192
  • Return a NaN value instead of an error when the result is of zero len… #1171
  • Fixed a typo in haproxy metric description #1166
  • Fixed typo in configuration.md #1162
  • removing solaris stuff #1155