summaryrefslogtreecommitdiffstats
path: root/web/input/doc/faq/compilation.md
blob: b58566a44cb3601620952a7f42500186089e9d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
title: Building Nagios Plugins
parent: FAQ
---

# How do I compile the plugins?

To compile version `1.x` of the plugins, you run:

    gzip -dc nagios-plugins-1.x.tar.gz | tar -xf -
    cd nagios-plugins-1.x
    ./configure
    make

You can then [install the plugins][installation].

[installation]: doc/faq/installation.html "Installation"

<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->