# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1389733723 -3600 # Node ID 647c46fe92cfe28d8f4b97aeda1f1f51d809afba # Parent a1b5a2326a66d39c1278ed486b6608bc66a8a62c added manpage generation diff -r a1b5a2326a66 -r 647c46fe92cf Build.PL --- a/Build.PL Tue Jan 14 16:54:10 2014 +0100 +++ b/Build.PL Tue Jan 14 22:08:43 2014 +0100 @@ -13,7 +13,7 @@ # # where to find the sources -> where to put them under blib - plugins_files => { + checks_files => { 'plugins/check_amanda-client' => 'nagios/plugins/ius/check_amanda-client', }, license => 'perl', @@ -32,7 +32,9 @@ $builder->install_path('nagios' => $base . '/nagios'); } -$builder->add_build_element('plugins'); +$builder->bindoc_dirs([@{$builder->bindoc_dirs}, 'blib/nagios/plugins/ius']); +$builder->add_build_element('checks'); + $builder->create_build_script; __END__ diff -r a1b5a2326a66 -r 647c46fe92cf plugins/check_amanda-client --- a/plugins/check_amanda-client Tue Jan 14 16:54:10 2014 +0100 +++ b/plugins/check_amanda-client Tue Jan 14 22:08:43 2014 +0100 @@ -252,6 +252,8 @@ __END__ +=pod + =head1 NAME check_amanda-client - check the amanda backup from the client side