-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
32 lines (21 loc) · 815 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
============
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/