From: Alex P. <ale...@ci...> - 2005-02-18 15:45:25
|
Here you can see that it works without the options: ./configure --with-data-source=asnmtap http://asnmtap.citap.be/cgi-bin/perfparse.cgi with: #define KEYWORD_APPLICATION N_("ASNMTAP") #define KEYWORD_HOST N_("Plugin") #define KEYWORD_SERVICE N_("Unique Key") hardcoded. Do I something wrong regarding ./configure --with-data-source=asnmtap The version with: #ifdef USE_SOURCE_NAGIOS #define KEYWORD_APPLICATION N_("Nagios") #define KEYWORD_HOST N_("Host") #define KEYWORD_SERVICE N_("Title") #elseif USE_SOURCE_ASNMTAP #define KEYWORD_APPLICATION N_("ASNMTAP") #define KEYWORD_HOST N_("Plugin") #define KEYWORD_SERVICE N_("Unique Key") #endif and #ifdef USE_SOURCE_NAGIOS printf(" %s%s", FONT,_("<b>Note:</b> Host and Host Data will be deleted when\n" " <font fact=\"Courier\">perfparse-db-purge</font> is next run.\n" " Please dissable performance data in Nagios for any hosts you wish to delete.\n" " Otherwise hosts will be regenerated on next import of data from that host.")); #elseif USE_SOURCE_ASNMTAP printf(" %s%s", FONT,_("<b>Note:</b> Plugin and Plugin Data will be deleted when\n" " <font fact=\"Courier\">perfparse-db-purge</font> is next run.\n" " Please dissable performance data in ASNMTAP for any Plugins you wish to delete.\n" " Otherwise plugins will be regenerated on next import of data from that plugin.")); #endif is ready for testing. -- Alex -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.300 / Virus Database: 265.8.8 - Release Date: 14/02/2005 |