forked from AppliedTrust/nagios-plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
23 lines (13 loc) · 1.13 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This repository contains Nagios plugins developed by AppliedTrust.
------------------------------------------------------------------
We offer no warantee or guarantee - use this code at your own risk!
All code is Copyright (C) 2011, Applied Trust Engineering, Inc.
------------------------------------------------------------------
NAGIOS CHECK SCRIPT DESCRIPTIONS:
check_aws_rds: A simple Nagios plugin for monitoring Amazon AWS's Relational Database Service (RDS).
check_phpapc: A Nagios plugin for monitoring the APC opcode cache for PHP. The apc.php status script (which ships with php-apc) must be installed on the system to be monitoried and made accessible via HTTP/HTTPS.
check_aws_cloudwatch: A simple Nagios plugin for monitoring Amazon AWS EC2 metrics via CloudWatch.
check_http_md5: A simple Nagios plugin to grab a webpage and use an MD5 hash to check if the content has changed.
check_selenium: A Nagios plugin to run remote Selenium tests via PHPUnit.
create_ebs_snapshot: A Nagios plugin to snapshot an AWS EBS volume.
prune_ebs_snapshots: A Nagios plugin to prune old AWS EBS volume snapshots created by create_ebs_snapshot.