pingdom::user

Creates a User.

Example

pingdom::user user-example
    name: "test-user"
    paused: "YES"

    email-target
        email: "example@example.com"
        severity: "HiGh"
    end

    sms-target
        country-code: "1"
        number: "555-555-5555"
        severity: "HIGH"
    end
end

Attributes

Attribute Description
email-target list subresource

Subnets for the network.

email
The email for the target. (Required)
severity
The severity of the target. (Required)
sms-target list subresource

Subnets for the network.

country-code
The country code. (Optional)
number
The phone number of the target. (Required)
provider
The provider for the target. (Optional)
severity
The severity of the target. (Optional)