Box Backup

check_bbstore

Description:

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

Compatible With

  • Nagios 3.x

Owner

License

GPL


Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Project Files
Project Notes
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 }
Reviews (0) Add a Review
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
0 (0)
Favorites
0
Views
35,932