Sha256: b3a17e15d80e7c46f923ec4c6c967ad2ac650cf69b7efa674106fb6cd9feb7d6

Contents?: true

Size: 904 Bytes

Versions: 54

Compression:

Stored size: 904 Bytes

Contents

# Nrpe

Cloudwatch NameSpace: `NRPE`

*Note: This requires the nrpe agent running and configured on your EC2 Host*

```yaml
Resources:
  Nrpe:
  # Array of host groups with the uniq identifier of Environment.
  # This will create a nrpe lambda per group attach to the defined vpc and subnets
  - Environment: Prod
    # VPC id for the vpc the EC2 hosts are running in
    VpcId: vpc-1234
    # Array of subnets to attach to the lambda function. Supply multiple if you want to be multi AZ. 
    # Multiple subnets from the same AZ cannot be used!
    Subnets:
      - subnet-abcd
    Hosts:
    # Array of hosts with the Id: key defining the host private ip address
    - Id: 10.150.10.6
      # Array of nrpe commands to run against the host.
      # A custom metric and alarm is created for each command
      Commands:
        - check_disk
    - Id: 10.150.10.6
      Commands:
        - check_disk
```

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
cfn-guardian-0.11.11 docs/custom_checks/nrpe.md
cfn-guardian-0.11.10 docs/custom_checks/nrpe.md
cfn-guardian-0.11.9 docs/custom_checks/nrpe.md
cfn-guardian-0.11.8 docs/custom_checks/nrpe.md
cfn-guardian-0.11.7 docs/custom_checks/nrpe.md
cfn-guardian-0.11.6 docs/custom_checks/nrpe.md
cfn-guardian-0.11.5 docs/custom_checks/nrpe.md
cfn-guardian-0.11.4 docs/custom_checks/nrpe.md
cfn-guardian-0.11.3 docs/custom_checks/nrpe.md
cfn-guardian-0.11.2 docs/custom_checks/nrpe.md
cfn-guardian-0.11.1 docs/custom_checks/nrpe.md
cfn-guardian-0.11.0 docs/custom_checks/nrpe.md
cfn-guardian-0.10.4 docs/custom_checks/nrpe.md
cfn-guardian-0.10.1 docs/custom_checks/nrpe.md
cfn-guardian-0.10.0 docs/custom_checks/nrpe.md
cfn-guardian-0.9.2 docs/custom_checks/nrpe.md
cfn-guardian-0.9.1 docs/custom_checks/nrpe.md
cfn-guardian-0.9.0 docs/custom_checks/nrpe.md
cfn-guardian-0.8.6 docs/custom_checks/nrpe.md
cfn-guardian-0.8.5 docs/custom_checks/nrpe.md