<p>El Tue, 31 Mar 2009 07:51:05 -0500<br />Marc Powell <marc@ena.com> escribió:<br /><br />> broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/ <br />> nagios/etc/ndomod.cfg<br /><br /><br />Hi, <br /><br />Thanks, It's now solved, I passed the argument to the module and the communication was stablished. I found other problems which I solved too. Maybe this can help someone in the future:<br /><br />My machine is running two mysql servers. By default mysql creates a unix socket at /tmp/mysql.socket, so I had to configure my second mysql server (the one nagios will use) to write a socket in /tmp/mysql_server1.socket<br /><br />The problem is that if you configure ndo2db to connect to localhost, it doesn't use a tcp connection, it uses a socket, and the socket it uses is /tmp/mysql.socket. I had to configure the db_host to the name of the machine to modify this behavior.<br /><br />best regards.</p>