Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_bbstore

Rating
0 votes
Favoured:
0
Current Version
0.1.0
Last Release Date
2013-05-19
Compatible With
  • Nagios 3.x
Owner
Website
License
GPL
Hits
35608
Files:
FileDescription
check_bbstorecheck_bbstore
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check usage of a Box Backup store account and reports all values as performance data.
check_bbstore reports the following performance data values for a single Box Backup store account in bytes and percent:

- used
- old-files
- deleted-files
- directories

In addition check_bbstore reports the hard and soft limits for an account (including percent). Having these values makes it easy to create graphs. Here's an example configuration for NagiosGrapher:

define ngraph {
service_name ^bbstoreaccount
graph_perf_regex used-percent=s*([0-9.,]+)
graph_value used-percent
graph_units %
graph_legend Used percent
page Used (percent)
graph_lower_limit 0
graph_upper_limit 100
rrd_plottype AREA
rrd_color 66c000
}

define ngraph {
service_name ^bbstoreaccount
graph_perf_regex old-files=\s*([0-9.,]+)
graph_value old-files
#graph_units Bytes
graph_legend Old files
page Old files
rrd_plottype AREA
rrd_color 00c066
}

define ngraph {
service_name ^bbstoreaccount
graph_perf_regex deleted-files=\s*([0-9.,]+)
graph_value deleted-files
#graph_units Bytes
graph_legend Deleted files
page Deleted files
rrd_plottype AREA
rrd_color cc00cc
}