<div class="gmail_quote">On Wed, Feb 18, 2009 at 15:07, Eric Chatham <span dir="ltr"><<a href="mailto:echatham@broadvox.net">echatham@broadvox.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
What files should I have under main/ and what files should be in the directory behind it?  Here is a tree example:<br>
<br>
[root@ ~ etc]# tree /opt/nagios/etc/<br>
/opt/nagios/etc/<br>
|-- cgi.cfg<br>
|-- cgi.cfg~</blockquote><div><br></div><div>Aren't those two files the first duplicates?</div><div><br></div><div>Remove all *~ files -- I assume your editor created these.  Try again after:</div><div># rm -i $(find /opt/nagios/etc -type f -name \*~ -print) && nagios -v /opt/nagios/etc/nagios.cfg</div>
<div><br></div><div>Allan</div></div><a href="http://community.nagios.org/wiki/index.php/LDAP-Configured_Nagios">http://community.nagios.org/wiki/index.php/LDAP-Configured_Nagios</a><div><br>
</div>