Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_bbstore
Current Version
0.1.0
Last Release Date
2013-05-19
Compatible With
- Nagios 3.x
Owner
Website
License
GPL
Hits
34937
Files:
File | Description |
---|---|
check_bbstore | check_bbstore |
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!