search for: diskfree_command

Displaying 1 result from an estimated 1 matches for "diskfree_command".

2011 Jun 13
0
unmanaging config data
...y existing configuration to permit some mechanism to override the default settings, e.g. override the command value from the default in the template service to some host specific setting, something (probably syntactially wrong) like... nagios_service { "diskfree_myhost": if (defined $diskfree_command) { command => $diskfree_command } use => "diskfree", } should work to make this happen. Now the obvious issue here is that whilst I can add this parameter into the mix (I intend to do this via puppet dashboard) if I then remove that variable in the same way I added...