All Versions
13
Latest Version
Avg Release Cycle
159 days
Latest Release
1291 days ago

Changelog History
Page 1

  • v0.9.0-preview

    October 05, 2020
  • v0.8.0 Changes

    October 10, 2018

    πŸš€ 0.8.0-Preview Release Notes

    Bosun

    ⬆️ Upgrading

    πŸš€ Since it has been over a year since the previous release it is possible not all breaking changes are accounted for, so you should test this out first and backup your redis/ledis data. Some known breaking changes:

    • πŸ‘€ The elastic configuration is different, see System configuration :: ElasticConf for an example of what it should look like
    • πŸ‘ In order to support linking related incidents, a migration will run on the redis/ledis data on the first startup which will need to complete before Bosun starts running

    Major Changes

    Expression Language Changes

    Misc Enhancements

    • πŸ”§ Configuration: support RuleVars in system configuration for obscuring secrets. c699b45
    • ⏱ Scheduler : distributed alert checks can be enabled to prevent high load spikes #2249
    • πŸ’» UI : native short links in bosun instead of goo.gl #2210
    • πŸ’» UI : added setting for example expression in *.toml #2261
    • πŸ’» UI : disable items menu point for environments without OpenTSDB configuration #2267
    • πŸ’» UI : replace textarea with aceeditor in expr #2266
    • πŸ’» UI : fix incident view for closed incidents #2315
    • Incident Filters : added incident filter since #2215
    • Notifications : added extra info to unknown templates #2269
    • 🌲 Logging : improve logs #2299 #2218
    • Elastic : added ES SimpleClient support for bosun backend and annotation. #1947
    • Templates : add Scheme option to system configuration so generated links can be https #2209
    • Auth : support for LDAP user authentication. #2181
    • Expr : print db when profiling InfluxDB queries #2235
    • API : add notification stats to health endpoint #2222

    πŸ›  Misc Fixes

    • πŸ’» UI: silence view: fix durations #2311
    • πŸ’» UI : incident view: fix durations #2312
    • πŸ’» UI : fix "items" flashing with ng-cloak #2313 / #2286
    • πŸ’» UI : remove not used errors column in rule editor #2270
    • πŸ’» UI : fixed tags parameter for silencing button on dashboard #2265
    • Expr : fix math operations on results of aggr #2306
    • Expr : fix parsing of OpenTSDB 2.2+ filters so that only group terms get added to the result tag set #2212
    • Expr : Fix influxdb query caching #2234
    • API : routes should never serve home page as html. #2284
    • Silence : fix scheduled auto-forget silences #2120
    • Incident Filters : Fix user field #2246
    • Elastic : fix conflicts when using multiple ES cluster with client options enable. #2239
    • Notifications : fix issues with actionBodyForceClose, actionBodyDelayedClo and actionBodyCancelClose #2198
    • Notifications : fix macros for Notifications #2199
    • Notifications : fixed wrong nested ul in unknown notify #2208
    • Notifications : follow lookups for notification validation. #2168
    • Notifications : stop sending mail if 'To' slice empty #2217
    • Notifications : fix post notification logging #2196

    Misc Code Changes

    • Expr : Refactor: move miniprofiler Timer to state #2287
    • Expr : Add origin to expr state #2317
    • Expr : remove elastic v1 "logstash" code #2178

    scollector

    • πŸ“ˆ avoid panic in google analytics collector #2291
    • βž• add sync stats to redis collector #2232
    • 🏁 (wip) windows remote access services (ras) metrics #2245
    • 🐧 include slab as free mem for linux os.mem #2250
    • 🐧 more accurate linux mem free if available #2252
    • βž• Added Elastic config options #2257
    • πŸ‘Œ support new time format for puppet 5 #2191
    • βž• add windows support to puppet collector #2227
    • βž• add NETDataProviderForSqlServer metrics #2225
    • ⚑️ Update linux interface collector names. #1985
    • βž• Added SSL collectors into extrahop collector #1824
    • πŸ› bug fixes for Azure EA billing #1984
    • ⚑️ Updated Azure EA collector to add new tags. #2011
    • πŸ›  Fix bug in AWS billing collector. #2156
    • πŸ›  Fixed bug in ElasticSearch collector for Elastic 5.x #2155
    • πŸ‘ Allow Elasticsearch Auth and TLS #2308

    πŸ“„ docs

    • transpose t() explanation #2300
    • Document json, makeSlice, and makeMap template functions #2241
    • ⚑️ update system_configuration docs to reflect RedisDb configuration var… #2220

    πŸ— build

    • βœ‚ remove esv5 argument #2318
    • travis go verion 1.10.3 to 1.11 #2319

    silence

    • πŸ‘‰ use SSL to talk to bosun #2278

    Other

    • ⚑️ Update WMI to support int[] #2213
  • v0.8.0-preview Changes

    October 10, 2018

    πŸš€ 0.8.0-Preview Release Notes

    Bosun

    ⬆️ Upgrading

    πŸš€ Since it has been over a year since the previous release it is possible not all breaking changes are accounted for, so you should test this out first and backup your redis/ledis data. Some known breaking changes:

    • πŸ‘€ The elastic configuration is different, see System configuration :: ElasticConf for an example of what it should look like
    • πŸ‘ In order to support linking related incidents, a migration will run on the redis/ledis data on the first startup which will need to complete before Bosun starts running

    Major Changes

    Expression Language Changes

    Misc Enhancements

    • πŸ”§ Configuration: support RuleVars in system configuration for obscuring secrets. c699b45
    • ⏱ Scheduler : distributed alert checks can be enabled to prevent high load spikes #2249
    • πŸ’» UI : native short links in bosun instead of goo.gl #2210
    • πŸ’» UI : added setting for example expression in *.toml #2261
    • πŸ’» UI : disable items menu point for environments without OpenTSDB configuration #2267
    • πŸ’» UI : replace textarea with aceeditor in expr #2266
    • πŸ’» UI : fix incident view for closed incidents #2315
    • Incident Filters : added incident filter since #2215
    • Notifications : added extra info to unknown templates #2269
    • 🌲 Logging : improve logs #2299 #2218
    • Elastic : added ES SimpleClient support for bosun backend and annotation. #1947
    • Templates : add Scheme option to system configuration so generated links can be https #2209
    • Auth : support for LDAP user authentication. #2181
    • Expr : print db when profiling InfluxDB queries #2235
    • API : add notification stats to health endpoint #2222

    πŸ›  Misc Fixes

    • πŸ’» UI: silence view: fix durations #2311
    • πŸ’» UI : incident view: fix durations #2312
    • πŸ’» UI : fix "items" flashing with ng-cloak #2313 / #2286
    • πŸ’» UI : remove not used errors column in rule editor #2270
    • πŸ’» UI : fixed tags parameter for silencing button on dashboard #2265
    • Expr : fix math operations on results of aggr #2306
    • Expr : fix parsing of OpenTSDB 2.2+ filters so that only group terms get added to the result tag set #2212
    • Expr : Fix influxdb query caching #2234
    • API : routes should never serve home page as html. #2284
    • Silence : fix scheduled auto-forget silences #2120
    • Incident Filters : Fix user field #2246
    • Elastic : fix conflicts when using multiple ES cluster with client options enable. #2239
    • Notifications : fix issues with actionBodyForceClose, actionBodyDelayedClo and actionBodyCancelClose #2198
    • Notifications : fix macros for Notifications #2199
    • Notifications : fixed wrong nested ul in unknown notify #2208
    • Notifications : follow lookups for notification validation. #2168
    • Notifications : stop sending mail if 'To' slice empty #2217
    • Notifications : fix post notification logging #2196

    Misc Code Changes

    • Expr : Refactor: move miniprofiler Timer to state #2287
    • Expr : Add origin to expr state #2317
    • Expr : remove elastic v1 "logstash" code #2178

    scollector

    • πŸ“ˆ avoid panic in google analytics collector #2291
    • βž• add sync stats to redis collector #2232
    • 🏁 (wip) windows remote access services (ras) metrics #2245
    • 🐧 include slab as free mem for linux os.mem #2250
    • 🐧 more accurate linux mem free if available #2252
    • βž• Added Elastic config options #2257
    • πŸ‘Œ support new time format for puppet 5 #2191
    • βž• add windows support to puppet collector #2227
    • βž• add NETDataProviderForSqlServer metrics #2225
    • ⚑️ Update linux interface collector names. #1985
    • βž• Added SSL collectors into extrahop collector #1824
    • πŸ› bug fixes for Azure EA billing #1984
    • ⚑️ Updated Azure EA collector to add new tags. #2011
    • πŸ›  Fix bug in AWS billing collector. #2156
    • πŸ›  Fixed bug in ElasticSearch collector for Elastic 5.x #2155
    • πŸ‘ Allow Elasticsearch Auth and TLS #2308

    πŸ“„ docs

    • transpose t() explanation #2300
    • Document json, makeSlice, and makeMap template functions #2241
    • ⚑️ update system_configuration docs to reflect RedisDb configuration var… #2220

    πŸ— build

    • βœ‚ remove esv5 argument #2318
    • travis go verion 1.10.3 to 1.11 #2319

    silence

    • πŸ‘‰ use SSL to talk to bosun #2278

    Other

    • ⚑️ Update WMI to support int[] #2213
  • v0.6.0 Changes

    March 31, 2017

    πŸš€ 0.6.0-beta Release Notes

    Bosun

    πŸ”§ The main goal of Bosun 0.6.0 was to smooth out the alert creation and editing workflow. Previously, users would have to copy the configuration from Bosun's UI, get it to the server, and then restart the process. Now users can edit the config directly from Bosun's UI, and the changes will be loaded without restarting the bosun process. Since the rules can now be edited via Bosun's UI, authorization via LDAP and SSL support has been added as well.

    Major Changes:

    ⬆️ Upgrading

    • πŸ”§ Since the configuration file has been split, you will need to move some of what used be in the config into system configuration.
    • ⬆️ On the first execution, a database schema migration will take place that can take several minutes. During this time bosun will not be available. It is recommended to back up Bosun's database before the upgrade.

    Other Changes

    • πŸ†• New Expression Functions:
    • πŸ†• New Template Functions / Variables: notNil, .LastError, and .Errors
    • πŸ’» Comments are now allowed in the Expression Page in Bosun's UI.
    • Bosun's navbar now shows if quiet mode is enabled.
    • Notes can now be added to incidents.
    • πŸ‘Œ Improved Bosun's incident view.
    • πŸ‘Œ Improved Bosun's graph page to be more keyboard friendly: better order of fields with the TAB key and shift-enter within text fields will execute.
    • ⚑️ Updated Influx library to be compatible with current versions.
    • 🐎 Optimized elastic query performance by not fetching indices and fix bug caused by indices not being part of the cache key #1931.
    • πŸ›  Fixed issue in scheduler where adjacent runs would be given the same to represent "now" #2029.
    • πŸ‘ Allow the empty tagset to be a dependency for alerts that have tags #2027.
    • πŸ’» Adjustments to Bosun's UI to make it more vertically compact.
    • πŸ›  Fixed HTTP template funcs to have a shorter timeout so they don't block template rendering for too long when they timeout.
    • πŸ‘ Allow empty tagsets in silence silence: allow empty tag sets #1860.

    Expected Changes Between Beta and 0.6.0 final:

    • πŸ”Œ Tooling outside of the Bosun process doesn't have auth support (except for the Grafana Plugin). The following will have auth support before final: scollector, (cli tools: annotate, silence), tsdbrelay, BosunReporter.NET, and Opserver.
    • πŸ‘Œ Support for multiple Elastic backends in a single instance may be added. If this happens the syntax for the system configuration (toml file) of elastic might change.

    tsdbrelay:

    • πŸ›  fix http: proxy error: EOF due to mixing Content-Encoding headers #1889
    • πŸ“‡ enable version numbers, fix metadata, add error metrics #1859
    • enable expvar to help with troubleshooting
    • Drain body responses in tsdbrelay/scollector/collect so that the connection is eligible for reuse #2036

    scollector:

    • Google webmaster: Skip new "sc-set" sites that we can't do API calls on. #2032
    • 🐎 TOML flag to enable SWbemServices worker for better WMI performance in Windows #2028
    • πŸ› Bug fixes for Azure EA billing #1984
    • βž• Added Azure Enterprise Agreement billing collector #1903
    • πŸ–¨ Process monitoring: track process PIDs as a metric #1964
    • When WatchedProc processes die, clean them up #1962
    • πŸ› Bug fix for DNS collector #1920
    • ⚑️ Update SNMP timeout from 5s to 30s and allow override #1900
    • Set custom UserAgent and use facebookgo/httpcontrol for 60s RequestTimeout #1878
    • βž• add a kill switch for total private memory used by scollector #1866
    • πŸ›  fix empty host= tags not working after PR #1856 #1871
    • πŸ›  fix DisableSelf flag not working for version/post.batchsize #1868
    • πŸ›  bugfix - datapoint validation #1856
    • Check for NaN in Valid() #1864
    • πŸ‘· mssql.agent.* for monitoring SQL Agent jobs #1855
    • skip md volumes if mdadm binary is missing #1850
    • πŸ†• new MSSQL buffer/memory metrics #1849
    • ⚑️ update wmi package #1843 and #1837
    • πŸ›  Fix WMI names for HP EVA #1852
    • πŸ›  Fix dsc StartDate parsing #1994
    • elasticsearch: Include cluster tag in cluster health metrics.
    • πŸ›  fix httpunit hu.time_total by casting to int64
    • βž• add IsRemote flag for cadvisor collector to disable block device lookups

    other:

    • βž• Add ackTime to incident filters #2014
    • 0️⃣ Default to limited duration on tagv search. #1977
    • Have opentsdb.Duration implement encoding.TextUnmarshaler. #1975
    • βž• Add google_webmaster collector. #1959
    • πŸ›  fix typo for container.fs.available #1948
    • Making redis monitoring a little prettier. #1944

    misc:

    • πŸ“¦ util package: don't try to clean IP addresses. Also don't clean twice on Set #1902
    • vendor: annotate (new middleware methods) #1943
    • ⚑️ vendor: update vendor/github.com/godbus/dbus #1858
    • collect: creating buffer pool for sending datapoints #1838
    • collect: Add null check on error #1894
  • v0.6.0-beta1 Changes

    March 31, 2017

    πŸš€ 0.6.0-beta Release Notes

    Bosun

    πŸ”§ The main goal of Bosun 0.6.0 was to smooth out the alert creation and editing workflow. Previously, users would have to copy the configuration from Bosun's UI, get it to the server, and then restart the process. Now users can edit the config directly from Bosun's UI, and the changes will be loaded without restarting the bosun process. Since the rules can now be edited via Bosun's UI, authorization via LDAP and SSL support has been added as well.

    Major Changes:

    ⬆️ Upgrading

    • πŸ”§ Since the configuration file has been split, you will need to move some of what used be in the config into system configuration.
    • ⬆️ On the first execution, a database schema migration will take place that can take several minutes. During this time bosun will not be available. It is recommended to back up Bosun's database before the upgrade.

    Other Changes

    • πŸ†• New Expression Functions:
    • πŸ†• New Template Functions / Variables: notNil, .LastError, and .Errors
    • πŸ’» Comments are now allowed in the Expression Page in Bosun's UI.
    • Bosun's navbar now shows if quiet mode is enabled.
    • Notes can now be added to incidents.
    • πŸ‘Œ Improved Bosun's incident view.
    • πŸ‘Œ Improved Bosun's graph page to be more keyboard friendly: better order of fields with the TAB key and shift-enter within text fields will execute.
    • ⚑️ Updated Influx library to be compatible with current versions.
    • 🐎 Optimized elastic query performance by not fetching indices and fix bug caused by indices not being part of the cache key #1931.
    • πŸ›  Fixed issue in scheduler where adjacent runs would be given the same to represent "now" #2029.
    • πŸ‘ Allow the empty tagset to be a dependency for alerts that have tags #2027.
    • πŸ’» Adjustments to Bosun's UI to make it more vertically compact.
    • πŸ›  Fixed HTTP template funcs to have a shorter timeout so they don't block template rendering for too long when they timeout.
    • πŸ‘ Allow empty tagsets in silence silence: allow empty tag sets #1860.

    Expected Changes Between Beta and 0.6.0 final:

    • πŸ”Œ Tooling outside of the Bosun process doesn't have auth support (except for the Grafana Plugin). The following will have auth support before final: scollector, (cli tools: annotate, silence), tsdbrelay, BosunReporter.NET, and Opserver.
    • πŸ‘Œ Support for multiple Elastic backends in a single instance may be added. If this happens the syntax for the system configuration (toml file) of elastic might change.

    tsdbrelay:

    • πŸ›  fix http: proxy error: EOF due to mixing Content-Encoding headers #1889
    • πŸ“‡ enable version numbers, fix metadata, add error metrics #1859
    • enable expvar to help with troubleshooting
    • Drain body responses in tsdbrelay/scollector/collect so that the connection is eligible for reuse #2036

    scollector:

    • Google webmaster: Skip new "sc-set" sites that we can't do API calls on. #2032
    • 🐎 TOML flag to enable SWbemServices worker for better WMI performance in Windows #2028
    • πŸ› Bug fixes for Azure EA billing #1984
    • βž• Added Azure Enterprise Agreement billing collector #1903
    • πŸ–¨ Process monitoring: track process PIDs as a metric #1964
    • When WatchedProc processes die, clean them up #1962
    • πŸ› Bug fix for DNS collector #1920
    • ⚑️ Update SNMP timeout from 5s to 30s and allow override #1900
    • Set custom UserAgent and use facebookgo/httpcontrol for 60s RequestTimeout #1878
    • βž• add a kill switch for total private memory used by scollector #1866
    • πŸ›  fix empty host= tags not working after PR #1856 #1871
    • πŸ›  fix DisableSelf flag not working for version/post.batchsize #1868
    • πŸ›  bugfix - datapoint validation #1856
    • Check for NaN in Valid() #1864
    • πŸ‘· mssql.agent.* for monitoring SQL Agent jobs #1855
    • skip md volumes if mdadm binary is missing #1850
    • πŸ†• new MSSQL buffer/memory metrics #1849
    • ⚑️ update wmi package #1843 and #1837
    • πŸ›  Fix WMI names for HP EVA #1852
    • πŸ›  Fix dsc StartDate parsing #1994
    • elasticsearch: Include cluster tag in cluster health metrics.
    • πŸ›  fix httpunit hu.time_total by casting to int64
    • βž• add IsRemote flag for cadvisor collector to disable block device lookups

    other:

    • βž• Add ackTime to incident filters #2014
    • 0️⃣ Default to limited duration on tagv search. #1977
    • Have opentsdb.Duration implement encoding.TextUnmarshaler. #1975
    • βž• Add google_webmaster collector. #1959
    • πŸ›  fix typo for container.fs.available #1948
    • Making redis monitoring a little prettier. #1944

    misc:

    • πŸ“¦ util package: don't try to clean IP addresses. Also don't clean twice on Set #1902
    • vendor: annotate (new middleware methods) #1943
    • ⚑️ vendor: update vendor/github.com/godbus/dbus #1858
    • collect: creating buffer pool for sending datapoints #1838
    • collect: Add null check on error #1894
  • v0.5.0 Changes

    June 22, 2016

    πŸš€ 0.5.0 Release Notes

    Bosun

    πŸš€ This is our first non-preview release in 9 months and includes significant changes since 0.4.0. Future releases should be at a quicker pace since this release involved a complete refactor of Bosun's internal storage.

    • πŸš€ We have moved Bosun's internal storage from purely in-memory (that was seralized to bolt) to redis/ledis and refactored the code to be more incident based. In 0.4.0 the dashboard could take 10-30 seconds to load at times. It now should not take more than a second under normal conditions, and should be even faster in a future release. This also results in faster startup times for Bosun and other performance improvements
    • πŸ”Š Deprecated the logstash queries and replaced them with more generic elastic functions. This supports different time formats, index naming schemes, and adds more search possibilities
    • βž• Added support for basic series operations. Before with seriesSets you could only use operators on them by combining them with scalars or numberSets. Now you can do operations like q(..) * q(...)
    • βž• Added various functions to the expression language:
      • merge, shift, and over: Combines series sets, shift the time, show time over time graphs querying OpenTSDB
      • series: Manually construct a series -- useful for testing and drawing lines on graphs
      • month: Get the start of the calendar month, useful for alerts that follow the calendar such as bandwidth billing
      • tod: Turns a number into a duration string, so you can do your query durations based on duration math
      • linelr: Draws a line to visualize the result of forecastlr
    • πŸ‘Œ Support for OpenTSDB 2.2 filters which allow you to aggregate a subset of tagvalues for a tagkey.
    • βž• Added annotations to Bosun which are stored in Elastic (designed to possibly support other backends in the future). Bosun annotations have a start and end time, so you can use them to capture outages and maintenance windows
    • βž• Added Grafana integration via the new Bosun Grafana Plugin
    • βž• Added a route for OpServer integration (Preview)
    • βž• Added bar graphs to the expression page when the result is a numberSet
    • βž• Added forceClose and Purge actions
    • πŸ‘Œ Improved incident filters (now supports AND, OR, !, and () grouping)

    ⬆️ Upgrading

    ⬆️ Before upgrading to this version, you should decide if you want to use a dedicated redis instance (recommended for production use), or the embedded ledisdb instance (default behavior). Instructions for configuring redis/ledis can be found on our website. The first time bosun starts up with this version, it will migrate all data from the old boltdb file into the new redis store. After that the bolt file should not be needed any more. You should back up your bolt state file before doing this operation, and note that it may take several minutes for Bosun to start while it does the migration.

    πŸ’₯ Breaking Changes you need to be aware of

    • When using OpenTSDB 2.2, wildcard expansion in queries is now done by OpenTSDB instead of Bosun. This is cleaner and results in better performance, but mixing wildcards and alternation is no longer supported until OpenTSDB supports it. For example *foo*|*baz*. Bosun will not warn you about this so if you are using this alerts may silently fail. Be sure to look for these in your config before upgrading.
    • The graphite backend now rejects tags that are not valid Bosun tags (which have the same restrictions as OpenTSDB tags) since some of them would cause panics. The restrictions are "Only the following characters are allowed: a to z, A to Z, 0 to 9, -, _, ., / or Unicode letters". Some graphite based alerts may require updating

    πŸš€ In Progress for Future Release

    • Config reloading without requiring the bosun process to be restarted
    • (Experiment) Last data available through the expression language so some alerts could still work if opentsdb is down
    • (Experiment) Working with distributions in addition to series (i.e. histograms)
    • πŸ‘ Better post notifications

    scollector

    • πŸ†• New collectors:
      • systemd service collector
      • varnish
      • Oracle
      • status.io pages
      • Fastly api stats
      • Extrahop
      • Elastic v2
      • Google Analytics collector
      • Nexpose collector
      • Cisco IOS BGP information (via snmp)
      • Fortinet SNMP collector
      • cadvisor
      • Support for MSSQL Named Instances
    • βž• Add a local listener so datapoints can be pased to scollector via http
    • Bad datapoints in a batch no longer invalidate the entire batch
    • πŸ‘ Better filtering options for excluding collectors and/or specific metrics

    TSDBRelay

    • βž• Added "external counters" for infrequent or sporadic metrics. These are counters that can receive increments from multiple sources.

    πŸš€ Following is the autogenerated release notes:

    other:

    • Not allowing invalid datapoints to ruin entire batches #1779
    • βž• Add trafficSource tracking for detailed GA metrics. #1780
    • document lookupSeries. fix #1035 #1760
    • List open incidents #1764
    • 🚚 revendor annotate after repo move #1708
    • βž• Add html function to templates #1721
    • βž• Adds resource reference to bosun_emitter #1727
    • βœ‚ Remove unnecessary go get in travis #1706
    • πŸ›  Fix merge #1673
    • Small utility to clean up search data for a metric. #1632
    • tod(scalar) was returning minutes as hours #1677
    • Annotate edit view #1636
    • moving version to _version #1637
    • working party of elastic.v3 #1562
    • πŸ”¨ Elastic v2 support and elastic expr refactor #1561
    • Escape soapLogin credentials #1612
    • πŸ›  Fixed link and Go version #1609

    scollector:

    • πŸ›  fixing redis counters collector to work with ledis or redis #1732
    • fastly collector #1728
    • fastly status.io monitoring and status.io lib #1735
    • βž• Additional functionality into ExtraHop collector #1698
    • πŸ”§ Make MaxMem kill switch configurable #1652
    • fix error: interval.go:64: c_google_analytics: #1641
    • negative -f filters and total_time metric for httpunit collector #1630
    • βž• add metadata to redis collector #1622
    • πŸ›  Fix for unset MaxQueueLen #1596

    πŸ“„ docs:

    • Documenting force close and purge actions. #1697
    • πŸ›  Fixing of typos and avoiding a potential ambiguity #1691

    bosun/expr:

    • πŸ›  fix crash on invalid graphite tags #1663

    collect:

    • Flush purges internal collections as well. #1552

    bosun:

    • squelched keys don't go unknown. #1790
    • βž• add missing redis connection close #1755
    • πŸ”¨ expr.execute refactor #1775
    • fill in unknown subject in incident view #1772
    • πŸ›  Fix ungroup to actually return a scalar #1744
    • πŸ‘ Allow series func to create empty group #1745
    • 🚚 move graphite and tsdb funcs to their own files #1742
    • series operations #1672
    • πŸ‘Œ support png on egraph api route #1712
    • πŸ›  fix braced variable expansion when used in macros #1722
    • skiplast cmdline switch for development #1725
    • βž• add month func to get end of or start of month #1740
    • stopping notifications that should no longer fire #1716
    • πŸ›  fix query links on expr page #1675
    • πŸ”— link multiple queries from graph UI #1676
    • clear filters when changing metrics in graph view #1685
    • πŸ‘Œ support actions by incident id #1696
    • πŸ›  fix issue removing last annotation from graph view #1639
    • don't autocomplete old metrics on graph page #1660
    • func to turn seconds (scalars) to duration string #1669
    • series func to create series from scalars #1667
    • βž• add Ledis bind address config option #1651
    • convert datastore to Ledisdb/redis implementation. #1332
    • don't panic on opentsdb version #1629
    • βž• adding "unknownIsNormal" flag to alerts to convert unknown events into normal ones. #1620
    • push annotations to top on graph page #1619
    • βž• add remote mac addresses to the host API #1551
    • βž• add UnmarshalJSON() to Status type #1555
    • πŸ“‡ 2x API routes: Metadata for all metrics, metrics per tagk #1560
    • πŸ“‡ denormalized metadata should resolve to parent metric #1519
    • πŸ‘‰ Show bar graph on the expr page if type == number #1011
    • πŸ‘ annotate support #1610
    • πŸ›  fixing ledis error saving temp config. #1614
    • Auto-Closing open alerts if alert doesn't exist anymore. #1604
    • angular to from 1.2.x to 1.5 #1603
    • Implementing purge and forceCLose actions #1599
    • βž• Add linelr func #1602
    • ⚑️ optimizing redis access to get tag sets #1575
    • serving temporary configs from redis. #1593
    • 🚚 Notifications moved to redis #1592
    • πŸ›  fixing bug with chained notifications. #1584
    • πŸ›  fixing empty email body, and handling absence better #1588
    • πŸ›  fix migration from new install #1581
    • performing a preliminary save on new incidents to keep templates consistent #1605
    • Don't create filter in Opentsdb v2.1 #1569
    • βž• Add over, shift, and merge funcs #1598
  • v0.5.0-rc4 Changes

    June 08, 2016

    πŸš€ This is an intermediate release that fixes a redis connection that failed to be closed and adds an api route that is used with the Grafana bosun app plugin.

    bosun:

    • βž• add missing redis connection close #1755
    • πŸ›  Fix ungroup to actually return a scalar #1744
    • πŸ‘ Allow series func to create empty group #1745
    • 🚚 move graphite and tsdb funcs to their own files #1742
    • series operations #1672
    • πŸ‘Œ support png on egraph api route #1712
    • πŸ›  fix braced variable expansion when used in macros #1722
    • skiplast cmdline switch for development #1725
    • βž• add month func to get end of or start of month #1740
    • stopping notifications that should no longer fire #1716
    • πŸ›  fix query links on expr page #1675
    • πŸ”— link multiple queries from graph UI #1676
    • clear filters when changing metrics in graph view #1685
    • πŸ‘Œ support actions by incident id #1696
    • πŸ›  fix issue removing last annotation from graph view #1639
    • don't autocomplete old metrics on graph page #1660
    • func to turn seconds (scalars) to duration string #1669
    • series func to create series from scalars #1667
    • βž• add Ledis bind address config option #1651
    • convert datastore to Ledisdb/redis implementation. #1332
    • don't panic on opentsdb version #1629
    • βž• adding "unknownIsNormal" flag to alerts to convert unknown events into normal ones. #1620
    • push annotations to top on graph page #1619
    • βž• add remote mac addresses to the host API #1551
    • βž• add UnmarshalJSON() to Status type #1555
    • πŸ“‡ 2x API routes: Metadata for all metrics, metrics per tagk #1560
    • πŸ“‡ denormalized metadata should resolve to parent metric #1519
    • πŸ‘‰ Show bar graph on the expr page if type == number #1011
    • πŸ‘ annotate support #1610
    • πŸ›  fixing ledis error saving temp config. #1614
    • Auto-Closing open alerts if alert doesn't exist anymore. #1604
    • angular to from 1.2.x to 1.5 #1603
    • Implementing purge and forceCLose actions #1599
    • βž• Add linelr func #1602
    • ⚑️ optimizing redis access to get tag sets #1575
    • serving temporary configs from redis. #1593
    • 🚚 Notifications moved to redis #1592
    • πŸ›  fixing bug with chained notifications. #1584
    • πŸ›  fixing empty email body, and handling absence better #1588
    • πŸ›  fix migration from new install #1581
    • performing a preliminary save on new incidents to keep templates consistent #1605
    • Don't create filter in Opentsdb v2.1 #1569
    • βž• Add over, shift, and merge funcs #1598
    • Shorten-only http proxy #1590

    scollector:

    • fastly collector #1728
    • fastly status.io monitoring and status.io lib #1735
    • βž• Additional functionality into ExtraHop collector #1698
    • πŸ”§ Make MaxMem kill switch configurable #1652
    • fix error: interval.go:64: c_google_analytics: #1641
    • negative -f filters and total_time metric for httpunit collector #1630
    • βž• add metadata to redis collector #1622
    • πŸ›  Fix for unset MaxQueueLen #1596

    πŸ“„ docs:

    • Documenting force close and purge actions. #1697
    • πŸ›  Fixing of typos and avoiding a potential ambiguity #1691

    bosun/expr:

    • πŸ›  fix crash on invalid graphite tags #1663

    collect:

    • Flush purges internal collections as well. #1552

    🚧 WIP:

    travisci:

    • βž• add start/signal/stop test for bosun #1580

    other:

    • List open incidents #1764
    • 🚚 revendor annotate after repo move #1708
    • βž• Add html function to templates #1721
    • βž• Adds resource reference to bosun_emitter #1727
    • βœ‚ Remove unnecessary go get in travis #1706
    • πŸ›  Fix merge #1673
    • Small utility to clean up search data for a metric. #1632
    • tod(scalar) was returning minutes as hours #1677
    • Annotate edit view #1636
    • moving version to _version #1637
    • working party of elastic.v3 #1562
    • πŸ”¨ Elastic v2 support and elastic expr refactor #1561
    • Escape soapLogin credentials #1612
    • πŸ›  Fixed link and Go version #1609
    • πŸ”¨ WIP Incident Redis Refactoring Madness #1497
  • v0.5.0-rc3 Changes

    May 16, 2016

    bosun:

    • All internal bosun data now stored in redis. #1497
    • βž• add month func to get end of or start of month #1740
    • series operations #1672
    • πŸ‘Œ support png on egraph api route #1712
    • πŸ”— link multiple queries from graph UI #1676
    • clear filters when changing metrics in graph view #1685
    • πŸ‘Œ support actions by incident id #1696
    • πŸ›  fix issue removing last annotation from graph view #1639
    • don't autocomplete old metrics on graph page #1660
    • func to turn seconds (scalars) to duration string #1669
    • series func to create series from scalars #1667
    • βž• add Ledis bind address config option #1651
    • convert datastore to Ledisdb/redis implementation. #1332
    • don't panic on opentsdb version #1629
    • βž• adding "unknownIsNormal" flag to alerts to convert unknown events into normal ones. #1620
    • push annotations to top on graph page #1619
    • βž• add remote mac addresses to the host API #1551
    • βž• add UnmarshalJSON() to Status type #1555
    • πŸ“‡ 2x API routes: Metadata for all metrics, metrics per tagk #1560
    • πŸ“‡ denormalized metadata should resolve to parent metric #1519
    • πŸ‘‰ Show bar graph on the expr page if type == number #1011
    • πŸ‘ annotate support #1610
    • πŸ›  fixing ledis error saving temp config. #1614
    • Auto-Closing open alerts if alert doesn't exist anymore. #1604
    • angular to from 1.2.x to 1.5 #1603
    • Implementing purge and forceCLose actions #1599
    • βž• Add linelr func #1602
    • ⚑️ optimizing redis access to get tag sets #1575
    • serving temporary configs from redis. #1593
    • 🚚 Notifications moved to redis #1592
    • πŸ›  fixing bug with chained notifications. #1584
    • πŸ›  fixing empty email body, and handling absence better #1588
    • πŸ›  fix migration from new install #1581
    • performing a preliminary save on new incidents to keep templates consistent #1605
    • Don't create filter in Opentsdb v2.1 #1569
    • βž• Add over, shift, and merge funcs #1598
    • Shorten-only http proxy #1590
    • βž• Added missing bracket in dev.sample.conf #1536

    πŸ›  other / bugfixes:

    • βž• Add html function to templates #1721
    • Small utility to clean up search data for a metric. #1632
    • tod(scalar) was returning minutes as hours #1677
    • Annotate edit view #1636
    • πŸ”¨ Elastic v2 support and elastic expr refactor #1561
    • Escape soapLogin credentials #1612
      • skiplast cmdline switch for development #1725
      • stopping notifications that should no longer fire #1716

    travisci:

    • βž• add start/signal/stop test for bosun #1580

    scollector:

    • fastly status.io monitoring and status.io lib #1735
    • βž• Additional functionality into ExtraHop collector #1698
    • fastly collector #1728
    • πŸ”§ Make MaxMem kill switch configurable #1652
    • fix error: interval.go:64: c_google_analytics: #1641
    • negative -f filters and total_time metric for httpunit collector #1630
    • βž• add metadata to redis collector #1622
    • πŸ›  Fix for unset MaxQueueLen #1596
    • πŸ”„ Change Linux process monitoring to use regex for Comm… #1565
  • v0.5.0-rc2 Changes

    March 15, 2016

    πŸ›  This is a major release with lots of features and bugfixes.

    redis migration:

    πŸš€ Bosun's internal data storage has been converted from purely in-memory to redis. If you still desire a standalone mode, it will fallback to a ledisdb instance hosted in-proc. For configuration details see the docs. Data will be migrated from the state file when you first run this release. Make sure your desired config is established before running. Data will not be deleted from bolt.

    scollector:

    • fix error: interval.go:64: c_google_analytics: #1641
    • negative -f filters and total_time metric for httpunit collector #1630
    • βž• add metadata to redis collector #1622
    • πŸ›  Fix for unset MaxQueueLen #1596
    • πŸ”„ Change Linux process monitoring to use regex for Comm… #1565
    • only send osProc stats if proc count > 0 #1527
    • normalize process metrics into os namespace #1524
    • continue snmp walk on row error #1514
    • πŸ“Š poll sysDesc (os version) from cisco devices #1506
    • get serial and os version for fortinets #1507
    • Collect system uptime via snmp #1488
    • Covert gauges to counters for os.cpu #1494
    • πŸ›  fix puppet.run_duration and a few win.net.tcp metrics #1541
    • c_procstats_linux: Add buffered and cached memory usage to os.mem.free. #1520
    • βž• Added ExtraHop collector #1491

    πŸ— Build:

    • Dependencies managed with govendor now #1594

    🐧 processes_linux:

    • βž• Add a tiebreaker if the process creation time is identical. #1455

    c_keepalived:

    • βž• Add new SNMP entry so we work with new keepalived 1.2.19, and fix off-by-one bug. #1501

    πŸ“‡ metadata:

    • πŸ›  fix a goroutine and memory leak in sendMetadata() #1476

    bosun:

    • func to turn seconds (scalars) to duration string #1669 - series func to create series from scalars #1667
    • don't autocomplete old metrics on graph page #1660
    • βž• add Ledis bind address config option #1651
    • convert datastore to Ledisdb/redis implementation. #1332
    • πŸ›  fix issue removing last annotation from graph view #1639
    • don't panic on opentsdb version #1629
    • Annotate edit view #1636
    • πŸ›  fix crash on invalid graphite tags #1663
    • βž• adding "unknownIsNormal" flag to alerts to convert unknown events into normal ones. #1620
    • push annotations to top on graph page #1619
    • βž• add remote mac addresses to the host API #1551
    • βž• add UnmarshalJSON() to Status type #1555
    • πŸ“‡ 2x API routes: Metadata for all metrics, metrics per tagk #1560
    • πŸ“‡ denormalized metadata should resolve to parent metric #1519
    • πŸ‘‰ Show bar graph on the expr page if type == number #1011
    • πŸ‘ annotate support #1610
    • πŸ›  fixing ledis error saving temp config. #1614
    • Auto-Closing open alerts if alert doesn't exist anymore. #1604
    • angular to from 1.2.x to 1.5 #1603
    • Implementing purge and forceCLose actions #1599
    • βž• Add linelr func #1602
    • ⚑️ optimizing redis access to get tag sets #1575
    • serving temporary configs from redis. #1593
    • 🚚 Notifications moved to redis #1592
    • πŸ›  fixing bug with chained notifications. #1584
    • πŸ›  fixing empty email body, and handling absence better #1588
    • πŸ›  fix migration from new install #1581
    • performing a preliminary save on new incidents to keep templates consistent #1605
    • Don't create filter in Opentsdb v2.1 #1569
    • βž• Add over, shift, and merge funcs #1598
    • Shorten-only http proxy #1590
    • βž• Added missing bracket in dev.sample.conf #1536
    • βž• Add title text for dashboard glyphicons #1472
    • Have auto filter on graph page #1487
    • πŸ‘‰ Make graph links from OpenTSDB 2.1 work with 2.2 #1530
    • πŸ›  fix clearing tabs on graph page #1529
    • βž• Add proc information to and refactor host API #1526

    collect:

    • Flush purges internal collections as well. #1552

    other:

    • working party of elastic.v3 #1562
    • πŸ”¨ Elastic v2 support and elastic expr refactor #1561
    • Escape soapLogin credentials #1612
    • πŸ›  Fixed link and Go version #1609
    • πŸ”¨ WIP Incident Redis Refactoring Madness #1497
    • βž• Add new ASA-specific struts and new metric #1545
    • Lscountv2 #1464
    • Moving silence to redis #1458
    • 🚚 Move snmp into the bosun.org repo since third party source is gone #1512
    • 1096 notification use body switch #1101
    • Tune elasticsearch collector. #1500
    • 🌲 Logging on post notifications. #1483
    • Stopping flapping notifications and empty emails #1473
    • βž• Adding logging if empty templates are generated. #1447

    scollector collector:

    c_nexpose:

    • Gather data on asset groups. #1502

    travisci:

    • βž• add start/signal/stop test for bosun #1580

    scollector+bosun:

    • get vsphere mounted datastores and expose via h… #1515

    tsdbrelay:

    • removing udp listener. Adding /api/count to tsdbrelay. #1518
  • v0.5.0-rc1 Changes

    March 03, 2016

    πŸ›  This is a major release with lots of features and bugfixes.

    redis migration:

    πŸš€ Bosun's internal data storage has been converted from purely in-memory to redis. If you still desire a standalone mode, it will fallback to a ledisdb instance hosted in-proc. For configuration details see the docs. Data will be migrated from the state file when you first run this release. Make sure your desired config is established before running. Data will not be deleted from bolt.

    scollector:

    • βž• add metadata to redis collector #1622
    • πŸ›  Fix for unset MaxQueueLen #1596
    • πŸ”„ Change Linux process monitoring to use regex for Comm… #1565
    • only send osProc stats if proc count > 0 #1527
    • normalize process metrics into os namespace #1524
    • continue snmp walk on row error #1514
    • πŸ“Š poll sysDesc (os version) from cisco devices #1506
    • get serial and os version for fortinets #1507
    • Collect system uptime via snmp #1488
    • Covert gauges to counters for os.cpu #1494
    • πŸ›  fix puppet.run_duration and a few win.net.tcp metrics #1541
    • c_procstats_linux: Add buffered and cached memory usage to os.mem.free. #1520
    • βž• Added ExtraHop collector #1491

    πŸ— Build:

    • Dependencies managed with govendor now #1594

    🐧 processes_linux:

    • βž• Add a tiebreaker if the process creation time is identical. #1455

    c_keepalived:

    • βž• Add new SNMP entry so we work with new keepalived 1.2.19, and fix off-by-one bug. #1501

    πŸ“‡ metadata:

    • πŸ›  fix a goroutine and memory leak in sendMetadata() #1476

    bosun:

    • βž• adding "unknownIsNormal" flag to alerts to convert unknown events into normal ones. #1620
    • push annotations to top on graph page #1619
    • βž• add remote mac addresses to the host API #1551
    • βž• add UnmarshalJSON() to Status type #1555
    • πŸ“‡ 2x API routes: Metadata for all metrics, metrics per tagk #1560
    • πŸ“‡ denormalized metadata should resolve to parent metric #1519
    • πŸ‘‰ Show bar graph on the expr page if type == number #1011
    • πŸ‘ annotate support #1610
    • πŸ›  fixing ledis error saving temp config. #1614
    • Auto-Closing open alerts if alert doesn't exist anymore. #1604
    • angular to from 1.2.x to 1.5 #1603
    • Implementing purge and forceCLose actions #1599
    • βž• Add linelr func #1602
    • ⚑️ optimizing redis access to get tag sets #1575
    • serving temporary configs from redis. #1593
    • 🚚 Notifications moved to redis #1592
    • πŸ›  fixing bug with chained notifications. #1584
    • πŸ›  fixing empty email body, and handling absence better #1588
    • πŸ›  fix migration from new install #1581
    • performing a preliminary save on new incidents to keep templates consistent #1605
    • Don't create filter in Opentsdb v2.1 #1569
    • βž• Add over, shift, and merge funcs #1598
    • Shorten-only http proxy #1590
    • βž• Added missing bracket in dev.sample.conf #1536
    • βž• Add title text for dashboard glyphicons #1472
    • Have auto filter on graph page #1487
    • πŸ‘‰ Make graph links from OpenTSDB 2.1 work with 2.2 #1530
    • πŸ›  fix clearing tabs on graph page #1529
    • βž• Add proc information to and refactor host API #1526

    collect:

    • Flush purges internal collections as well. #1552

    other:

    • working party of elastic.v3 #1562
    • πŸ”¨ Elastic v2 support and elastic expr refactor #1561
    • Escape soapLogin credentials #1612
    • πŸ›  Fixed link and Go version #1609
    • πŸ”¨ WIP Incident Redis Refactoring Madness #1497
    • βž• Add new ASA-specific struts and new metric #1545
    • Lscountv2 #1464
    • Moving silence to redis #1458
    • 🚚 Move snmp into the bosun.org repo since third party source is gone #1512
    • 1096 notification use body switch #1101
    • Tune elasticsearch collector. #1500
    • 🌲 Logging on post notifications. #1483
    • Stopping flapping notifications and empty emails #1473
    • βž• Adding logging if empty templates are generated. #1447

    scollector collector:

    c_nexpose:

    • Gather data on asset groups. #1502

    travisci:

    • βž• add start/signal/stop test for bosun #1580

    scollector+bosun:

    • get vsphere mounted datastores and expose via h… #1515

    tsdbrelay:

    • removing udp listener. Adding /api/count to tsdbrelay. #1518