Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Support 'Account-Email' header for multi-user #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

smeyfroi
Copy link

@smeyfroi smeyfroi commented Jun 3, 2015

Adds an 'account_email' attribute.

Might address #8 ?

Use like:

    pingdom_check probename do
      api_key node[:application_geocms][:pingdom_api_key]
      username node[:application_geocms][:pingdom_username]
      password node[:application_geocms][:pingdom_password]
      account_email node[:application_geocms][:pingdom_account_email]
      host probe["host"]
      type "http"
      check_params(
        url: probe["url"],
        encryption: true,
        port: 443,
        shouldcontain: probe["shouldcontain"],
        tags: [
          "#{node[:application_geocms][:project_name]}#{node[:application_geocms][:environment]}",
          node[:application_geocms][:environment],
        ].join(",")
      )
    end

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant