Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check usage of a Box Backup store account and reports all values as performance data.
Current Version
0.1.0
Last Release Date
2013-05-19
Owner
hansmi
Website
http://hansmi.ch/
License
GPL
Compatible With
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 }
You must be logged in to submit a review.
To:
From: