/** * NOTE: This copyright does *not* cover user programs that use Hyperic * program services by normal system calls through the application * program interfaces provided as part of the Hyperic Plug-in Development * Kit or the Hyperic Client Development Kit - this is merely considered * normal use of the program, and does *not* fall under the heading of * "derived work". * * Copyright (C) [2010], VMware, Inc. * This file is part of Hyperic . * * Hyperic is free software; you can redistribute it and/or modify * it under the terms version 2 of the GNU General Public License as * published by the Free Software Foundation. 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. * */ package org.hyperic.hq.plugin.rabbitmq.core; /** * DetectorConstants * @author Helena Edelson */ public class DetectorConstants { public static final String NODE_NAME = "node.name"; public static final String NODE_PATH = "node.path"; public static final String HOST = "hostname"; public static final String USERNAME = "username"; public static final String PASSWORD = "password"; public static final String NODE_PID = "node.pid"; public static final String ERLANG_PROCESS = "erlang.process"; public static final String RABBIT_BOOT = "rabbit.boot"; public static final String SERVER_LOG_TRACK_ENABLE = "server.log_track.enable"; public static final String SERVER_LOG_TRACK_FILES = "server.log_track.files"; public static final String NODE = "node"; public static final String MNESIA = "-mnesia"; public static final String DIR = "dir"; public static final String SNAME = "-sname"; public static final String SERVER_NAME = "node"; public static final String SERVER_PATH = "server.path"; public static final String PLATFORM_TYPE = "platform.type"; public static final String ADDR = "addr"; public static final String PORT = "port"; public static final String NO_DURABLE = "nodurable"; public static final String AUTO_SYNC = "autosync"; public static final String HTTPS="https"; }