⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configfileconstants.java

📁 opennms得相关源码 请大家看看
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
//// This file is part of the OpenNMS(R) Application.//// OpenNMS(R) is Copyright (C) 2002-2003 The OpenNMS Group, Inc.  All rights reserved.// OpenNMS(R) is a derivative work, containing both original code, included code and modified// code that was published under the GNU General Public License. Copyrights for modified // and included code are below.//// OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.//// Modifications://// 2003 Nov 11: Merged changes from Rackspace project// 2003 Sep 03: Minor opennms-server changes// 2003 Aug 29: Added a server-config file// 2003 Aug 21: Added ScriptD related files// 2003 Feb 04: Added Key SNMP Custom Reports// 2002 Nov 10: Added a new XML file: webui-colors.xml//// Original code base Copyright (C) 1999-2001 Oculan Corp.  All rights reserved.//// This program is free software; you can redistribute it and/or modify// it under the terms of the GNU General Public License as published by// the Free Software Foundation; either version 2 of the License, or// (at your option) any later version.//// This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the// GNU General Public License for more details.//// You should have received a copy of the GNU General Public License// along with this program; if not, write to the Free Software// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.//// For more information contact://      OpenNMS Licensing       <license@opennms.org>//      http://www.opennms.org///      http://www.opennms.com///package org.opennms.netmgt;import java.io.File;import java.io.FileNotFoundException;import java.io.IOException;import org.apache.log4j.Category;import org.opennms.core.utils.ThreadCategory;/** * This class holds all OpenNMS related config filenames *  * @author <A HREF="http://www.opennms.org/">OpenNMS </A> */public final class ConfigFileConstants {    private static final String[] FILE_ID_TO_NAME;    /**     * The opennms database config file     */    public static final int DB_CONFIG_FILE_NAME;    /**     * The opennms jms config file     */    public static final int JMS_CONFIG_FILE_NAME;    //    // the OpenNMS services' config files    //    /**     * The opennms actiond config file     */    public static final int ACTIOND_CONFIG_FILE_NAME;    /**     * The opennms capsd config file     */    public static final int CAPSD_CONFIG_FILE_NAME;    /**     * The opennms discovery config file     */    public static final int DISCOVERY_CONFIG_FILE_NAME;    /**     * The opennms eventd config file     */    public static final int EVENTD_CONFIG_FILE_NAME;    /**     * The Availability Reports HTML converter xsl file.     */    public static final int REPORT_HTML_XSL;    /**     * The opennms dhcpd config file     */    public static final int DHCPD_CONFIG_FILE_NAME;    /**     * The opennms notifd config file     */    public static final int NOTIFD_CONFIG_FILE_NAME;    /**     * The opennms outage manager config file     */    public static final int OUTAGE_MANAGER_CONFIG_FILE_NAME;    /**     * The opennms poller config file     */    public static final int POLLER_CONFIG_FILE_NAME;    /**     * The opennms poll outages config file     */    public static final int POLL_OUTAGES_CONFIG_FILE_NAME;    /**     * The opennms rtc config file     */    public static final int RTC_CONFIG_FILE_NAME;    /**     * The opennms trapd config file     */    public static final int TRAPD_CONFIG_FILE_NAME;    /**     * The opennms manager config file     */    public static final int MANAGER_CONFIG_FILE_NAME;    /**     * The services config file     */    public static final int SERVICE_CONF_FILE_NAME;    /**     * The events archiver config file     */    public static final int EVENTS_ARCHIVER_CONFIG_FILE_NAME;    /**     * The opennms collectd config file     */    public static final int COLLECTD_CONFIG_FILE_NAME;    /**     * The opennms threshd config file     */    public static final int THRESHD_CONFIG_FILE_NAME;    /**     * The opennms vulnscand config file     */    public static final int VULNSCAND_CONFIG_FILE_NAME;    /**     * The opennms scriptd config file     */    public static final int SCRIPTD_CONFIG_FILE_NAME;    /**     * The vacuumd config file     */    public static final int VACUUMD_CONFIG_FILE_NAME;    //    /**     * The opennms xmlrpcd config file     */    public static final int XMLRPCD_CONFIG_FILE_NAME;    /**     * The config file specifying the rrd config (ie JRobin vs JNI)     */    public static final int RRD_CONFIG_FILE_NAME;    /**     * The config file specifying the JavaMailer config (ie SMTP HOST)     *      */    public static final int JAVA_MAIL_CONFIG_FILE_NAME;    /**     * The config file specifying the XMPP config (host, user, password, etc.)     *      */    public static final int XMPP_CONFIG_FILE_NAME;        //    // End services config files    //    //    // Other config files    //    /**     * The administrator pitXML file for the Swing GUI     */    public static final int ADMIN_PITXML_FILE_NAME;    /**     * The "magic" users config file     */    public static final int MAGIC_USERS_CONF_FILE_NAME;    /**     * The "poller-config" config file     */    public static final int POLLER_CONF_FILE_NAME;    /**     * The properties file that contains a list of event uies to exclude from     * the notification wizard     */    public static final int EXCLUDE_UEI_FILE_NAME;    /**     * The users config file     */    public static final int USERS_CONF_FILE_NAME;    /**     * The user views config file     */    public static final int VIEWS_CONF_FILE_NAME;    /**     * The categories config file     */    public static final int CATEGORIES_CONF_FILE_NAME;    /**     * The user groups config file     */    public static final int GROUPS_CONF_FILE_NAME;    /**     * The views display config file     */    public static final int VIEWS_DISPLAY_CONF_FILE_NAME;    /**     * the notifications conf file     */    public static final int NOTIFICATIONS_CONF_FILE_NAME;    /**     * the notification commands file     */    public static final int NOTIF_COMMANDS_CONF_FILE_NAME;    /**     * the destination paths for notifications     */    public static final int DESTINATION_PATHS_CONF_FILE_NAME;    /**     * The SNMP config file     */    public static final int SNMP_CONF_FILE_NAME;    /**     * the event conf file     */    public static final int EVENT_CONF_FILE_NAME;    /**     * the database schema file     */    public static final int DB_SCHEMA_FILE_NAME;    /**     * the SNMP data collection conf file     */    public static final int DATA_COLLECTION_CONF_FILE_NAME;    /**     * a store for general information needed to configure     */    public static final int BASE_CONFIGURATION_FILE_NAME;    /**     * the thresholding config file     */    public static final int THRESHOLDING_CONF_FILE_NAME;    /**     * This is the name of the path of the webui colors dtd     */    public static final int WEBUI_COLORS_FILE_NAME;    /**     * This is the name of the path of the webui colors dtd     */    public static final int KSC_REPORT_FILE_NAME;    /**     * The opennms server config file     */    public static final int OPENNMS_SERVER_CONFIG_FILE_NAME;    //    // End other config files    //    //    // XSL files used by reports    //    /**     * The reporting pdf xsl file     */    public static final int REPORT_PDF_XSL;    /**     * The reporting svg xsl file     */    public static final int REPORT_SVG_XSL;    /**     * The Events reporting xsl file     */    public static final int EVENT_REPORT;    /**     * The Outages reporting xsl file     */    public static final int OUTAGE_REPORT;    /**     * The Outages reporting xsl file     */    public static final int NOTIFY_REPORT;    //    // End XSL files used by reports

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -