Howdy,
This morning I tried logging in to uptime and the web page says 'up.time 4 data collector is unavailable'. I checked the processes and they all look like they are running. Help?
[codebox]bash-3.00# ps -aef | grep mysql
uptime 13912 13244 0 00:42:12 pts/2 0:02 /opt/uptime4/mysql/bin/mysqld –defaults-file=my.ini –basedir=/opt/uptime4/mys
uptime 13244 13243 0 00:08:08 pts/2 0:00 /bin/sh bin/mysqld_safe –defaults-file=my.ini
root 14090 13202 0 00:55:46 pts/2 0:00 grep mysql
uptime 13243 1 0 00:08:08 pts/2 0:00 sh -c bin/mysqld_safe –defaults-file=my.ini
bash-3.00# ps -aef | grep uptime
uptime 13370 13365 0 00:11:05 ? 0:00 /usr/local/uptime4/apache/bin/httpd -k start
uptime 13402 13365 0 00:12:09 ? 0:00 /usr/local/uptime4/apache/bin/httpd -k start
uptime 13912 13244 0 00:42:12 pts/2 0:02 /opt/uptime4/mysql/bin/mysqld –defaults-file=my.ini –basedir=/opt/uptime4/mys
uptime 13244 13243 0 00:08:08 pts/2 0:00 /bin/sh bin/mysqld_safe –defaults-file=my.ini
uptime 13367 13365 0 00:11:05 ? 0:00 /usr/local/uptime4/apache/bin/httpd -k start
uptime 13368 13365 0 00:11:05 ? 0:00 /usr/local/uptime4/apache/bin/httpd -k start
uptime 13371 13365 0 00:11:05 ? 0:00 /usr/local/uptime4/apache/bin/httpd -k start
root 13365 1 0 00:11:04 ? 0:01 /usr/local/uptime4/apache/bin/httpd -k start
root 14092 13202 0 00:56:00 pts/2 0:00 grep uptime
uptime 13243 1 0 00:08:08 pts/2 0:00 sh -c bin/mysqld_safe –defaults-file=my.ini
uptime 13369 13365 0 00:11:05 ? 0:00 /usr/local/uptime4/apache/bin/httpd -k start[/codebox]