From: Ben C. <bcl...@pe...> - 2005-02-28 09:56:39
|
Victor, Can you check some basics: - Your plugin still produces this data. - The format of the plugin is still correct. - The drop file (/tmp/perfparse.drop ?) does not contain these lines. - There is nothing in your log file. - The Deletion Policies do not exclude this data. If not can you look at some SQL and return the results to me? echo "SQL" | mysql -u nagios -p -D nagios -v -v -v > out.file gzip out.file Where SQL: "SELECT host_id, host_name FROM perfdata_host ORDER BY host_id" "SELECT service_id, host_name, service_description FROM perfdata_service ORDER BY service_id" "SELECT metric_id, host_name, service_description, metric FROM perfdata_service_metric ORDER BY metric_id" This would be very useful. Regards, Ben. Vic...@es... wrote: > > Hi, > > I updated perfparse from version 0.104.5 to 0.105.6 and run the script > to add indexes in database. > After that the data received by plugin check_nt (nsclient) aren't pushed > into the perfparse database. > The data received by the other plugins are parsed correctly to database. > > I didn't make changes to cfg files, only compile, install the new > version and run the script. > > Some help? > > Victor Gil > System Administrator > GyD Iberica, S.A. / Giesecke & Devrient Group > Industria, 3-5, E-08970 Sant Joan Despi (Barcelona), Spain > Ext. 371, Tel. (+34) 93 480 83 03, Fax (+34) 93 477 28 97 > mailto:vic...@es... > http://www.gi-de.com > |