Add Users to show/config file
This commit is contained in:
parent
8ae4ed6bfa
commit
ce51563356
|
@ -33,6 +33,7 @@ class IcingaConfig
|
||||||
->createFileFromDb('command')
|
->createFileFromDb('command')
|
||||||
->createFileFromDb('host')
|
->createFileFromDb('host')
|
||||||
->createFileFromDb('service')
|
->createFileFromDb('service')
|
||||||
|
->createFileFromDb('user')
|
||||||
;
|
;
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace Icinga\Module\Director\IcingaConfig;
|
||||||
|
|
||||||
|
class IcingaUsersConfigFile extends IcingaConfigFile
|
||||||
|
{
|
||||||
|
}
|
Loading…
Reference in New Issue