Skip to content

Commit

Permalink
Add monitor validate to facade.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacdd committed May 1, 2017
1 parent 7abe04e commit cb76c71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/dogapi/facade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,10 @@ def get_all_monitors(options= {})
@monitor_svc.get_all_monitors(options)
end

def monitor_validate(type, query, options= {})
@monitor_svc.monitor_validate(type, query, options)
end

def mute_monitors()
@monitor_svc.mute_monitors()
end
Expand Down

0 comments on commit cb76c71

Please sign in to comment.