aboutsummaryrefslogtreecommitdiff
path: root/pkgs/check_aws_ec2_elb/check_aws_ec2_elb.conf
blob: 9718e3cd283cf66592dc6a42d2a6eb328ced4898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
object CheckCommand "aws-ec2-elb" {
  import "plugin-check-command"

  command = [ "check_aws_ec2_elb" ]

  arguments = {
    "-h" = "$aws_ec2_elb_address$"
    "-f" = "$aws_ec2_elb_boto_config$"
    "-w" = "$aws_ec2_elb_warn$"
    "-c" = "$aws_ec2_elb_crit$"
  }
  vars.aws_ec2_elb_address = "$address$"
}