Releases: NodePing/python-nodeping-api
Releases · NodePing/python-nodeping-api
Release 1.8.0
Release 1.7.1
Added
- Allow creating checks that are muted
Release 1.7.0
Added
- Added support for PostgreSQl check https://nodeping.com/pgsql_check.html
Changed
- Updated the MySQL check https://nodeping.com/mysql_check.html
Release 1.6.0
Added
- Add support for redis check https://nodeping.com/redis_check.html
- Add support for mtr check https://nodeping.com/mtr_check.html
1.5.0 Release
Added
- notification profile create/get/update/delete https://nodeping.com/docs-api-notificationprofiles.html
1.4.1 Release
Changed
- No code has been changed, only docstring info in the different checktypes in
create_checks.py
noting that the runlocation can be a str or a list of two-character probe indicators (such as wa, tx, ny)
1.4.0 Release
Changed
create_check.sip_check
has a transport option added. SetFalse
to check both TCP/UDP, or set"tcp"
for TCP or"udp"
for UDP
1.3.0 Release
2021-10-09
Added
- Mute notifications for a specific checkid via
update_checks.mute_check
- Mute a contact method via
contacts.mute_contact_method
- Mute a contact via
contacts.mute_contact
1.2.5 Release
Added
autodiag
flag for check creation- Verify subminute interval check creation works
- Add
autodiagnotifications
to account creation and update options
1.2.4 Release
Added
- Added the
dnssection
field tocreate_check.dns_check