<span>I am currently running 3.2.3. <br><br>I have quite a few machines running 
nagios and all but one are running happily with very similar configs 
(hosts/services differ from machine to machine, but all other files are 
identical).<br><br>I get a config check error on one that is very strange.<br><br><b>#### Snipit of hostgroup config file that doesn't work (identical on all machines)</b><br>define hostgroup {<br>    hostgroup_name Consumer Electronics<br>
    alias Consumer Electronics<br>}<br><br><b>#### running nagios -v ../nagios.cfg get this (please note, the corrupt characters change every time I run the verify process)</b><br><i>.... lines ommited ....</i><br>        Checked 15 hosts.<br>
Checking host groups...<br>Error: Host 'èð' specified in host group 'Consumer Electronics' is not defined anywhere!<br>        Checked 11 host groups.<br><i>.... lines ommited ....</i><br>Total Errors:   1<br>
<br><b>#### changing the "C" in consumer electronics to a "c" fixes it (or, from a cursory check, any letters except "A", "B", or "C") - see modified snipit</b><br>define hostgroup {<br>
    hostgroup_name consumer Electronics<br>    alias Consumer Electronics<br>}<br><br><b>##### config check runs perfectly!!!</b><br><br>Note: It so happens that this hostgroup is not even in use on this particular machine.  I just have a standard hostgroup config file that gets distributed to all machines. <br>
<br>I think this is a bug, but I cannot find any information that shows one already logged, and I don't really know how to confirm exactly what is causing the verify process to believe there is a host with the garbage characters.<br>
<br>Any suggestions would be great!<br></span>