saltstack-formulas / nagios-formula

nagios-formula
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
20 stars 73 forks source link

disable need for nrpe_commands, avoid definition of plugin_dir in yaml #33

Closed arnimf closed 8 years ago

arnimf commented 8 years ago

default of 'plugin_dir' does not work with debian, unless it is defined in the 'Debian' section

'nrpe.cfg' does not compile if 'nrpe_command' is not defined in yaml-file. But it should compile even if you have no nrpe_command defined.

It would also solve problems mentioned in issue #28

wwentland commented 8 years ago

Please note that I submitted #32 yesterday to fix the problem with nrpe_commands. Could you rebase your branch against master, please?

I guess that defining plugin_dir for Debian still makes a lot of sense though.

arnimf commented 8 years ago

I did the rebase. So, remains the issue with the plugin_dir.

wwentland commented 8 years ago

Ta!

thenewwazoo commented 8 years ago

Does a nagios-nrpe-server installation without having NRPE commands defined even make sense?