Skip to content

Commit

Permalink
Merge pull request DataDog#1309 from DataDog/mattw/agentcommands
Browse files Browse the repository at this point in the history
add check and check_rate commands to datadog_agent
  • Loading branch information
technovangelist authored May 16, 2017
2 parents e436ffa + 985ce0d commit fbb0648
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions layouts/partials/BasicAgentUsage-nix.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@

<%= $sudo %><%= @item[:serviceinfoname] %> -v

More information about the metrics, events and service checks for an integration can be retrieved with the check command:

<%= $sudo %><%= @item[:servicename] %> check [integration]

Add the check_rate argument to get the most recent values for rates:

<%= $sudo %><%= @item[:servicename] %> check [integration] check_rate

<%= $sudo %>
<%= @item[:servicename] %> check [integration]

<% end %>
<!--
======================================================
Expand Down

0 comments on commit fbb0648

Please sign in to comment.