Search found 2 matches
- Fri May 06, 2011 11:30 am
- Forum: Open Source Nagios Projects
- Topic: Ndoutils mysql socket issue
- Replies: 1
- Views: 1141
Re: Ndoutils mysql socket issue
The plot thickens. The problem seems to come directly from the mysql_version.h header. I compiled ndoutils against /usr/lib64/mysq. Those libraries are using the headers in /usr/include/mysql. Mysql_version.h contains this variable... #define MYSQL_UNIX_ADDR "/var/lib/mysql/mysql.sock" Ug....
- Fri May 06, 2011 9:59 am
- Forum: Open Source Nagios Projects
- Topic: Ndoutils mysql socket issue
- Replies: 1
- Views: 1141
Ndoutils mysql socket issue
I am using OMD 0.46 and Nagios 3.2.3 along with Ndoutils 1.4b9. Things are sucessfully working with this setup however there is some strangeness that I'm not happy with. Ndoutils seem to be hard linked to the hosts mysql /var/lib/mysql/mysql.sock socket. Is there any way to change that? I have three...