<div>Hey everyone here is a question i have nagios working but how</div>
<div>do you do this below spliting these files into its own like minimal.cfg </div>
<div> </div>
<div>thanks</div>
<div> </div>
<div><pre># You can split other types of object definitions across several
# config files if you wish (as done here), or keep them all in a
# single config file.

#cfg_file=/etc/nagios/minimal.cfg
</pre><pre>cfg_file=/etc/nagios/contactgroups.cfg
cfg_file=/etc/nagios/contacts.cfg
#cfg_file=/etc/nagios/dependencies.cfg
#cfg_file=/etc/nagios/escalations.cfg
cfg_file=/etc/nagios/hostgroups.cfg
cfg_file=/etc/nagios/hosts.cfg
cfg_file=/etc/nagios/services.cfg
cfg_file=/etc/nagios/timeperiods.cfg
</pre></div>