Releases: stratacast/nodeping_elixir
Releases · stratacast/nodeping_elixir
v1.7.1 Release
Added the ignore
filet to the SIP check
Release v1.7.0
- MongoDB check added: https://nodeping.com/mongodb_check.html
- Added
clientcert
option to the httpadv checktype
Release v1.6.0
Added
- PostgreSQL check added: https://nodeping.com/pgsql_check.html
- Typespecs added to checktypes
Changed
- MySQL check updated: https://nodeping.com/mysql_check.html
Fixed
- Some check types were missing some fields. They have been corrected.
Release v1.5.0
Added
- MTR check added: https://nodeping.com/mtr_check.html
- Redis check added: https://nodeping.com/redis_check.html
Release v1.4.0
Added
- Added support for the notifications profile feature: https://nodeping.com/docs-api-notificationprofiles.html
Release v1.3.0
Changed
- Added
transport
to the SIP checktype. Setfalse
for both TCP/UDP,"udp"
for UDP, and"tcp"
for TCP
Release v1.2.3
2021-10-08 v1.2.3
Added
- Support added for muting checks and contacts as per the 2021-10-07 NodePing API changelog
- Some Additions to the README
- typespecs added in the NodePing.Checks module
Changed
- All defstruct modules had the moduledoc changed to false to clean up the documentation page. The moduledocs were previously just copy/paste from NodePing’s check definitions and can be found there for each check type.
Release v1.2.2
NOTE This release was made on 2021-08-28 on hexpm
Added
- Added the autodiagnotifications option to account creation and updates, defaulting to false.
Release v1.2.0
2021-06-01 v1.2.0
Added
- Works with Elixir 1.12
- Oldest verison supported is 1.10
- Updated httpoison to version 1.8
Fixed
- Manually specify
:target
for thesnmp.ex
checktype