aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/check_aws_s3_file/check_aws_s3_file.conf
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-12-11 18:10:48 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-12-11 18:10:48 +0300
commit8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3 (patch)
treed03b70f693463fc836a8dbe4240424d2547530c8 /modules/pkgs/check_aws_s3_file/check_aws_s3_file.conf
parentc4273035cf5876e3ba8ed2c6b492d31c2de290ee (diff)
downloadnixsap-8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3.tar.gz
(* HUGE *) Use nixpkgs overlays
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$"
-}
-