PingdomLib
PingdomLib copied to clipboard
A python library to consume the pingdom API
Bumps [requests](https://github.com/requests/requests) from 2.2.1 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
Hi, I want to query the pingdom api. My problem is i can't use email, passwd and api-key. I must curl the api like this: curl -X GET -u email:password...
Python noob here. Is this code likely to be updated to work with Python3? I get various errors trying to use it with Python 3.6.2. Some are simple and appear...
I've added the possibility to use include_tags + add tags attribute for the PingdomCheck class.
For transactional checks, there's a new set of GET endpoints to retrieve information about them. It'd be great if this library supported them as well: https://api.pingdom.com/api/2.0/tms.recipes https://api.pingdom.com/api/2.0/tms.summary.performance/ https://api.pingdom.com/api/2.0/tms.summary.outage/ https://api.pingdom.com/api/2.0/tms.summary.average/
Hi, It seems accessing some additional data (by additional data, I mean the keys returned by /checks/{checkid} on Pingdom API but not returned by /checks, e.g. sendnotificationwhendown attribute) on a...
'name' is a valid attribute to change in the pingdom API, but the attribute list in check.py `__setattr__` (line 64 in 2.0.2) doesn't include it.
In some places, a verification is done to know if the user is providing valid arguments. I think the lists have some arguments names missing: While creating a Check, I...
FYI, it's an API bug, that was reported to Pingdom at 2015-01-26 ``` bash $ curl -su $PINGDOM_USER:$PINGDOM_PASS -H "App-Key: $PINGDOM_KEY" https://api.pingdom.com/api/2.0/checks/1236831 | python -mjson.tool | grep -A2 contactids "contactids":...