Skip to content

kian/nagios-carp-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

============
DESCRIPTION
============

check_carp (v0.1) by Kian Mohageri <kian.mohageri@gmail.com>

This plugin is intended for use with Nagios (http://nagios.org).

This plugin checks the state of a carp(4) interface.  If you don't
specify an expected state, the plugin just prints out the current 
state and returns OK.  If you specify an expected state, and the
current state is different, the plugin returns CRITICAL.

If there is a problem fetching the state information, the plugin
returns UNKNOWN.

============
INSTALLATION
============

To install this plugin, do the following:

	# make
	# make install 

You can manually specify the location to install the plugin:

	# make install DESTDIR=/usr/local/nagios/plugins/ 

You can remove it as follows:

	# make uninstall DESTDIR=/usr/local/nagios/plugins/

About

Nagios plugin to check CARP interface status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages