pingdom-client icon indicating copy to clipboard operation
pingdom-client copied to clipboard

Pingdom Ruby Client (Unofficial)

Results 14 pingdom-client issues
Sort by recently updated
recently updated
newest added

client.put allows modification of existing checks. check.paused provides example use of client.put to set/unset paused status of a check.

It seems that if you get the list of probes using Pingdom::Probe and a probe listing has "active" => false, the method missing look up fails. I could not figure...

The default :byprobe option should only be used if :bycountry is not set ``` ruby-1.8.7-p302 > $client.checks.first.summary.average :bycountry => true Pingdom::Error: bycountry and byprobe can not both be set to...