Skip to content

camptocamp/nagios-plugins-s3-backup

Repository files navigation

nagios-plugins-s3-backups

Overview

This repository contains a set of s3 checks

Usage

  • Install python-boto3
  • Create a dedicated key pair via AWS IAM (read-only access for EC2 and ELB)
  • Put this key pair in nagios home .aws/config file
  • Launch the scripts with --help for more help

AWS Config file

[profile nagios_checker]
aws_access_key_id = key_id
aws_secret_access_key = private_key
region = eu-west-1

License

Copyright (c) Camptocamp 2015 All rights reserved.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.