aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/check_aws_s3_file/check_aws_s3_file.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pkgs/check_aws_s3_file/check_aws_s3_file.conf')
-rw-r--r--modules/pkgs/check_aws_s3_file/check_aws_s3_file.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/pkgs/check_aws_s3_file/check_aws_s3_file.conf b/modules/pkgs/check_aws_s3_file/check_aws_s3_file.conf
deleted file mode 100644
index e2ec2b5..0000000
--- a/modules/pkgs/check_aws_s3_file/check_aws_s3_file.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-object CheckCommand "aws-s3-file" {
- import "plugin-check-command"
-
- command = [ "check_aws_s3_file" ]
-
- arguments = {
- "-f" = "$aws_s3_file_credentials$"
- "-b" = "$aws_s3_file_bucket$"
- "-k" = "$aws_s3_file_key$"
- "-s" = "$aws_s3_file_size_warn$"
- "-S" = "$aws_s3_file_size_crit$"
- "-t" = "$aws_s3_file_age_warn$"
- "-T" = "$aws_s3_file_age_crit$"
- }
- vars.aws_s3_file_bucket = "$host.name$"
- vars.aws_s3_file_key = "$service.name$"
-}
-