The configuration for all newly created objects must be saved into *.host files. Those host files are saved in /data/hosts/*.host.
Create a new HostService within the Nagios namespace that uses the FilesystemInterface for all file related manipulations.
The configuration for all newly created objects must be saved into
*.host
files. Those host files are saved in/data/hosts/*.host
. Create a newHostService
within theNagios
namespace that uses theFilesystemInterface
for all file related manipulations.