diff --git a/_site/content/modules/datadog.md b/_site/content/modules/datadog.md index dff1a4a9..95af5f15 100644 --- a/_site/content/modules/datadog.md +++ b/_site/content/modules/datadog.md @@ -2,12 +2,10 @@ title: "Datadog" date: 2018-08-18T00:00:00Z draft: false -weight: 160 +weight: 60 --- -newrelic screenshot - -Connects to the Datadog API and displays alerting modules +Connects to the Datadog API and displays alerting modules. ## Source Code @@ -22,14 +20,14 @@ datadog: apiKey: "" applicationKey: "" enabled: true + monitors: + tags: + - "team:ops" position: top: 4 left: 3 height: 1 width: 2 - monitors: - tags: - - "team:ops" ``` ### Attributes @@ -38,7 +36,6 @@ datadog: Value: Your Datadog API key. `applicationKey`
-The integer ID of the New Relic application you wish to report on.
Value: Your Datadog Application key. `monitors`
diff --git a/docs/404.html b/docs/404.html index 8c4d59b1..4465a1f5 100644 --- a/docs/404.html +++ b/docs/404.html @@ -5,7 +5,7 @@ - + 404 Page not found :: WTF - the terminal dashboard @@ -169,6 +169,13 @@ + +
  • +
    + + Datadog + +
  • diff --git a/docs/categories/index.html b/docs/categories/index.html index 258130e3..5d7014f8 100644 --- a/docs/categories/index.html +++ b/docs/categories/index.html @@ -5,7 +5,7 @@ - + Categories :: WTF - the terminal dashboard @@ -169,6 +169,13 @@
  • + +
  • +
    + + Datadog + +
  • diff --git a/docs/categories/page/1/index.html b/docs/categories/page/1/index.html index 5eea3f9c..b3e1b160 100644 --- a/docs/categories/page/1/index.html +++ b/docs/categories/page/1/index.html @@ -1 +1 @@ -https://wtfutil.com/categories/ \ No newline at end of file +https://wtfutil.com/categories/ \ No newline at end of file diff --git a/docs/configuration/attributes/index.html b/docs/configuration/attributes/index.html index e11b628e..93cb6767 100644 --- a/docs/configuration/attributes/index.html +++ b/docs/configuration/attributes/index.html @@ -5,7 +5,7 @@ - + Attributes :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • diff --git a/docs/configuration/index.html b/docs/configuration/index.html index 312be0f6..8b32ca0d 100644 --- a/docs/configuration/index.html +++ b/docs/configuration/index.html @@ -5,7 +5,7 @@ - + Configuration :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • diff --git a/docs/configuration/iterm2/index.html b/docs/configuration/iterm2/index.html index 86a031d1..6303ad45 100644 --- a/docs/configuration/iterm2/index.html +++ b/docs/configuration/iterm2/index.html @@ -5,7 +5,7 @@ - + iTerm2 :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • diff --git a/docs/getting_started/glossary/index.html b/docs/getting_started/glossary/index.html index 58996541..642dcbfa 100644 --- a/docs/getting_started/glossary/index.html +++ b/docs/getting_started/glossary/index.html @@ -5,7 +5,7 @@ - + Glossary :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • diff --git a/docs/getting_started/index.html b/docs/getting_started/index.html index 3255eb77..9b78856a 100644 --- a/docs/getting_started/index.html +++ b/docs/getting_started/index.html @@ -5,7 +5,7 @@ - + Getting Started :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • diff --git a/docs/getting_started/installation/index.html b/docs/getting_started/installation/index.html index 9f42502e..8ffd1e57 100644 --- a/docs/getting_started/installation/index.html +++ b/docs/getting_started/installation/index.html @@ -5,7 +5,7 @@ - + Installation :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • diff --git a/docs/imgs/modules/datadog_error.png b/docs/imgs/modules/datadog_error.png new file mode 100644 index 00000000..38e5db76 Binary files /dev/null and b/docs/imgs/modules/datadog_error.png differ diff --git a/docs/imgs/modules/datadog_ok.png b/docs/imgs/modules/datadog_ok.png new file mode 100644 index 00000000..8596f7fb Binary files /dev/null and b/docs/imgs/modules/datadog_ok.png differ diff --git a/docs/index.html b/docs/index.html index 9f056d92..fd111299 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,7 @@ - + WTF :: WTF - the terminal dashboard @@ -169,6 +169,13 @@
  • + +
  • +
    + + Datadog + +
  • diff --git a/docs/index.json b/docs/index.json index 604d826f..85fc0502 100644 --- a/docs/index.json +++ b/docs/index.json @@ -132,6 +132,13 @@ "description": "", "content": "For all modules cryptocurrency-related.\n" }, +{ + "uri": "https://wtfutil.com/modules/datadog/", + "title": "Datadog", + "tags": [], + "description": "", + "content": " Connects to the Datadog API and displays alerting modules.\nSource Code wtf/datadog/ Configuration datadog:apiKey:\u0026#34;\u0026lt;yourapikey\u0026gt;\u0026#34;applicationKey:\u0026#34;\u0026lt;yourapplicationkey\u0026gt;\u0026#34;enabled:truemonitors:tags:-\u0026#34;team:ops\u0026#34;position:top:4left:3height:1width:2 Attributes apiKey Value: Your Datadog API key.\napplicationKey Value: Your Datadog Application key.\nmonitors Configuration for the monitors functionality.\ntags Array of tags you want to query monitors by.\nenabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false.\nposition Defines where in the grid this module\u0026rsquo;s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. Values: A positive integer, 0..n.\n" +}, { "uri": "https://wtfutil.com/modules/gerrit/", "title": "Gerrit", diff --git a/docs/index.xml b/docs/index.xml index 8d0c0db3..37664915 100644 --- a/docs/index.xml +++ b/docs/index.xml @@ -209,6 +209,21 @@ cells.names cells.addresses enabled Whether or not this module is executed and i position Where in the grid this module’s widget will be displayed. refreshInterval How often, in seconds, this module will update its data. + + Datadog + https://wtfutil.com/modules/datadog/ + Sat, 18 Aug 2018 00:00:00 +0000 + + https://wtfutil.com/modules/datadog/ + Connects to the Datadog API and displays alerting modules. +Source Code wtf/datadog/ Configuration datadog:apiKey:"<yourapikey>"applicationKey:"<yourapplicationkey>"enabled:truemonitors:tags:-"team:ops"position:top:4left:3height:1width:2 Attributes apiKey Value: Your Datadog API key. +applicationKey Value: Your Datadog Application key. +monitors Configuration for the monitors functionality. +tags Array of tags you want to query monitors by. +enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. +position Defines where in the grid this module’s widget will be displayed. + + Gerrit https://wtfutil.com/modules/gerrit/ diff --git a/docs/modules/bamboohr/index.html b/docs/modules/bamboohr/index.html index 87fef99d..56c61131 100644 --- a/docs/modules/bamboohr/index.html +++ b/docs/modules/bamboohr/index.html @@ -5,7 +5,7 @@ - + BambooHR :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/circleci/index.html b/docs/modules/circleci/index.html index 16736f35..a8852f80 100644 --- a/docs/modules/circleci/index.html +++ b/docs/modules/circleci/index.html @@ -5,7 +5,7 @@ - + CircleCI :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/clocks/index.html b/docs/modules/clocks/index.html index 0ce864bc..a124ebc4 100644 --- a/docs/modules/clocks/index.html +++ b/docs/modules/clocks/index.html @@ -5,7 +5,7 @@ - + Clocks :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/cmdrunner/index.html b/docs/modules/cmdrunner/index.html index 8068f616..77892fe2 100644 --- a/docs/modules/cmdrunner/index.html +++ b/docs/modules/cmdrunner/index.html @@ -5,7 +5,7 @@ - + CmdRunner :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/cryptocurrencies/bittrex/index.html b/docs/modules/cryptocurrencies/bittrex/index.html index 119ba97b..fda3c99a 100644 --- a/docs/modules/cryptocurrencies/bittrex/index.html +++ b/docs/modules/cryptocurrencies/bittrex/index.html @@ -5,7 +5,7 @@ - + Bittrex :: WTF - the terminal dashboard @@ -171,6 +171,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -411,6 +418,7 @@ + diff --git a/docs/modules/cryptocurrencies/blockfolio/index.html b/docs/modules/cryptocurrencies/blockfolio/index.html index 0fbc1306..26c787d2 100644 --- a/docs/modules/cryptocurrencies/blockfolio/index.html +++ b/docs/modules/cryptocurrencies/blockfolio/index.html @@ -5,7 +5,7 @@ - + Blockfolio :: WTF - the terminal dashboard @@ -171,6 +171,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -411,6 +418,7 @@ + diff --git a/docs/modules/cryptocurrencies/cryptolive/index.html b/docs/modules/cryptocurrencies/cryptolive/index.html index ff1e991a..8be159c1 100644 --- a/docs/modules/cryptocurrencies/cryptolive/index.html +++ b/docs/modules/cryptocurrencies/cryptolive/index.html @@ -5,7 +5,7 @@ - + CryptoLive :: WTF - the terminal dashboard @@ -171,6 +171,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -411,6 +418,7 @@ + @@ -559,7 +567,7 @@ Values: A positive integer, 0..n.

    diff --git a/docs/modules/cryptocurrencies/index.html b/docs/modules/cryptocurrencies/index.html index 000b3d3d..4c9b374d 100644 --- a/docs/modules/cryptocurrencies/index.html +++ b/docs/modules/cryptocurrencies/index.html @@ -5,7 +5,7 @@ - + Crypo Currencies :: WTF - the terminal dashboard @@ -171,6 +171,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -411,6 +418,7 @@ + diff --git a/docs/modules/datadog/index.html b/docs/modules/datadog/index.html new file mode 100644 index 00000000..6b90bef1 --- /dev/null +++ b/docs/modules/datadog/index.html @@ -0,0 +1,577 @@ + + + + WTF - the terminal dashboard + + + + +Datadog :: WTF - the terminal dashboard + + + + + + + + + + + + + + + + + + +
    + + + +
    +
    + +
    + + +
    + + + + + + +
    + + +

    Datadog

    + + + + + +

    Connects to the Datadog API and displays alerting modules.

    + +

    Source Code

    +
    wtf/datadog/
    +

    Configuration

    +
    datadog:
    +  apiKey: "<yourapikey>"
    +  applicationKey: "<yourapplicationkey>"
    +  enabled: true
    +  monitors:
    +    tags:
    +      - "team:ops"
    +  position:
    +    top: 4
    +    left: 3
    +    height: 1
    +    width: 2
    +

    Attributes

    + +

    apiKey
    +Value: Your Datadog API key.

    + +

    applicationKey
    +Value: Your Datadog Application key.

    + +

    monitors
    +Configuration for the monitors functionality.

    + +

    tags
    +Array of tags you want to query monitors by.

    + +

    enabled
    +Determines whether or not this module is executed and if its data displayed onscreen.
    +Values: true, false.

    + +

    position
    +Defines where in the grid this module’s widget will be displayed.

    + +

    refreshInterval
    +How often, in seconds, this module will update its data.
    +Values: A positive integer, 0..n.

    + + + + + + +
    +
    + +
    + +
    + + + + + +
    + Last update on 18/08/2018 +
    + + + +
    + + +
    + + + + + + + + +
    +
    + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/modules/gerrit/index.html b/docs/modules/gerrit/index.html index b828d6c4..cd1ff3c8 100644 --- a/docs/modules/gerrit/index.html +++ b/docs/modules/gerrit/index.html @@ -5,7 +5,7 @@ - + Gerrit :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + @@ -579,7 +587,7 @@ Values: true, false.

    diff --git a/docs/modules/git/index.html b/docs/modules/git/index.html index 767abe17..0d834d23 100644 --- a/docs/modules/git/index.html +++ b/docs/modules/git/index.html @@ -5,7 +5,7 @@ - + Git :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/github/index.html b/docs/modules/github/index.html index 72396f6a..67ba7ccf 100644 --- a/docs/modules/github/index.html +++ b/docs/modules/github/index.html @@ -5,7 +5,7 @@ - + GitHub :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/gitlab/index.html b/docs/modules/gitlab/index.html index 26fe3f23..4aa5fe31 100644 --- a/docs/modules/gitlab/index.html +++ b/docs/modules/gitlab/index.html @@ -5,7 +5,7 @@ - + GitLab :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/gitter/index.html b/docs/modules/gitter/index.html index e3304ddf..e76ab34f 100644 --- a/docs/modules/gitter/index.html +++ b/docs/modules/gitter/index.html @@ -5,7 +5,7 @@ - + Gitter :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/google/gcal/index.html b/docs/modules/google/gcal/index.html index bfe2a19b..950bbfbf 100644 --- a/docs/modules/google/gcal/index.html +++ b/docs/modules/google/gcal/index.html @@ -5,7 +5,7 @@ - + Google Calendar :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -407,6 +414,7 @@ + diff --git a/docs/modules/google/gspreadsheet/index.html b/docs/modules/google/gspreadsheet/index.html index 227f3795..b14bfd67 100644 --- a/docs/modules/google/gspreadsheet/index.html +++ b/docs/modules/google/gspreadsheet/index.html @@ -5,7 +5,7 @@ - + Google Spreadsheets :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -404,24 +411,13 @@ - + - - - - - @@ -435,9 +431,6 @@ - diff --git a/docs/modules/google/index.html b/docs/modules/google/index.html index d3bcc460..bc3a2ba5 100644 --- a/docs/modules/google/index.html +++ b/docs/modules/google/index.html @@ -5,7 +5,7 @@ - + Google Apps :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -407,6 +414,7 @@ + diff --git a/docs/modules/hackernews/index.html b/docs/modules/hackernews/index.html index 44afe8a5..b63a531a 100644 --- a/docs/modules/hackernews/index.html +++ b/docs/modules/hackernews/index.html @@ -5,7 +5,7 @@ - + Hacker News :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/index.html b/docs/modules/index.html index f9aaa5f3..d1d8af26 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -5,7 +5,7 @@ - + Modules :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/index.xml b/docs/modules/index.xml index 42b59c7c..e9e73307 100644 --- a/docs/modules/index.xml +++ b/docs/modules/index.xml @@ -59,6 +59,21 @@ Source Code wtf/cmdrunner/ Configuration cmdrunner:args:[&#34;-g&#34;,&a cmd The terminal command to be run, withouth the arguments. Ie: ping, whoami, curl. enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. + + Datadog + https://wtfutil.com/modules/datadog/ + Sat, 18 Aug 2018 00:00:00 +0000 + + https://wtfutil.com/modules/datadog/ + Connects to the Datadog API and displays alerting modules. +Source Code wtf/datadog/ Configuration datadog:apiKey:&#34;&lt;yourapikey&gt;&#34;applicationKey:&#34;&lt;yourapplicationkey&gt;&#34;enabled:truemonitors:tags:-&#34;team:ops&#34;position:top:4left:3height:1width:2 Attributes apiKey Value: Your Datadog API key. +applicationKey Value: Your Datadog Application key. +monitors Configuration for the monitors functionality. +tags Array of tags you want to query monitors by. +enabled Determines whether or not this module is executed and if its data displayed onscreen. Values: true, false. +position Defines where in the grid this module&rsquo;s widget will be displayed. + + Gerrit https://wtfutil.com/modules/gerrit/ diff --git a/docs/modules/ipaddress/index.html b/docs/modules/ipaddress/index.html index 724eaf2d..195e87ba 100644 --- a/docs/modules/ipaddress/index.html +++ b/docs/modules/ipaddress/index.html @@ -5,7 +5,7 @@ - + IP Addresses :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -407,6 +414,7 @@ + diff --git a/docs/modules/ipaddress/ipapi/index.html b/docs/modules/ipaddress/ipapi/index.html index e167e898..52e010d2 100644 --- a/docs/modules/ipaddress/ipapi/index.html +++ b/docs/modules/ipaddress/ipapi/index.html @@ -5,7 +5,7 @@ - + IP-API :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -407,6 +414,7 @@ + diff --git a/docs/modules/ipaddress/ipinfo/index.html b/docs/modules/ipaddress/ipinfo/index.html index a6b15083..01f1eba1 100644 --- a/docs/modules/ipaddress/ipinfo/index.html +++ b/docs/modules/ipaddress/ipinfo/index.html @@ -5,7 +5,7 @@ - + IPInfo :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -407,6 +414,7 @@ + diff --git a/docs/modules/jenkins/index.html b/docs/modules/jenkins/index.html index 701593dd..09d00663 100644 --- a/docs/modules/jenkins/index.html +++ b/docs/modules/jenkins/index.html @@ -5,7 +5,7 @@ - + Jenkins :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/jira/index.html b/docs/modules/jira/index.html index e8a89e9c..edaf5113 100644 --- a/docs/modules/jira/index.html +++ b/docs/modules/jira/index.html @@ -5,7 +5,7 @@ - + Jira :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/logger/index.html b/docs/modules/logger/index.html index 43dce5c0..aaeb187a 100644 --- a/docs/modules/logger/index.html +++ b/docs/modules/logger/index.html @@ -5,7 +5,7 @@ - + Logger :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/newrelic/index.html b/docs/modules/newrelic/index.html index 68109e36..572257fc 100644 --- a/docs/modules/newrelic/index.html +++ b/docs/modules/newrelic/index.html @@ -5,7 +5,7 @@ - + New Relic :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/opsgenie/index.html b/docs/modules/opsgenie/index.html index 121c2b56..c0de62f3 100644 --- a/docs/modules/opsgenie/index.html +++ b/docs/modules/opsgenie/index.html @@ -5,7 +5,7 @@ - + OpsGenie :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/power/index.html b/docs/modules/power/index.html index c6ef892a..fe35ceb2 100644 --- a/docs/modules/power/index.html +++ b/docs/modules/power/index.html @@ -5,7 +5,7 @@ - + Power :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/security/index.html b/docs/modules/security/index.html index 45b878b8..23dac582 100644 --- a/docs/modules/security/index.html +++ b/docs/modules/security/index.html @@ -5,7 +5,7 @@ - + Security :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/textfile/index.html b/docs/modules/textfile/index.html index 682baca1..c87c423e 100644 --- a/docs/modules/textfile/index.html +++ b/docs/modules/textfile/index.html @@ -5,7 +5,7 @@ - + Textfile :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/todo/index.html b/docs/modules/todo/index.html index a93766c1..d2905a42 100644 --- a/docs/modules/todo/index.html +++ b/docs/modules/todo/index.html @@ -5,7 +5,7 @@ - + Todo :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/todoist/index.html b/docs/modules/todoist/index.html index ac4e52e1..5560b0e9 100644 --- a/docs/modules/todoist/index.html +++ b/docs/modules/todoist/index.html @@ -5,7 +5,7 @@ - + Todoist :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -403,21 +410,13 @@ - + - - @@ -431,9 +430,6 @@ - diff --git a/docs/modules/travisci/index.html b/docs/modules/travisci/index.html index f0cdd26f..238ab72b 100644 --- a/docs/modules/travisci/index.html +++ b/docs/modules/travisci/index.html @@ -5,7 +5,7 @@ - + TravisCI :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/trello/index.html b/docs/modules/trello/index.html index f1fd6ed2..e74558d3 100644 --- a/docs/modules/trello/index.html +++ b/docs/modules/trello/index.html @@ -5,7 +5,7 @@ - + Trello :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/twitter/index.html b/docs/modules/twitter/index.html index 46ad38aa..813e0033 100644 --- a/docs/modules/twitter/index.html +++ b/docs/modules/twitter/index.html @@ -5,7 +5,7 @@ - + Twitter :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/modules/weather_services/index.html b/docs/modules/weather_services/index.html index 727f07a0..09e7777e 100644 --- a/docs/modules/weather_services/index.html +++ b/docs/modules/weather_services/index.html @@ -5,7 +5,7 @@ - + Weather Services :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -407,6 +414,7 @@ + diff --git a/docs/modules/weather_services/prettyweather/index.html b/docs/modules/weather_services/prettyweather/index.html index 1c8dd75e..695684c7 100644 --- a/docs/modules/weather_services/prettyweather/index.html +++ b/docs/modules/weather_services/prettyweather/index.html @@ -5,7 +5,7 @@ - + Pretty Weather :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -407,6 +414,7 @@ + diff --git a/docs/modules/weather_services/weather/index.html b/docs/modules/weather_services/weather/index.html index c882e600..ec7c24ca 100644 --- a/docs/modules/weather_services/weather/index.html +++ b/docs/modules/weather_services/weather/index.html @@ -5,7 +5,7 @@ - + Weather :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -404,21 +411,13 @@ - + - - @@ -432,12 +431,6 @@ - - - - diff --git a/docs/modules/zendesk/index.html b/docs/modules/zendesk/index.html index 9f886345..aafc2b98 100644 --- a/docs/modules/zendesk/index.html +++ b/docs/modules/zendesk/index.html @@ -5,7 +5,7 @@ - + Zendesk :: WTF - the terminal dashboard @@ -170,6 +170,13 @@
  • + +
  • +
    + + Datadog + +
  • @@ -406,6 +413,7 @@ + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 8ad0d964..4d0fb08a 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -97,6 +97,11 @@ 2018-05-07T18:04:58-07:00 + + https://wtfutil.com/modules/datadog/ + 2018-08-18T00:00:00+00:00 + + https://wtfutil.com/modules/gerrit/ 2018-06-27T15:55:42-07:00 diff --git a/docs/tags/index.html b/docs/tags/index.html index 061ada0e..49e12502 100644 --- a/docs/tags/index.html +++ b/docs/tags/index.html @@ -5,7 +5,7 @@ - + Tags :: WTF - the terminal dashboard @@ -169,6 +169,13 @@
  • + +
  • +
    + + Datadog + +
  • diff --git a/docs/tags/page/1/index.html b/docs/tags/page/1/index.html index 3f98c56b..b4378e2c 100644 --- a/docs/tags/page/1/index.html +++ b/docs/tags/page/1/index.html @@ -1 +1 @@ -https://wtfutil.com/tags/ \ No newline at end of file +https://wtfutil.com/tags/ \ No newline at end of file