Skip to content

This plugin for Icinga/Nagios is used to monitor cache usage (free and dirty) and slot status of a Fujitsu CentricStor.

License

Notifications You must be signed in to change notification settings

ovido/check_centricstor

Repository files navigation

#*********************************************************#
#                                                         #
#  README for check_centricstor plugin for Icinga/Nagios  #
#                                                         #
#*********************************************************#

What is check_centricstor?
==========================

This plugin for Icinga/Nagios is used to monitor cache usage
(free and dirty) and slot status of a Fujitsu CentricStor.


Contributions / Help
====================

Send email to [email protected] if you have questions regarding use
of this software. Please include the following information in your email:
* OS type and version
* Perl version

To submit patches of suggest improvements, send email to [email protected].


Installation
============

The check_centricstor installation can be used by following the standard autotools
installation process, documented in the INSTALL file. As a quick start you can do

$ ./configure
$ make all
# make install

This will install check_vmax to /usr/local/nagios/libexec and the PNP template
to /usr/local/pnp4nagios/share/templates.

To change these paths use the following options:
--prefix=<path_to_nagios_plugins>
--with-pnp-dir=<path_to_pnp_share_folder>

If you don't use PNP you can disable installing the PNP template with:
--disable-pnp-template

To change the user and group ownership of these files use:
--with-nagios-user=<user>
--with-nagios-group=<group>

The 'nagios-plugins-centricstor.spec' file demonstrates how to distribute 
check_centricstor as an RPM package.

Also make sure that the following requirements are met:
Perl
Perl-Modules:
  Getopt::Long


Documentation
=============

Short documentation on how to use this plugin.

Detailed documentation can be found on the project website
https://labs.ovido.at/monitoring/wiki/check_centricstor.

The following checks can be performed by this plugin:

check_centricstor -H <hostname> -l slots
check_centricstor -H <hostname> -l cache -w 10,5 -c 8,3


About

This plugin for Icinga/Nagios is used to monitor cache usage (free and dirty) and slot status of a Fujitsu CentricStor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published