diff options
author | Bala.FA <barumuga@redhat.com> | 2014-03-13 07:39:41 +0530 |
---|---|---|
committer | Bala.FA <barumuga@redhat.com> | 2014-04-29 10:14:32 +0530 |
commit | b9c4e63f638254f7ba6cc960930cab1e15b4cd5d (patch) | |
tree | cbcd4c166503878d988b185cef9a762d93359667 /configure.ac | |
parent | 2977b2f34bdbb7284bcc6244e85a1fdb657447f2 (diff) |
plugins: import plugins from github
All plugins are imported from
https://github.com/gluster-rhsc/nagios-plugin.git
Change-Id: I9880becafccc79280873039e317b4afde747806c
Signed-off-by: Bala.FA <barumuga@redhat.com>
Reviewed-on: https://cuckoo.blr.redhat.com:8443/4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6b6f1d2..059f6a6 100644 --- a/configure.ac +++ b/configure.ac @@ -82,6 +82,7 @@ fi AX_PYTHON_MODULE([argparse], [fatal]) AX_PYTHON_MODULE([ethtool], [fatal]) AX_PYTHON_MODULE([glusternagios], [fatal]) +AX_PYTHON_MODULE([mock], [fatal]) AX_PYTHON_MODULE([netaddr], [fatal]) AX_PYTHON_MODULE([pthreading], [fatal]) AX_PYTHON_MODULE([pyinotify], [fatal]) |