Skip to content

VMware vRealize Operation Manager (vrops) to datadog

Notifications You must be signed in to change notification settings

degaurab/vrops2datadog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vrops2datadog

App to send datapoint from VMware vRealize Operation Manager (vrops) to datadog

How to run:

  • Update configuration file (config/config.yml)

    • to get adpterKind: curl "api/adapterkinds/" -k
    • to get resourcesKindKey with adapterKind: curl "https://<you_vrop_hostname>/api/adapterkinds//resources"
    • to get statKey: curl "https://<you_vrop_hostname>/api/adapterkinds//resourcekinds//statkeys"
---

vrops_auth:
- hostname: somthing.vrops.domain.com
  username: username
  password: shouldchangeit

# Replace adapterKind key
adapterKind:
- VMware

resources:
- name: riakcs
  resourceKindKey: LUN
  statKey:
  - perf|write_iops
  - perf|read_iops
  - perf|percent_busy
  
  • Run App:
bundle install
rackup

About

VMware vRealize Operation Manager (vrops) to datadog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages