From:
<krz...@at...> - 2004-12-16 13:11:46
|
Hello, I've problem with using perfparse.cgi. When I open this address: http://host/nagios/cgi-bin/perfparse.cgi, I got following information: Database Schema version is incorrect. Current Version: 0.00, Required Version: 0.15. Consider upgrading with: perfparse-db-tool --update I used this comman few times, but more importently in mysql logs, there is information about requested query to database about perfparse version: 041216 13:45:58 102457 Connect perfparse@localhost on perfparse 102457 Query SELECT rvalue,ctime from perfdata_registry WHERE host = 'dummy' AND rkey = 'pp/database/version' This log information are correct (user and database name) and when I use above query to database I got this: rvalue ctime 0,15 2004-12-14 13:00:38 so it's look like database schema version is correct. Anyone have such problem? How can I solve this problem or pass over this version checking? |