Tommi Lätti

Results 4 comments of Tommi Lätti

A little bit additional info from strace: reads the config just fine: [pid 4409] open("/opt/hoardd/scripts/mysql.json", O_RDONLY but still tries to connect to localhost: [pid 4409] connect(11, {sa_family=AF_INET, sin_port=htons(3306), sin_addr=inet_addr("127.0.0.1")}, 16)...

bad bad debug values (needs to be conf.host). ``` conn = Mysql.createClient({ "host": conf.localhost, "user": conf.user, "password": conf.password, "port": port }) ``` Now to figure out how to do the...

I was just going to test if this would produce a simple up/down dashboard for a big screen for some servers I have without having to set up any real...

Would be really great :)