PagerDuty / chef-sumologic

Recipe for an unattended install of Sumo Logic's sumocollector via chef
9 stars 16 forks source link

Add collector_exists method #15

Closed shortdudey123 closed 10 years ago

shortdudey123 commented 10 years ago

Allows checking to see if a collector of a given name exists

Usage Example:

Sumologic.collector_exists?(
  node.name,
  email,
  pass
)
ranjib commented 10 years ago

@shortdudey123 can you update the readme as well

shortdudey123 commented 10 years ago

@ranjib updated