From: Alex P. <ale...@ci...> - 2005-02-18 16:08:35
|
Extra info: The next compiles: #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 #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 This means that #ifdef USE_SOURCE_NAGIOS works but that the problem is with USE_SOURCE_ASNMTAP -- 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 |