Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_bbstore
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!
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
}
- 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)
Be the first to review this listing!