Giter Site home page Giter Site logo

poshdog's People

Contributors

simnyc avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

poshdog's Issues

attempting to mute invalid host returns success

When attempting to mute a host using "Suspend-DDHost" if the hostname is invalid (ex due to a typo) it seems to return success ( as does unmuting)
Is this due to the response from Datadog ?

Error creating New Monitor

I am trying to create a new monitor using this:

$options = @{timeout_h=0; thresholds=1; renotify_interval=0; no_data_timeframe=2}

New-DDMonitor -Type "service check" -Query {"http.can_connect".over("instance:xxxxx.com").last(5).count_by_status()}`
-Name "test name" -Message "{{url}} on {{host.name}} @[email protected]" -Options $options

but i get this error:
Request to Datadog API backend was NOT successful; It returned this: {"errors":["Thresholds must be of type dictionary."]}

How can we create this monitor and set the threshold levels?

Thanks

Edit-DDMonitor - Anomaly Monitor

Good morning, I would like to report a problem about sending a request when editing the monitor.

File New-DDQuery in C:\Users\Documents\WindowsPowerShell\Modules\poshdog\0.0.6\Private

It was necessary to insert this parameter when using the anomaly monitor.

charset=utf-8

$result = Invoke-RestMethod -Method $Method -Uri $dd_url -ContentType "application/json; charset=utf-8" -Body $Body

"Cannot directly update a Synthetics Monitor, use Synthetics API instead"

Hi Sim,

I get this error when I try to update the MESSAGE attribute of a synthetic monitor.
I am running POSHDOG 0.0.6

Request to Datadog API backend was NOT successful; It returned this: {"errors":["Cannot directly update a Synthetics Monitor, use Synthetics API instead."]}
At C:\Powershell\Documents\WindowsPowerShell\Modules\poshdog\0.0.6\Private\New-DDQuery.ps1:103 char:13
+             Throw "Request to Datadog API backend was NOT successful; ...
+             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OperationStopped: (Request to Data...API instead."]}:String) [], RuntimeException
    + FullyQualifiedErrorId : Request to Datadog API backend was NOT successful; It returned this: {"errors":["Cannot directly update a Synthetics Monitor, use Synthetics API instead."]}

Thanks in advance.
-A

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.