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