Please note that the Inspeqtor codebase does not change a lot because it is considered feature complete and stable. It is maintained.
- Integrate Inspeqtor Pro functionality into Inspeqtor
- Fix crash on unexpected /proc content [#148]
- Fix MySQL connection with password [#142]
- Fix dozens of lint warnings
- Upgrade to Go 1.10.3
- Added package for Ubuntu 18.04 LTS (bionic).
- Removed package for Ubuntu 12.04 LTS (precise).
- Add binary and build support for Ubuntu 16.04 LTS (xenial)
- Upgrade binaries to Go 1.7.1.
- Add tls_port option for SMTP servers. [exploid, #79]
- Add gometalinter. [#83]
- Show silenced until date in status output. [#101]
- Alerts could still fire during deploy due to a race condition in the Inspeqtor's silence window. [#76]
- Support for real-time memory monitoring for Go daemons Pro [#65]
- Fix issue resolving Down services with Upstart [#73]
- Add grace period for cron job checks Pro [#61]
- Add grace period for deploy window alerts [#69]
- LOTS of code cleanup based on golint, go vet and errcheck static analysis tools. [#64, #63, #30]
- Welcome new committer, @sorentwo!
- Add daemon-specific metrics for PostgreSQL! [#26]
- Fix bugs in init.d support, better logging
- Add new
reload
action which will send the HUP signal to a service [sorentwo, #38] - Support unauthenticated port 25 SMTP [felixbuenemann, #48]
- Add memory:total_rss metric for the total memory consumed by a tree of processes (e.g. useful if child processes are bloating) [#10]
- Prefix all statsd metrics with hostname [#42] Pro
- Fix missing /etc/inspeqtor/host.inq in packaging.
- Add init.d support [#14]
- Add new "export" command to emit current metric values as JSON [#2]
- Send metrics to Statsd [#2] Pro
- Monitor cron job execution [#5] Pro
- Support per-second rates for thresholds [#11]
# Use the "/sec" suffix. You can use the k,m,g modifier letters also.
if mysql:Queries > 1k/sec then alert
if mysql:Slow_queries > 1/sec then alert
- Changed the /etc/inspeqtor layout a bit [#22]
- inspeqtorctl no longer requires sudo for members of the 'adm' group [#27]
- Initial Release
- Yay, shipped it!