mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
cleanup: Remove expired ports:
2022-02-28 net-mgmt/zabbix3-proxy: Upstream EOL reached on 2021-02-28 2022-02-28 net-mgmt/zabbix3-java: Upstream EOL reached on 2021-02-28 2022-02-28 net-mgmt/zabbix3-frontend: Upstream EOL reached on 2021-02-28 2022-02-28 net-mgmt/zabbix3-agent: Upstream EOL reached on 2021-02-28 2022-02-28 net-mgmt/zabbix3-server: Upstream EOL reached on 2021-02-28
This commit is contained in:
parent
16e1229edf
commit
6d16a1701e
5
MOVED
5
MOVED
@ -16907,3 +16907,8 @@ databases/zabbix3-libzbxpgsql||2022-02-27|Has expired: Upstream EOL reached on 2
|
||||
lang/bf2c||2022-02-28|Has expired: No development since 2013
|
||||
lang/nbc||2022-02-28|Has expired: No releases since 2011, for previous generation LEGO Mindstorms
|
||||
textproc/gutenmark||2022-02-28|Has expired: No releases since 2011
|
||||
net-mgmt/zabbix3-proxy||2022-02-28|Has expired: Upstream EOL reached on 2021-02-28
|
||||
net-mgmt/zabbix3-java||2022-02-28|Has expired: Upstream EOL reached on 2021-02-28
|
||||
net-mgmt/zabbix3-frontend||2022-02-28|Has expired: Upstream EOL reached on 2021-02-28
|
||||
net-mgmt/zabbix3-agent||2022-02-28|Has expired: Upstream EOL reached on 2021-02-28
|
||||
net-mgmt/zabbix3-server||2022-02-28|Has expired: Upstream EOL reached on 2021-02-28
|
||||
|
@ -391,11 +391,6 @@
|
||||
SUBDIR += xymon-client
|
||||
SUBDIR += xymon-server
|
||||
SUBDIR += yaf
|
||||
SUBDIR += zabbix3-agent
|
||||
SUBDIR += zabbix3-frontend
|
||||
SUBDIR += zabbix3-java
|
||||
SUBDIR += zabbix3-proxy
|
||||
SUBDIR += zabbix3-server
|
||||
SUBDIR += zabbix4-agent
|
||||
SUBDIR += zabbix4-frontend
|
||||
SUBDIR += zabbix4-java
|
||||
|
@ -1,13 +0,0 @@
|
||||
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
||||
|
||||
PORTNAME= zabbix3
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMESUFFIX= -agent
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../zabbix3-server
|
||||
PLIST= ${PKGDIR}/pkg-plist.agent
|
||||
|
||||
OPTIONS_DEFINE= CURL IPV6
|
||||
OPTIONS_DEFAULT= CURL OPENSSL
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,47 +0,0 @@
|
||||
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
||||
|
||||
PORTNAME= zabbix3
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMESUFFIX= -frontend
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../zabbix3-server
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
PATCHDIR=
|
||||
PLIST= ${PKGDIR}/pkg-plist.frontend
|
||||
|
||||
USE_PHP= bcmath ctype dom gd gettext json ldap mbstring pcre \
|
||||
session simplexml snmp sockets xml xmlreader xmlwriter
|
||||
|
||||
USES= php:web gettext
|
||||
|
||||
OPTIONS_DEFINE= MYSQLI PGSQL SQLITE ORACLE
|
||||
OPTIONS_DEFAULT= MYSQLI
|
||||
MYSQLI_DESC= MySQLI backend
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MMYSQLI}
|
||||
USE_PHP+= mysqli
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPGSQL}
|
||||
USE_PHP+= pgsql
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MSQLITE}
|
||||
USE_PHP+= sqlite3
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MORACLE}
|
||||
ZABBIX_REQUIRE=
|
||||
CONFIGURE_ARGS+= --with-oracle
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
(cd ${WRKSRC}/frontends/php && \
|
||||
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,13 +0,0 @@
|
||||
PORTNAME= zabbix3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMESUFFIX= -java
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../zabbix3-server
|
||||
PLIST= ${PKGDIR}/pkg-plist.java
|
||||
|
||||
OPTIONS_DEFINE= IPV6
|
||||
|
||||
USE_JAVA= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,9 +0,0 @@
|
||||
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
||||
|
||||
PORTNAME= zabbix3
|
||||
CATEGORIES= net-mgmt
|
||||
PKGNAMESUFFIX= -proxy
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../zabbix3-server
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
@ -1,216 +0,0 @@
|
||||
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
||||
|
||||
PORTNAME= zabbix3
|
||||
PORTVERSION= 3.0.32
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${PORTVERSION:R}/
|
||||
PKGNAMESUFFIX?= -server
|
||||
DISTNAME= zabbix-${PORTVERSION}
|
||||
|
||||
MAINTAINER= pg@pakhom.spb.ru
|
||||
COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
DEPRECATED=Upstream EOL reached on 2021-02-28
|
||||
EXPIRATION_DATE=2022-02-28
|
||||
|
||||
CONFLICTS_INSTALL= zabbix[0-9][0-9]${PKGNAMESUFFIX} zabbix[0-24-9]${PKGNAMESUFFIX}
|
||||
|
||||
ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//}
|
||||
|
||||
.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings
|
||||
.if ${ZABBIX_BUILD} != "agent"
|
||||
CONFIGURE_ARGS+= --cache-file=${WRKSRC}/config.cache
|
||||
USE_RC_SUBR= zabbix_${ZABBIX_BUILD}
|
||||
.else
|
||||
USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d
|
||||
.endif
|
||||
|
||||
USES= pkgconfig iconv
|
||||
|
||||
USERS= zabbix
|
||||
GROUPS= zabbix
|
||||
|
||||
.if ${ZABBIX_BUILD} != "proxy"
|
||||
PLIST_SUB= PROXY="@comment "
|
||||
.else
|
||||
PLIST_SUB= PROXY=""
|
||||
.endif
|
||||
|
||||
.if ${ZABBIX_BUILD} == "server"
|
||||
PLIST_SUB+= SERVER=""
|
||||
.else
|
||||
PLIST_SUB+= SERVER="@comment "
|
||||
.endif
|
||||
|
||||
PLIST_SUB+= ZABBIX_BUILD=${ZABBIX_BUILD} PORTVERSION=${PORTVERSION}
|
||||
SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD} ZABBIX_REQUIRE=${ZABBIX_REQUIRE}
|
||||
|
||||
MAKE_ARGS+= ARCH=freebsd
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} \
|
||||
--sysconfdir=${ETCDIR} \
|
||||
--datadir=${ETCDIR} \
|
||||
--with-iconv=${ICONV_PREFIX}
|
||||
|
||||
.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java"
|
||||
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
CONFIGURE_ARGS+= --with-net-snmp
|
||||
|
||||
OPTIONS_DEFINE= IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP LIBXML2
|
||||
|
||||
OPTIONS_DEFAULT= FPING CURL UNIXODBC MYSQL OPENSSL
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
FPING_DESC= Build/install fping for ping checks
|
||||
IPMI_DESC= Support for IPMI checks
|
||||
JABBER_DESC= Support for Jabber media type
|
||||
LDAP_DESC= Support for LDAP server checks
|
||||
NMAP_DESC= Build/install nmap for o/s detection
|
||||
SSH_DESC= Support for SSH-based checks
|
||||
ODBC_DESC= Support for database checks via ODBC
|
||||
LIBXML2_DESC= Support for libxml2 (required by monitoring VMware)
|
||||
|
||||
OPTIONS_SINGLE= DB ODBC SSL
|
||||
OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE
|
||||
OPTIONS_SINGLE_ODBC= IODBC UNIXODBC
|
||||
OPTIONS_SINGLE_SSL= OPENSSL GNUTLS
|
||||
|
||||
MYSQL_CONFIGURE_WITH= mysql
|
||||
MYSQL_USES+= compiler:c11 mysql
|
||||
|
||||
PGSQL_CONFIGURE_WITH= postgresql
|
||||
PGSQL_USES+= pgsql
|
||||
|
||||
SQLITE_CONFIGURE_WITH= sqlite3
|
||||
SQLITE_USES+= sqlite:3
|
||||
|
||||
ORACLE_CONFIGURE_WITH= oracle
|
||||
|
||||
LDAP_CONFIGURE_WITH= ldap
|
||||
LDAP_USE= OPENLDAP=yes
|
||||
|
||||
IPMI_CONFIGURE_WITH= openipmi
|
||||
IPMI_LIB_DEPENDS= libOpenIPMI.so:sysutils/openipmi
|
||||
|
||||
JABBER_CONFIGURE_WITH= jabber
|
||||
JABBER_LIB_DEPENDS= libiksemel.so:textproc/iksemel
|
||||
|
||||
FPING_RUN_DEPENDS= fping:net/fping
|
||||
|
||||
SSH_CONFIGURE_WITH= ssh2
|
||||
SSH_LIB_DEPENDS= libssh2.so:security/libssh2
|
||||
|
||||
IODBC_CONFIGURE_WITH= iodbc
|
||||
IODBC_LIB_DEPENDS= libiodbc.so:databases/libiodbc
|
||||
|
||||
UNIXODBC_CONFIGURE_WITH=unixodbc
|
||||
UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC
|
||||
.elif ${ZABBIX_BUILD} == "agent"
|
||||
OPTIONS_SINGLE= SSL
|
||||
OPTIONS_SINGLE_SSL= OPENSSL GNUTLS
|
||||
.endif # if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java"
|
||||
|
||||
CURL_DESC= Support for web monitoring
|
||||
CURL_CONFIGURE_WITH= libcurl
|
||||
CURL_LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
||||
IPV6_CONFIGURE_ENABLE= ipv6
|
||||
|
||||
NMAP_RUN_DEPENDS= nmap:security/nmap \
|
||||
sudo:security/sudo
|
||||
|
||||
LIBXML2_CONFIGURE_WITH= libxml2=${LOCALBASE}
|
||||
LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2
|
||||
|
||||
OPENSSL_CONFIGURE_WITH= openssl
|
||||
OPENSSL_USES= ssl
|
||||
OPENSSL_VARS= BROKEN_SSL="libressl libressl-devel" \
|
||||
BROKEN_SSL_REASON="PSK is not provided by LibreSSL"
|
||||
|
||||
GNUTLS_CONFIGURE_WITH= gnutls
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${GREP} -rl "/etc/zabbix" ${WRKSRC} \
|
||||
| ${XARGS} ${REINPLACE_CMD} -e 's#/etc/zabbix#${ETCDIR}#g'
|
||||
@${REINPLACE_CMD} -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#g' \
|
||||
${WRKSRC}/conf/zabbix_*.conf \
|
||||
${WRKSRC}/src/zabbix_proxy/proxy.c \
|
||||
${WRKSRC}/src/zabbix_server/server.c
|
||||
|
||||
.if ${ZABBIX_BUILD} == "server"
|
||||
@${REINPLACE_CMD} -e 's#PidFile=/tmp/zabbix_server.pid#PidFile=/var/run/zabbix/zabbix_server.pid#g' \
|
||||
${WRKSRC}/conf/zabbix_server*.conf
|
||||
@${REINPLACE_CMD} -e 's#Include=/usr/local/usr/local/etc/zabbix3#Include=/usr/local/etc/zabbix3/zabbix#g' \
|
||||
${WRKSRC}/conf/zabbix_server*.conf
|
||||
.endif
|
||||
|
||||
.if ${ZABBIX_BUILD} == "proxy"
|
||||
@${REINPLACE_CMD} -e 's#PidFile=/tmp/zabbix_proxy.pid#PidFile=/var/run/zabbix/zabbix_proxy.pid#g' \
|
||||
${WRKSRC}/conf/zabbix_proxy*.conf
|
||||
@${REINPLACE_CMD} -e 's#Include=/usr/local/usr/local/etc/zabbix3#Include=/usr/local/etc/zabbix3/zabbix#g' \
|
||||
${WRKSRC}/conf/zabbix_proxy*.conf
|
||||
.endif
|
||||
|
||||
.if ${ZABBIX_BUILD} == "agent"
|
||||
@${REINPLACE_CMD} -e 's#PidFile=/tmp/zabbix_agentd.pid#PidFile=/var/run/zabbix/zabbix_agentd.pid#g' \
|
||||
${WRKSRC}/conf/zabbix_agentd*.conf
|
||||
@${REINPLACE_CMD} -e 's#Include=/usr/local/usr/local/etc/zabbix3#Include=/usr/local/etc/zabbix3/zabbix#g' \
|
||||
${WRKSRC}/conf/zabbix_agentd*.conf
|
||||
.endif
|
||||
|
||||
.if ${ZABBIX_BUILD} == "java"
|
||||
@${REINPLACE_CMD} -e 's#PID_FILE="/tmp/zabbix_java.pid"#PID_FILE="/var/run/zabbix/zabbix_java.pid"#g' \
|
||||
${WRKSRC}/src/zabbix_java/settings.sh
|
||||
.endif
|
||||
|
||||
.if ${ZABBIX_BUILD} != "agent"
|
||||
. for d in mysql oracle postgresql sqlite3
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|/bin/ping|/sbin/ping|g' \
|
||||
-e 's|/usr/bin/traceroute|/usr/sbin/traceroute|g' \
|
||||
-e 's|sudo /usr/bin/nmap|sudo ${LOCALBASE}/bin/nmap|g' \
|
||||
${WRKSRC}/database/${d}/data.sql
|
||||
. endfor
|
||||
.endif
|
||||
@${REINPLACE_CMD} \
|
||||
-Ee 's|(@sysconfdir@/(\$$\([A-Z]*_CONFIG\)))" ([|][|] cp "../../conf/\$$\([A-Z]*_CONFIG\)" "\$$\(DESTDIR\)@sysconfdir@)"|\1.sample" \3/\2.sample"|;' \
|
||||
${WRKSRC}/src/zabbix_${ZABBIX_BUILD}/Makefile.in
|
||||
@${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) \
|
||||
-exec ${RM} {} +
|
||||
|
||||
pre-configure:
|
||||
@echo "ac_cv_env_PKG_CONFIG_set=${LOCALBASE}/bin/pkgconf" > ${WRKSRC}/config.cache
|
||||
|
||||
post-install:
|
||||
|
||||
.if ${ZABBIX_BUILD} == "java"
|
||||
${MV} ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh \
|
||||
${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh.sample
|
||||
@${MKDIR} ${STAGEDIR}/var/run/zabbix
|
||||
.endif
|
||||
|
||||
.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java"
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database
|
||||
(cd ${WRKSRC}/upgrades/ && ${COPYTREE_SHARE} dbpatches \
|
||||
${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/upgrades/)
|
||||
(cd ${WRKSRC}/database/ && \
|
||||
${COPYTREE_SHARE} "ibm_db2 mysql oracle postgresql sqlite3" \
|
||||
${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database/)
|
||||
.endif
|
||||
.else # frontend
|
||||
.include <bsd.port.pre.mk>
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
TIMESTAMP = 1615293112
|
||||
SHA256 (zabbix-3.0.32.tar.gz) = 27f613254779ff78a763cb8c0d8a38900de15157f84b01ff2fafba58290534d9
|
||||
SIZE (zabbix-3.0.32.tar.gz) = 14890890
|
@ -1,11 +0,0 @@
|
||||
--- src/zabbix_agent/zabbix_agentd.c.orig 2016-05-13 14:37:25.696606000 +0300
|
||||
+++ src/zabbix_agent/zabbix_agentd.c 2016-05-13 14:49:45.011554761 +0300
|
||||
@@ -521,7 +521,7 @@
|
||||
CONFIG_LOAD_MODULE_PATH = zbx_strdup(CONFIG_LOAD_MODULE_PATH, LIBDIR "/modules");
|
||||
|
||||
if (NULL == CONFIG_PID_FILE)
|
||||
- CONFIG_PID_FILE = "/tmp/zabbix_agentd.pid";
|
||||
+ CONFIG_PID_FILE = "/var/run/zabbix/zabbix_agentd.pid";
|
||||
#endif
|
||||
if (NULL == CONFIG_LOG_TYPE_STR)
|
||||
CONFIG_LOG_TYPE_STR = zbx_strdup(CONFIG_LOG_TYPE_STR, ZBX_OPTION_LOGTYPE_FILE);
|
@ -1,11 +0,0 @@
|
||||
--- src/zabbix_proxy/proxy.c.orig 2016-04-20 12:51:20.000000000 +0300
|
||||
+++ src/zabbix_proxy/proxy.c 2016-05-13 14:46:44.193569184 +0300
|
||||
@@ -389,7 +389,7 @@
|
||||
CONFIG_SNMPTRAP_FILE = zbx_strdup(CONFIG_SNMPTRAP_FILE, "/tmp/zabbix_traps.tmp");
|
||||
|
||||
if (NULL == CONFIG_PID_FILE)
|
||||
- CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/tmp/zabbix_proxy.pid");
|
||||
+ CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/var/run/zabbix/zabbix_proxy.pid");
|
||||
|
||||
if (NULL == CONFIG_TMPDIR)
|
||||
CONFIG_TMPDIR = zbx_strdup(CONFIG_TMPDIR, "/tmp");
|
@ -1,11 +0,0 @@
|
||||
--- src/zabbix_server/server.c.orig 2016-04-20 12:51:20.000000000 +0300
|
||||
+++ src/zabbix_server/server.c 2016-05-13 14:20:17.603677788 +0300
|
||||
@@ -369,7 +369,7 @@
|
||||
CONFIG_SNMPTRAP_FILE = zbx_strdup(CONFIG_SNMPTRAP_FILE, "/tmp/zabbix_traps.tmp");
|
||||
|
||||
if (NULL == CONFIG_PID_FILE)
|
||||
- CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/tmp/zabbix_server.pid");
|
||||
+ CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/var/run/zabbix/zabbix_server.pid");
|
||||
|
||||
if (NULL == CONFIG_ALERT_SCRIPTS_PATH)
|
||||
CONFIG_ALERT_SCRIPTS_PATH = zbx_strdup(CONFIG_ALERT_SCRIPTS_PATH, DATADIR "/zabbix/alertscripts");
|
@ -1,51 +0,0 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is required. It is not needed to run Zabbix agent.
|
||||
% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database
|
||||
|
||||
PostgreSQL:
|
||||
shell> psql -U <username>
|
||||
psql> create database zabbix;
|
||||
psql> \q
|
||||
shell> cd database/postgresql
|
||||
shell> psql -U <username> zabbix < schema.sql
|
||||
shell> psql -U <username> zabbix < images.sql
|
||||
shell> psql -U <username> zabbix < data.sql
|
||||
|
||||
MySQL:
|
||||
shell> mysql -u<username> -p<password>
|
||||
mysql> create database zabbix character set utf8;
|
||||
mysql> quit;
|
||||
shell> mysql -u<username> -p<password> zabbix < database/mysql/schema.sql
|
||||
shell> mysql -u<username> -p<password> zabbix < database/mysql/images.sql
|
||||
shell> mysql -u<username> -p<password> zabbix < database/mysql/data.sql
|
||||
|
||||
SQLite:
|
||||
shell> cd database/sqlite3
|
||||
shell> sqlite3 /var/lib/sqlite/zabbix.db < schema.sql
|
||||
shell> sqlite3 /var/lib/sqlite/zabbix.db < images.sql
|
||||
shell> sqlite3 /var/lib/sqlite/zabbix.db < data.sql
|
||||
|
||||
IBM DB2:
|
||||
shell> db2 "create database zabbix using codeset utf-8 territory us pagesize 32768"
|
||||
shell> cd database/ibm_db2
|
||||
shell> db2batch -d zabbix -f schema.sql
|
||||
shell> db2batch -d zabbix -f images.sql
|
||||
shell> db2batch -d zabbix -f data.sql
|
||||
|
||||
|
||||
Upgrade notes for 3.0.0 https://www.zabbix.com/documentation/3.0/manual/installation/upgrade_notes_300
|
||||
|
||||
Upgrade procedure https://www.zabbix.com/documentation/3.0/manual/installation/upgrade
|
||||
|
||||
Please see https://www.zabbix.com/ for detailed information about Zabbix.
|
||||
|
||||
On-line Zabbix documentation is available at https://www.zabbix.com/documentation/3.0/start
|
||||
|
||||
For Zabbix frontend “Welcome” screen. Enter the user name Admin with password zabbix to log in as a Zabbix superuser.
|
||||
|
||||
For use NMAP please edit sudoers
|
||||
EOM
|
||||
}
|
||||
]
|
@ -1,64 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PROVIDE: zabbix_agentd
|
||||
# REQUIRE: DAEMON
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to
|
||||
# enable zabbix_agentd:
|
||||
#
|
||||
# zabbix_agentd_enable (bool): Set to NO by default. Set it to YES to
|
||||
# enable zabbix_agentd.
|
||||
# zabbix_agentd_config (string): Set to the standard config file path by
|
||||
# default.
|
||||
# zabbix_agentd_pidfile (string): Location of the zabbix_agent pid file
|
||||
# Default is /var/run/zabbix/zabbix_agentd.pid
|
||||
# zabbix_agentd_paths (string): Set to standard path by default. Set a search
|
||||
# if you have custom userparams that need binaries elsewhere.
|
||||
#
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="zabbix_agentd"
|
||||
rcvar=zabbix_agentd_enable
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
: ${zabbix_agentd_enable:=NO}
|
||||
: ${zabbix_agentd_config:=%%ETCDIR%%/${name}.conf}
|
||||
: ${zabbix_agentd_pidfile:=/var/run/zabbix/zabbix_agentd.pid}
|
||||
: ${zabbix_agentd_paths:=$PATH}
|
||||
|
||||
command="%%PREFIX%%/sbin/${name}"
|
||||
required_files="${zabbix_agentd_config}"
|
||||
|
||||
start_cmd=zabbix_agentd_cmd
|
||||
start_precmd=zabbix_agentd_precmd
|
||||
status_precmd=zabbix_agentd_precmd
|
||||
stop_precmd=zabbix_agentd_precmd
|
||||
|
||||
zabbix_agentd_precmd()
|
||||
{
|
||||
if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then
|
||||
pidfile="$_pidfile_from_conf"
|
||||
else
|
||||
pidfile=${zabbix_agentd_pidfile}
|
||||
local rundir=${zabbix_agentd_pidfile%/*}
|
||||
if [ ! -d $rundir ] ; then
|
||||
install -d -m 0755 -o zabbix -g zabbix $rundir
|
||||
fi
|
||||
fi
|
||||
|
||||
# This shouldn't be necessary with pidfile, but empirically it was the
|
||||
# only way to reap the parent PID instead of all PIDs from
|
||||
# check_process, which may leak SysV IPC objects and prevent restart
|
||||
# and/or race condition on restart.
|
||||
rc_pid=$(check_pidfile ${pidfile} ${command})
|
||||
}
|
||||
|
||||
zabbix_agentd_cmd()
|
||||
{
|
||||
PATH=$zabbix_agentd_paths $command -c $zabbix_agentd_config
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
@ -1,47 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PROVIDE: zabbix_java
|
||||
# REQUIRE: NETWORKING SERVERS
|
||||
# BEFORE: DAEMON
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Options to configure zabbix_java via /etc/rc.conf:
|
||||
#
|
||||
# zabbix_java_enable (bool):
|
||||
# Enable service on boot.
|
||||
# Default: NO
|
||||
#
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="zabbix_java"
|
||||
rcvar=zabbix_java_enable
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
: ${zabbix_java_enable:=NO}
|
||||
|
||||
start_cmd="/usr/bin/su -m zabbix -c %%PREFIX%%/sbin/zabbix_java/startup.sh"
|
||||
stop_cmd="/usr/bin/su -m zabbix -c %%PREFIX%%/sbin/zabbix_java/shutdown.sh"
|
||||
status_cmd="zabbix_java_status"
|
||||
|
||||
extra_commands="status"
|
||||
|
||||
zabbix_java_status() {
|
||||
if get_pidfile_from_conf PID_FILE %%PREFIX%%/sbin/zabbix_java/settings.sh; then
|
||||
PID_FILE="$_pidfile_from_conf"
|
||||
fi
|
||||
|
||||
if [ -n "$PID_FILE" -a -f "$PID_FILE" ]; then
|
||||
PID=`cat "$PID_FILE"`
|
||||
if ps -p "$PID" > /dev/null 2>&1; then
|
||||
echo "${name} is running as pid ${PID}"
|
||||
else
|
||||
echo "${name} is not running"
|
||||
fi
|
||||
else
|
||||
echo "${name} is not running"
|
||||
fi
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
@ -1,65 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PROVIDE: zabbix_proxy
|
||||
# REQUIRE: DAEMON
|
||||
%%PGSQL%%# REQUIRE: postgresql
|
||||
%%MYSQL%%# REQUIRE: mysql
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to
|
||||
# enable zabbix_proxy:
|
||||
#
|
||||
# zabbix_proxy_enable (bool): Set to NO by default. Set it to YES to
|
||||
# enable zabbix_proxy.
|
||||
# zabbix_proxy_config (string): Set to the standard config file path by
|
||||
# default.
|
||||
# zabbix_proxy_pidfile (string): Location of the zabbix_proxy pid file
|
||||
# Default is /var/run/zabbix/zabbix_proxy.pid
|
||||
# zabbix_proxy_paths (string): Set to standard path by default. Set a search
|
||||
# if you have custom userparams that need binaries elsewhere.
|
||||
#
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="zabbix_proxy"
|
||||
rcvar=zabbix_proxy_enable
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
: ${zabbix_proxy_enable:=NO}
|
||||
: ${zabbix_proxy_config:=%%ETCDIR%%/${name}.conf}
|
||||
: ${zabbix_proxy_pidfile:=/var/run/zabbix/zabbix_proxy.pid}
|
||||
|
||||
command="%%PREFIX%%/sbin/${name}"
|
||||
required_files="${zabbix_proxy_config}"
|
||||
|
||||
start_cmd=zabbix_proxy_cmd
|
||||
start_precmd=zabbix_proxy_precmd
|
||||
status_precmd=zabbix_proxy_precmd
|
||||
stop_precmd=zabbix_proxy_precmd
|
||||
|
||||
zabbix_proxy_precmd()
|
||||
{
|
||||
if get_pidfile_from_conf PidFile ${zabbix_proxy_config}; then
|
||||
pidfile="$_pidfile_from_conf"
|
||||
else
|
||||
pidfile=${zabbix_proxy_pidfile}
|
||||
local rundir=${zabbix_proxy_pidfile%/*}
|
||||
if [ ! -d $rundir ] ; then
|
||||
install -d -m 0755 -o zabbix -g zabbix $rundir
|
||||
fi
|
||||
fi
|
||||
|
||||
# This shouldn't be necessary with pidfile, but empirically it was the
|
||||
# only way to reap the parent PID instead of all PIDs from
|
||||
# check_process, which may leak SysV IPC objects and prevent restart
|
||||
# and/or race condition on restart.
|
||||
rc_pid=$(check_pidfile ${pidfile} ${command})
|
||||
}
|
||||
|
||||
zabbix_proxy_cmd()
|
||||
{
|
||||
PATH=$zabbix_proxy_paths $command -c $zabbix_proxy_config
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
@ -1,66 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# PROVIDE: zabbix_server
|
||||
# REQUIRE: DAEMON
|
||||
%%PGSQL%%# REQUIRE: postgresql
|
||||
%%MYSQL%%# REQUIRE: mysql
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to
|
||||
# enable zabbix_server:
|
||||
#
|
||||
# zabbix_server_enable (bool): Set to NO by default. Set it to YES to
|
||||
# enable zabbix_server.
|
||||
# zabbix_server_config (string): Set to the standard config file path by
|
||||
# default.
|
||||
# zabbix_server_pidfile (string): Location of the zabbix_server pid file
|
||||
# Default is /var/run/zabbix/zabbix_server.pid
|
||||
# zabbix_server_paths (string): Set to standard path by default. Set a search
|
||||
# if you have custom userparams that need binaries elsewhere.
|
||||
#
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="zabbix_server"
|
||||
rcvar=zabbix_server_enable
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
: ${zabbix_server_enable:=NO}
|
||||
: ${zabbix_server_config:=%%ETCDIR%%/${name}.conf}
|
||||
: ${zabbix_server_pidfile:=/var/run/zabbix/zabbix_server.pid}
|
||||
: ${zabbix_server_paths:=$PATH}
|
||||
|
||||
command="%%PREFIX%%/sbin/${name}"
|
||||
required_files="${zabbix_server_config}"
|
||||
|
||||
start_cmd=zabbix_server_cmd
|
||||
start_precmd=zabbix_server_precmd
|
||||
status_precmd=zabbix_server_precmd
|
||||
stop_precmd=zabbix_server_precmd
|
||||
|
||||
zabbix_server_precmd()
|
||||
{
|
||||
if get_pidfile_from_conf PidFile ${zabbix_server_config}; then
|
||||
pidfile="$_pidfile_from_conf"
|
||||
else
|
||||
pidfile=${zabbix_server_pidfile}
|
||||
local rundir=${zabbix_server_pidfile%/*}
|
||||
if [ ! -d $rundir ] ; then
|
||||
install -d -m 0755 -o zabbix -g zabbix $rundir
|
||||
fi
|
||||
fi
|
||||
|
||||
# This shouldn't be necessary with pidfile, but empirically it was the
|
||||
# only way to reap the parent PID instead of all PIDs from
|
||||
# check_process, which may leak SysV IPC objects and prevent restart
|
||||
# and/or race condition on restart.
|
||||
rc_pid=$(check_pidfile ${pidfile} ${command})
|
||||
}
|
||||
|
||||
zabbix_server_cmd()
|
||||
{
|
||||
PATH=$zabbix_server_paths $command -c $zabbix_server_config
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
@ -1,10 +0,0 @@
|
||||
Zabbix is an enterprise-class open source distributed monitoring solution.
|
||||
|
||||
Zabbix is software that monitors numerous parameters of a network and the
|
||||
health and integrity of servers. Zabbix uses a flexible notification
|
||||
mechanism that allows users to configure e-mail based alerts for virtually
|
||||
any event. This allows a fast reaction to server problems. Zabbix offers
|
||||
excellent reporting and data visualisation features based on the stored
|
||||
data. This makes Zabbix ideal for capacity planning.
|
||||
|
||||
WWW: https://www.zabbix.com/
|
@ -1,39 +0,0 @@
|
||||
%%ETCDIR%%/zabbix_%%ZABBIX_BUILD%%.conf.sample
|
||||
man/man8/zabbix_%%ZABBIX_BUILD%%.8.gz
|
||||
sbin/zabbix_%%ZABBIX_BUILD%%
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/data.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/schema.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/images.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/data.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/images.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/schema.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/images.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/schema.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/data.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/schema.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/images.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/ibm_db2/data.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/data.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/images.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/schema.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.2/README
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.0/ibm_db2/patch.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.0/ibm_db2/rc4_rc5.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.0/postgresql/rc4_rc5.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.0/postgresql/patch.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.0/oracle/patch.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.0/oracle/rc4_rc5.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.0/mysql/rc4_rc5.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.0/mysql/upgrade
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/2.0/mysql/patch.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8/mysql/patch.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8/mysql/upgrade
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8/postgresql/patch.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8/oracle/patch.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/postgresql/patch.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/oracle/patch.sql
|
||||
%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/mysql/patch.sql
|
||||
%%SERVER%%@dir %%ETCDIR%%/zabbix/alertscripts
|
||||
@dir %%ETCDIR%%/zabbix/externalscripts
|
||||
%%PROXY%%@dir %%ETCDIR%%/zabbix_proxy.conf.d
|
||||
%%SERVER%%@dir %%ETCDIR%%/zabbix_server.conf.d
|
@ -1,8 +0,0 @@
|
||||
%%ETCDIR%%/zabbix_agentd.conf.sample
|
||||
bin/zabbix_get
|
||||
bin/zabbix_sender
|
||||
sbin/zabbix_agentd
|
||||
@dir %%ETCDIR%%/zabbix_agentd.conf.d
|
||||
man/man1/zabbix_get.1.gz
|
||||
man/man1/zabbix_sender.1.gz
|
||||
man/man8/zabbix_%%ZABBIX_BUILD%%d.8.gz
|
@ -1,756 +0,0 @@
|
||||
%%WWWDIR%%/actionconf.php
|
||||
%%WWWDIR%%/adm.gui.php
|
||||
%%WWWDIR%%/adm.housekeeper.php
|
||||
%%WWWDIR%%/adm.iconmapping.php
|
||||
%%WWWDIR%%/adm.images.php
|
||||
%%WWWDIR%%/adm.macros.php
|
||||
%%WWWDIR%%/adm.other.php
|
||||
%%WWWDIR%%/adm.regexps.php
|
||||
%%WWWDIR%%/adm.triggerdisplayoptions.php
|
||||
%%WWWDIR%%/adm.triggerseverities.php
|
||||
%%WWWDIR%%/adm.valuemapping.php
|
||||
%%WWWDIR%%/adm.workingtime.php
|
||||
%%WWWDIR%%/api_jsonrpc.php
|
||||
%%WWWDIR%%/app/.htaccess
|
||||
%%WWWDIR%%/app/controllers/CControllerAcknowledgeCreate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerAcknowledgeEdit.php
|
||||
%%WWWDIR%%/app/controllers/CControllerDashboardFavourite.php
|
||||
%%WWWDIR%%/app/controllers/CControllerDashboardSort.php
|
||||
%%WWWDIR%%/app/controllers/CControllerDashboardView.php
|
||||
%%WWWDIR%%/app/controllers/CControllerDashboardWidget.php
|
||||
%%WWWDIR%%/app/controllers/CControllerDiscoveryView.php
|
||||
%%WWWDIR%%/app/controllers/CControllerFavouriteCreate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerFavouriteDelete.php
|
||||
%%WWWDIR%%/app/controllers/CControllerMapView.php
|
||||
%%WWWDIR%%/app/controllers/CControllerMediatypeCreate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerMediatypeDelete.php
|
||||
%%WWWDIR%%/app/controllers/CControllerMediatypeDisable.php
|
||||
%%WWWDIR%%/app/controllers/CControllerMediatypeEdit.php
|
||||
%%WWWDIR%%/app/controllers/CControllerMediatypeEnable.php
|
||||
%%WWWDIR%%/app/controllers/CControllerMediatypeList.php
|
||||
%%WWWDIR%%/app/controllers/CControllerMediatypeUpdate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerProfileUpdate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerProxyCreate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerProxyDelete.php
|
||||
%%WWWDIR%%/app/controllers/CControllerProxyEdit.php
|
||||
%%WWWDIR%%/app/controllers/CControllerProxyHostDisable.php
|
||||
%%WWWDIR%%/app/controllers/CControllerProxyHostEnable.php
|
||||
%%WWWDIR%%/app/controllers/CControllerProxyList.php
|
||||
%%WWWDIR%%/app/controllers/CControllerProxyUpdate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerReportServices.php
|
||||
%%WWWDIR%%/app/controllers/CControllerReportStatus.php
|
||||
%%WWWDIR%%/app/controllers/CControllerScriptCreate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerScriptDelete.php
|
||||
%%WWWDIR%%/app/controllers/CControllerScriptEdit.php
|
||||
%%WWWDIR%%/app/controllers/CControllerScriptList.php
|
||||
%%WWWDIR%%/app/controllers/CControllerScriptUpdate.php
|
||||
%%WWWDIR%%/app/controllers/CControllerSystemWarning.php
|
||||
%%WWWDIR%%/app/controllers/CControllerWebView.php
|
||||
%%WWWDIR%%/app/controllers/CControllerWidgetDiscoveryView.php
|
||||
%%WWWDIR%%/app/controllers/CControllerWidgetHostsView.php
|
||||
%%WWWDIR%%/app/controllers/CControllerWidgetIssuesView.php
|
||||
%%WWWDIR%%/app/controllers/CControllerWidgetStatusView.php
|
||||
%%WWWDIR%%/app/controllers/CControllerWidgetSystemView.php
|
||||
%%WWWDIR%%/app/controllers/CControllerWidgetWebView.php
|
||||
%%WWWDIR%%/app/views/administration.mediatype.edit.js.php
|
||||
%%WWWDIR%%/app/views/administration.mediatype.edit.php
|
||||
%%WWWDIR%%/app/views/administration.mediatype.list.php
|
||||
%%WWWDIR%%/app/views/administration.proxy.edit.js.php
|
||||
%%WWWDIR%%/app/views/administration.proxy.edit.php
|
||||
%%WWWDIR%%/app/views/administration.proxy.list.php
|
||||
%%WWWDIR%%/app/views/administration.script.edit.js.php
|
||||
%%WWWDIR%%/app/views/administration.script.edit.php
|
||||
%%WWWDIR%%/app/views/administration.script.list.php
|
||||
%%WWWDIR%%/app/views/layout.htmlpage.footer.php
|
||||
%%WWWDIR%%/app/views/layout.htmlpage.header.php
|
||||
%%WWWDIR%%/app/views/layout.htmlpage.menu.php
|
||||
%%WWWDIR%%/app/views/layout.htmlpage.php
|
||||
%%WWWDIR%%/app/views/layout.javascript.php
|
||||
%%WWWDIR%%/app/views/layout.json.php
|
||||
%%WWWDIR%%/app/views/layout.warning.php
|
||||
%%WWWDIR%%/app/views/layout.widget.php
|
||||
%%WWWDIR%%/app/views/monitoring.acknowledge.edit.js.php
|
||||
%%WWWDIR%%/app/views/monitoring.acknowledge.edit.php
|
||||
%%WWWDIR%%/app/views/monitoring.dashboard.view.php
|
||||
%%WWWDIR%%/app/views/monitoring.discovery.view.php
|
||||
%%WWWDIR%%/app/views/monitoring.map.view.php
|
||||
%%WWWDIR%%/app/views/monitoring.web.view.php
|
||||
%%WWWDIR%%/app/views/monitoring.widget.discovery.view.php
|
||||
%%WWWDIR%%/app/views/monitoring.widget.hosts.view.php
|
||||
%%WWWDIR%%/app/views/monitoring.widget.issues.view.php
|
||||
%%WWWDIR%%/app/views/monitoring.widget.status.view.php
|
||||
%%WWWDIR%%/app/views/monitoring.widget.system.view.php
|
||||
%%WWWDIR%%/app/views/monitoring.widget.web.view.php
|
||||
%%WWWDIR%%/app/views/report.services.php
|
||||
%%WWWDIR%%/app/views/report.status.php
|
||||
%%WWWDIR%%/app/views/system.warning.php
|
||||
%%WWWDIR%%/applications.php
|
||||
%%WWWDIR%%/audio/alarm_average.wav
|
||||
%%WWWDIR%%/audio/alarm_disaster.wav
|
||||
%%WWWDIR%%/audio/alarm_high.wav
|
||||
%%WWWDIR%%/audio/alarm_information.wav
|
||||
%%WWWDIR%%/audio/alarm_ok.wav
|
||||
%%WWWDIR%%/audio/alarm_warning.wav
|
||||
%%WWWDIR%%/audio/no_sound.wav
|
||||
%%WWWDIR%%/auditacts.php
|
||||
%%WWWDIR%%/auditlogs.php
|
||||
%%WWWDIR%%/authentication.php
|
||||
%%WWWDIR%%/browserwarning.php
|
||||
%%WWWDIR%%/chart.php
|
||||
%%WWWDIR%%/chart2.php
|
||||
%%WWWDIR%%/chart3.php
|
||||
%%WWWDIR%%/chart4.php
|
||||
%%WWWDIR%%/chart5.php
|
||||
%%WWWDIR%%/chart6.php
|
||||
%%WWWDIR%%/chart7.php
|
||||
%%WWWDIR%%/charts.php
|
||||
%%WWWDIR%%/conf.import.php
|
||||
%%WWWDIR%%/conf/.htaccess
|
||||
%%WWWDIR%%/conf/maintenance.inc.php
|
||||
%%WWWDIR%%/conf/zabbix.conf.php.example
|
||||
%%WWWDIR%%/dashconf.php
|
||||
%%WWWDIR%%/disc_prototypes.php
|
||||
%%WWWDIR%%/discoveryconf.php
|
||||
%%WWWDIR%%/events.php
|
||||
%%WWWDIR%%/favicon.ico
|
||||
%%WWWDIR%%/fonts/DejaVuSans.ttf
|
||||
%%WWWDIR%%/graphs.php
|
||||
%%WWWDIR%%/history.php
|
||||
%%WWWDIR%%/host_discovery.php
|
||||
%%WWWDIR%%/host_prototypes.php
|
||||
%%WWWDIR%%/host_screen.php
|
||||
%%WWWDIR%%/hostgroups.php
|
||||
%%WWWDIR%%/hostinventories.php
|
||||
%%WWWDIR%%/hostinventoriesoverview.php
|
||||
%%WWWDIR%%/hosts.php
|
||||
%%WWWDIR%%/httpconf.php
|
||||
%%WWWDIR%%/httpdetails.php
|
||||
%%WWWDIR%%/image.php
|
||||
%%WWWDIR%%/images/general/arrow_down.png
|
||||
%%WWWDIR%%/images/general/arrow_up.png
|
||||
%%WWWDIR%%/images/general/no_icon.png
|
||||
%%WWWDIR%%/images/general/tr_space.gif
|
||||
%%WWWDIR%%/images/general/tr_top_bottom.gif
|
||||
%%WWWDIR%%/images/general/tr_top_right.gif
|
||||
%%WWWDIR%%/images/general/tr_top_right_bottom.gif
|
||||
%%WWWDIR%%/images/general/tree/zero.gif
|
||||
%%WWWDIR%%/img/apple-touch-icon-120x120-precomposed.png
|
||||
%%WWWDIR%%/img/apple-touch-icon-152x152-precomposed.png
|
||||
%%WWWDIR%%/img/apple-touch-icon-180x180-precomposed.png
|
||||
%%WWWDIR%%/img/apple-touch-icon-76x76-precomposed.png
|
||||
%%WWWDIR%%/img/browser-sprite.png
|
||||
%%WWWDIR%%/img/icon-sprite.svg
|
||||
%%WWWDIR%%/img/ms-tile-144x144.png
|
||||
%%WWWDIR%%/img/touch-icon-192x192.png
|
||||
%%WWWDIR%%/imgstore.php
|
||||
%%WWWDIR%%/include/.htaccess
|
||||
%%WWWDIR%%/include/acknow.inc.php
|
||||
%%WWWDIR%%/include/actions.inc.php
|
||||
%%WWWDIR%%/include/audit.inc.php
|
||||
%%WWWDIR%%/include/blocks.inc.php
|
||||
%%WWWDIR%%/include/classes/api/API.php
|
||||
%%WWWDIR%%/include/classes/api/APIException.php
|
||||
%%WWWDIR%%/include/classes/api/CApiClientResponse.php
|
||||
%%WWWDIR%%/include/classes/api/CApiService.php
|
||||
%%WWWDIR%%/include/classes/api/CApiServiceFactory.php
|
||||
%%WWWDIR%%/include/classes/api/CRelationMap.php
|
||||
%%WWWDIR%%/include/classes/api/clients/CApiClient.php
|
||||
%%WWWDIR%%/include/classes/api/clients/CLocalApiClient.php
|
||||
%%WWWDIR%%/include/classes/api/managers/CApplicationManager.php
|
||||
%%WWWDIR%%/include/classes/api/managers/CHistoryManager.php
|
||||
%%WWWDIR%%/include/classes/api/managers/CHttpTestManager.php
|
||||
%%WWWDIR%%/include/classes/api/services/CAPIInfo.php
|
||||
%%WWWDIR%%/include/classes/api/services/CAction.php
|
||||
%%WWWDIR%%/include/classes/api/services/CAlert.php
|
||||
%%WWWDIR%%/include/classes/api/services/CApplication.php
|
||||
%%WWWDIR%%/include/classes/api/services/CConfiguration.php
|
||||
%%WWWDIR%%/include/classes/api/services/CDCheck.php
|
||||
%%WWWDIR%%/include/classes/api/services/CDHost.php
|
||||
%%WWWDIR%%/include/classes/api/services/CDRule.php
|
||||
%%WWWDIR%%/include/classes/api/services/CDService.php
|
||||
%%WWWDIR%%/include/classes/api/services/CDiscoveryRule.php
|
||||
%%WWWDIR%%/include/classes/api/services/CEvent.php
|
||||
%%WWWDIR%%/include/classes/api/services/CGraph.php
|
||||
%%WWWDIR%%/include/classes/api/services/CGraphGeneral.php
|
||||
%%WWWDIR%%/include/classes/api/services/CGraphItem.php
|
||||
%%WWWDIR%%/include/classes/api/services/CGraphPrototype.php
|
||||
%%WWWDIR%%/include/classes/api/services/CHistory.php
|
||||
%%WWWDIR%%/include/classes/api/services/CHost.php
|
||||
%%WWWDIR%%/include/classes/api/services/CHostBase.php
|
||||
%%WWWDIR%%/include/classes/api/services/CHostGeneral.php
|
||||
%%WWWDIR%%/include/classes/api/services/CHostGroup.php
|
||||
%%WWWDIR%%/include/classes/api/services/CHostInterface.php
|
||||
%%WWWDIR%%/include/classes/api/services/CHostPrototype.php
|
||||
%%WWWDIR%%/include/classes/api/services/CHttpTest.php
|
||||
%%WWWDIR%%/include/classes/api/services/CIconMap.php
|
||||
%%WWWDIR%%/include/classes/api/services/CImage.php
|
||||
%%WWWDIR%%/include/classes/api/services/CItem.php
|
||||
%%WWWDIR%%/include/classes/api/services/CItemGeneral.php
|
||||
%%WWWDIR%%/include/classes/api/services/CItemPrototype.php
|
||||
%%WWWDIR%%/include/classes/api/services/CMaintenance.php
|
||||
%%WWWDIR%%/include/classes/api/services/CMap.php
|
||||
%%WWWDIR%%/include/classes/api/services/CMapElement.php
|
||||
%%WWWDIR%%/include/classes/api/services/CMediatype.php
|
||||
%%WWWDIR%%/include/classes/api/services/CProxy.php
|
||||
%%WWWDIR%%/include/classes/api/services/CScreen.php
|
||||
%%WWWDIR%%/include/classes/api/services/CScreenItem.php
|
||||
%%WWWDIR%%/include/classes/api/services/CScript.php
|
||||
%%WWWDIR%%/include/classes/api/services/CService.php
|
||||
%%WWWDIR%%/include/classes/api/services/CTemplate.php
|
||||
%%WWWDIR%%/include/classes/api/services/CTemplateScreen.php
|
||||
%%WWWDIR%%/include/classes/api/services/CTemplateScreenItem.php
|
||||
%%WWWDIR%%/include/classes/api/services/CTrend.php
|
||||
%%WWWDIR%%/include/classes/api/services/CTrigger.php
|
||||
%%WWWDIR%%/include/classes/api/services/CTriggerGeneral.php
|
||||
%%WWWDIR%%/include/classes/api/services/CTriggerPrototype.php
|
||||
%%WWWDIR%%/include/classes/api/services/CUser.php
|
||||
%%WWWDIR%%/include/classes/api/services/CUserGroup.php
|
||||
%%WWWDIR%%/include/classes/api/services/CUserMacro.php
|
||||
%%WWWDIR%%/include/classes/api/services/CUserMedia.php
|
||||
%%WWWDIR%%/include/classes/api/services/CValueMap.php
|
||||
%%WWWDIR%%/include/classes/api/wrappers/CApiWrapper.php
|
||||
%%WWWDIR%%/include/classes/api/wrappers/CFrontendApiWrapper.php
|
||||
%%WWWDIR%%/include/classes/core/CAjaxResponse.php
|
||||
%%WWWDIR%%/include/classes/core/CAutoloader.php
|
||||
%%WWWDIR%%/include/classes/core/CConfigFile.php
|
||||
%%WWWDIR%%/include/classes/core/CHttpRequest.php
|
||||
%%WWWDIR%%/include/classes/core/CJsonRpc.php
|
||||
%%WWWDIR%%/include/classes/core/CRegistryFactory.php
|
||||
%%WWWDIR%%/include/classes/core/CSession.php
|
||||
%%WWWDIR%%/include/classes/core/ConfigFileException.php
|
||||
%%WWWDIR%%/include/classes/core/Manager.php
|
||||
%%WWWDIR%%/include/classes/core/Z.php
|
||||
%%WWWDIR%%/include/classes/core/ZBase.php
|
||||
%%WWWDIR%%/include/classes/db/DB.php
|
||||
%%WWWDIR%%/include/classes/db/DBException.php
|
||||
%%WWWDIR%%/include/classes/db/Db2DbBackend.php
|
||||
%%WWWDIR%%/include/classes/db/DbBackend.php
|
||||
%%WWWDIR%%/include/classes/db/MysqlDbBackend.php
|
||||
%%WWWDIR%%/include/classes/db/OracleDbBackend.php
|
||||
%%WWWDIR%%/include/classes/db/PostgresqlDbBackend.php
|
||||
%%WWWDIR%%/include/classes/db/SqliteDbBackend.php
|
||||
%%WWWDIR%%/include/classes/debug/CProfiler.php
|
||||
%%WWWDIR%%/include/classes/export/CConfigurationExport.php
|
||||
%%WWWDIR%%/include/classes/export/CConfigurationExportBuilder.php
|
||||
%%WWWDIR%%/include/classes/export/writers/CExportWriter.php
|
||||
%%WWWDIR%%/include/classes/export/writers/CExportWriterFactory.php
|
||||
%%WWWDIR%%/include/classes/export/writers/CJsonExportWriter.php
|
||||
%%WWWDIR%%/include/classes/export/writers/CXmlExportWriter.php
|
||||
%%WWWDIR%%/include/classes/graphdraw/CGraphDraw.php
|
||||
%%WWWDIR%%/include/classes/graphdraw/CLineGraphDraw.php
|
||||
%%WWWDIR%%/include/classes/graphdraw/CPieGraphDraw.php
|
||||
%%WWWDIR%%/include/classes/helpers/CArrayHelper.php
|
||||
%%WWWDIR%%/include/classes/helpers/CConditionHelper.php
|
||||
%%WWWDIR%%/include/classes/helpers/CHtml.php
|
||||
%%WWWDIR%%/include/classes/helpers/CJs.php
|
||||
%%WWWDIR%%/include/classes/helpers/CMenuPopupHelper.php
|
||||
%%WWWDIR%%/include/classes/helpers/CUploadFile.php
|
||||
%%WWWDIR%%/include/classes/helpers/CViewHelper.php
|
||||
%%WWWDIR%%/include/classes/html/CActionButtonList.php
|
||||
%%WWWDIR%%/include/classes/html/CArea.php
|
||||
%%WWWDIR%%/include/classes/html/CAreaMap.php
|
||||
%%WWWDIR%%/include/classes/html/CButton.php
|
||||
%%WWWDIR%%/include/classes/html/CButtonCancel.php
|
||||
%%WWWDIR%%/include/classes/html/CButtonDelete.php
|
||||
%%WWWDIR%%/include/classes/html/CButtonQMessage.php
|
||||
%%WWWDIR%%/include/classes/html/CCheckBox.php
|
||||
%%WWWDIR%%/include/classes/html/CClock.php
|
||||
%%WWWDIR%%/include/classes/html/CCol.php
|
||||
%%WWWDIR%%/include/classes/html/CColHeader.php
|
||||
%%WWWDIR%%/include/classes/html/CCollapsibleUiWidget.php
|
||||
%%WWWDIR%%/include/classes/html/CColor.php
|
||||
%%WWWDIR%%/include/classes/html/CColorCell.php
|
||||
%%WWWDIR%%/include/classes/html/CComboBox.php
|
||||
%%WWWDIR%%/include/classes/html/CComboItem.php
|
||||
%%WWWDIR%%/include/classes/html/CDiv.php
|
||||
%%WWWDIR%%/include/classes/html/CFile.php
|
||||
%%WWWDIR%%/include/classes/html/CFilter.php
|
||||
%%WWWDIR%%/include/classes/html/CForm.php
|
||||
%%WWWDIR%%/include/classes/html/CFormList.php
|
||||
%%WWWDIR%%/include/classes/html/CHorList.php
|
||||
%%WWWDIR%%/include/classes/html/CIFrame.php
|
||||
%%WWWDIR%%/include/classes/html/CIcon.php
|
||||
%%WWWDIR%%/include/classes/html/CImageTextTable.php
|
||||
%%WWWDIR%%/include/classes/html/CImg.php
|
||||
%%WWWDIR%%/include/classes/html/CInput.php
|
||||
%%WWWDIR%%/include/classes/html/CJsScript.php
|
||||
%%WWWDIR%%/include/classes/html/CLabel.php
|
||||
%%WWWDIR%%/include/classes/html/CLink.php
|
||||
%%WWWDIR%%/include/classes/html/CList.php
|
||||
%%WWWDIR%%/include/classes/html/CListBox.php
|
||||
%%WWWDIR%%/include/classes/html/CListItem.php
|
||||
%%WWWDIR%%/include/classes/html/CMultiSelect.php
|
||||
%%WWWDIR%%/include/classes/html/CNumericBox.php
|
||||
%%WWWDIR%%/include/classes/html/CObject.php
|
||||
%%WWWDIR%%/include/classes/html/CParam.php
|
||||
%%WWWDIR%%/include/classes/html/CPassBox.php
|
||||
%%WWWDIR%%/include/classes/html/CPre.php
|
||||
%%WWWDIR%%/include/classes/html/CRadioButtonList.php
|
||||
%%WWWDIR%%/include/classes/html/CRedirectButton.php
|
||||
%%WWWDIR%%/include/classes/html/CRow.php
|
||||
%%WWWDIR%%/include/classes/html/CRowHeader.php
|
||||
%%WWWDIR%%/include/classes/html/CSeverity.php
|
||||
%%WWWDIR%%/include/classes/html/CSimpleButton.php
|
||||
%%WWWDIR%%/include/classes/html/CSpan.php
|
||||
%%WWWDIR%%/include/classes/html/CSubmit.php
|
||||
%%WWWDIR%%/include/classes/html/CSubmitButton.php
|
||||
%%WWWDIR%%/include/classes/html/CSup.php
|
||||
%%WWWDIR%%/include/classes/html/CTabView.php
|
||||
%%WWWDIR%%/include/classes/html/CTable.php
|
||||
%%WWWDIR%%/include/classes/html/CTableInfo.php
|
||||
%%WWWDIR%%/include/classes/html/CTag.php
|
||||
%%WWWDIR%%/include/classes/html/CTextArea.php
|
||||
%%WWWDIR%%/include/classes/html/CTextBox.php
|
||||
%%WWWDIR%%/include/classes/html/CTriggersInfo.php
|
||||
%%WWWDIR%%/include/classes/html/CTweenBox.php
|
||||
%%WWWDIR%%/include/classes/html/CUiWidget.php
|
||||
%%WWWDIR%%/include/classes/html/CVar.php
|
||||
%%WWWDIR%%/include/classes/html/CVisibilityBox.php
|
||||
%%WWWDIR%%/include/classes/html/CWarning.php
|
||||
%%WWWDIR%%/include/classes/html/interfaces/CButtonInterface.php
|
||||
%%WWWDIR%%/include/classes/html/pageheader/CPageHeader.php
|
||||
%%WWWDIR%%/include/classes/html/widget/CWidget.php
|
||||
%%WWWDIR%%/include/classes/import/CConfigurationImport.php
|
||||
%%WWWDIR%%/include/classes/import/CImportDataAdapter.php
|
||||
%%WWWDIR%%/include/classes/import/CImportReferencer.php
|
||||
%%WWWDIR%%/include/classes/import/CImportedObjectContainer.php
|
||||
%%WWWDIR%%/include/classes/import/converters/C10ImportConverter.php
|
||||
%%WWWDIR%%/include/classes/import/converters/C10ItemKeyConverter.php
|
||||
%%WWWDIR%%/include/classes/import/converters/C10TriggerConverter.php
|
||||
%%WWWDIR%%/include/classes/import/converters/C20ImportConverter.php
|
||||
%%WWWDIR%%/include/classes/import/converters/C20ItemKeyConverter.php
|
||||
%%WWWDIR%%/include/classes/import/converters/C20TriggerConverter.php
|
||||
%%WWWDIR%%/include/classes/import/converters/CConverter.php
|
||||
%%WWWDIR%%/include/classes/import/converters/CConverterChain.php
|
||||
%%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php
|
||||
%%WWWDIR%%/include/classes/import/importers/CAbstractScreenImporter.php
|
||||
%%WWWDIR%%/include/classes/import/importers/CHostImporter.php
|
||||
%%WWWDIR%%/include/classes/import/importers/CImporter.php
|
||||
%%WWWDIR%%/include/classes/import/importers/CMapImporter.php
|
||||
%%WWWDIR%%/include/classes/import/importers/CScreenImporter.php
|
||||
%%WWWDIR%%/include/classes/import/importers/CTemplateImporter.php
|
||||
%%WWWDIR%%/include/classes/import/importers/CTemplateScreenImporter.php
|
||||
%%WWWDIR%%/include/classes/import/readers/CImportReader.php
|
||||
%%WWWDIR%%/include/classes/import/readers/CImportReaderFactory.php
|
||||
%%WWWDIR%%/include/classes/import/readers/CJsonImportReader.php
|
||||
%%WWWDIR%%/include/classes/import/readers/CXmlImportReader.php
|
||||
%%WWWDIR%%/include/classes/import/validators/C10XmlValidator.php
|
||||
%%WWWDIR%%/include/classes/import/validators/C20XmlValidator.php
|
||||
%%WWWDIR%%/include/classes/import/validators/C30XmlValidator.php
|
||||
%%WWWDIR%%/include/classes/import/validators/CXmlValidator.php
|
||||
%%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php
|
||||
%%WWWDIR%%/include/classes/items/CHelpItems.php
|
||||
%%WWWDIR%%/include/classes/json/CJson.php
|
||||
%%WWWDIR%%/include/classes/ldap/CLdap.php
|
||||
%%WWWDIR%%/include/classes/macros/CMacrosResolver.php
|
||||
%%WWWDIR%%/include/classes/macros/CMacrosResolverGeneral.php
|
||||
%%WWWDIR%%/include/classes/macros/CMacrosResolverHelper.php
|
||||
%%WWWDIR%%/include/classes/mvc/CController.php
|
||||
%%WWWDIR%%/include/classes/mvc/CControllerResponse.php
|
||||
%%WWWDIR%%/include/classes/mvc/CControllerResponseData.php
|
||||
%%WWWDIR%%/include/classes/mvc/CControllerResponseFatal.php
|
||||
%%WWWDIR%%/include/classes/mvc/CControllerResponseRedirect.php
|
||||
%%WWWDIR%%/include/classes/mvc/CRouter.php
|
||||
%%WWWDIR%%/include/classes/mvc/CView.php
|
||||
%%WWWDIR%%/include/classes/pagefilter/CPageFilter.php
|
||||
%%WWWDIR%%/include/classes/parsers/CConditionFormula.php
|
||||
%%WWWDIR%%/include/classes/parsers/CFunctionIdParser.php
|
||||
%%WWWDIR%%/include/classes/parsers/CFunctionMacroParser.php
|
||||
%%WWWDIR%%/include/classes/parsers/CFunctionParser.php
|
||||
%%WWWDIR%%/include/classes/parsers/CItemDelayFlexParser.php
|
||||
%%WWWDIR%%/include/classes/parsers/CItemKey.php
|
||||
%%WWWDIR%%/include/classes/parsers/CLLDMacroParser.php
|
||||
%%WWWDIR%%/include/classes/parsers/CMacroParser.php
|
||||
%%WWWDIR%%/include/classes/parsers/CParser.php
|
||||
%%WWWDIR%%/include/classes/parsers/CReferenceParser.php
|
||||
%%WWWDIR%%/include/classes/parsers/CSetParser.php
|
||||
%%WWWDIR%%/include/classes/parsers/CTriggerExpression.php
|
||||
%%WWWDIR%%/include/classes/parsers/CUserMacroParser.php
|
||||
%%WWWDIR%%/include/classes/parsers/CValidationRule.php
|
||||
%%WWWDIR%%/include/classes/parsers/results/CParserResult.php
|
||||
%%WWWDIR%%/include/classes/parsers/results/CTriggerExpressionParserResult.php
|
||||
%%WWWDIR%%/include/classes/regexp/CGlobalRegexp.php
|
||||
%%WWWDIR%%/include/classes/routing/CUrl.php
|
||||
%%WWWDIR%%/include/classes/routing/CUrlFactory.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenActions.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenBase.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenBuilder.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenChart.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenClock.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenDataOverview.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenEvents.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenGraph.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenHistory.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenHostTriggers.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenHostgroupTriggers.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenHostsInfo.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenHttpTestDetails.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenLldGraph.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenLldGraphBase.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenLldSimpleGraph.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenMap.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenPlainText.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenScreen.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenServerInfo.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenSimpleGraph.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenSystemStatus.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenTriggersInfo.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenTriggersOverview.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenUrl.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenDiscovery.php
|
||||
%%WWWDIR%%/include/classes/screens/CScreenHttpTest.php
|
||||
%%WWWDIR%%/include/classes/server/CZabbixServer.php
|
||||
%%WWWDIR%%/include/classes/services/CServicesSlaCalculator.php
|
||||
%%WWWDIR%%/include/classes/setup/CFrontendSetup.php
|
||||
%%WWWDIR%%/include/classes/setup/CSetupWizard.php
|
||||
%%WWWDIR%%/include/classes/sysmaps/CCanvas.php
|
||||
%%WWWDIR%%/include/classes/sysmaps/CMapPainter.php
|
||||
%%WWWDIR%%/include/classes/tree/CServiceTree.php
|
||||
%%WWWDIR%%/include/classes/tree/CTree.php
|
||||
%%WWWDIR%%/include/classes/triggers/CTextTriggerConstructor.php
|
||||
%%WWWDIR%%/include/classes/user/CFavorite.php
|
||||
%%WWWDIR%%/include/classes/user/CProfile.php
|
||||
%%WWWDIR%%/include/classes/user/CWebUser.php
|
||||
%%WWWDIR%%/include/classes/validators/CActionCondValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CCollectionValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CColorValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CDecimalStringValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CDecimalValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CFunctionValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CHtmlUrlValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CIPRangeValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CIPValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CIdValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CItemDelayFlexValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CLdapAuthValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CLimitedSetValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CNewValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php
|
||||
%%WWWDIR%%/include/classes/validators/CRegexValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CStringValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CTimePeriodValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/CValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/host/CHostNormalValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/hostgroup/CHostGroupNormalValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/object/CConditionValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/object/CUpdateDiscoveredValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/schema/CPartialSchemaValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/schema/CSchemaValidator.php
|
||||
%%WWWDIR%%/include/classes/validators/string/CLldMacroStringValidator.php
|
||||
%%WWWDIR%%/include/config.inc.php
|
||||
%%WWWDIR%%/include/db.inc.php
|
||||
%%WWWDIR%%/include/debug.inc.php
|
||||
%%WWWDIR%%/include/defines.inc.php
|
||||
%%WWWDIR%%/include/discovery.inc.php
|
||||
%%WWWDIR%%/include/draw.inc.php
|
||||
%%WWWDIR%%/include/events.inc.php
|
||||
%%WWWDIR%%/include/forms.inc.php
|
||||
%%WWWDIR%%/include/func.inc.php
|
||||
%%WWWDIR%%/include/gettextwrapper.inc.php
|
||||
%%WWWDIR%%/include/graphs.inc.php
|
||||
%%WWWDIR%%/include/hosts.inc.php
|
||||
%%WWWDIR%%/include/html.inc.php
|
||||
%%WWWDIR%%/include/httptest.inc.php
|
||||
%%WWWDIR%%/include/ident.inc.php
|
||||
%%WWWDIR%%/include/images.inc.php
|
||||
%%WWWDIR%%/include/items.inc.php
|
||||
%%WWWDIR%%/include/js.inc.php
|
||||
%%WWWDIR%%/include/locales.inc.php
|
||||
%%WWWDIR%%/include/maintenances.inc.php
|
||||
%%WWWDIR%%/include/maps.inc.php
|
||||
%%WWWDIR%%/include/media.inc.php
|
||||
%%WWWDIR%%/include/menu.inc.php
|
||||
%%WWWDIR%%/include/page_footer.php
|
||||
%%WWWDIR%%/include/page_header.php
|
||||
%%WWWDIR%%/include/perm.inc.php
|
||||
%%WWWDIR%%/include/profiles.inc.php
|
||||
%%WWWDIR%%/include/regexp.inc.php
|
||||
%%WWWDIR%%/include/schema.inc.php
|
||||
%%WWWDIR%%/include/screens.inc.php
|
||||
%%WWWDIR%%/include/services.inc.php
|
||||
%%WWWDIR%%/include/sounds.inc.php
|
||||
%%WWWDIR%%/include/translateDefines.inc.php
|
||||
%%WWWDIR%%/include/triggers.inc.php
|
||||
%%WWWDIR%%/include/users.inc.php
|
||||
%%WWWDIR%%/include/validate.inc.php
|
||||
%%WWWDIR%%/include/valuemap.inc.php
|
||||
%%WWWDIR%%/include/views/administration.auditacts.list.php
|
||||
%%WWWDIR%%/include/views/administration.auditlogs.list.php
|
||||
%%WWWDIR%%/include/views/administration.authentication.edit.php
|
||||
%%WWWDIR%%/include/views/administration.general.gui.edit.php
|
||||
%%WWWDIR%%/include/views/administration.general.housekeeper.edit.php
|
||||
%%WWWDIR%%/include/views/administration.general.iconmap.edit.php
|
||||
%%WWWDIR%%/include/views/administration.general.iconmap.list.php
|
||||
%%WWWDIR%%/include/views/administration.general.image.edit.php
|
||||
%%WWWDIR%%/include/views/administration.general.image.list.php
|
||||
%%WWWDIR%%/include/views/administration.general.macros.edit.php
|
||||
%%WWWDIR%%/include/views/administration.general.other.edit.php
|
||||
%%WWWDIR%%/include/views/administration.general.regularexpressions.edit.php
|
||||
%%WWWDIR%%/include/views/administration.general.regularexpressions.list.php
|
||||
%%WWWDIR%%/include/views/administration.general.trigger.options.edit.php
|
||||
%%WWWDIR%%/include/views/administration.general.triggerSeverity.edit.php
|
||||
%%WWWDIR%%/include/views/administration.general.valuemapping.edit.php
|
||||
%%WWWDIR%%/include/views/administration.general.valuemapping.list.php
|
||||
%%WWWDIR%%/include/views/administration.general.workingtime.edit.php
|
||||
%%WWWDIR%%/include/views/administration.usergroups.edit.php
|
||||
%%WWWDIR%%/include/views/administration.usergroups.list.php
|
||||
%%WWWDIR%%/include/views/administration.users.edit.php
|
||||
%%WWWDIR%%/include/views/administration.users.list.php
|
||||
%%WWWDIR%%/include/views/common.filter.trigger.php
|
||||
%%WWWDIR%%/include/views/conf.import.php
|
||||
%%WWWDIR%%/include/views/configuration.action.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.action.list.php
|
||||
%%WWWDIR%%/include/views/configuration.application.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.application.list.php
|
||||
%%WWWDIR%%/include/views/configuration.copy.elements.php
|
||||
%%WWWDIR%%/include/views/configuration.discovery.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.discovery.list.php
|
||||
%%WWWDIR%%/include/views/configuration.graph.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.graph.list.php
|
||||
%%WWWDIR%%/include/views/configuration.host.discovery.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.host.discovery.list.php
|
||||
%%WWWDIR%%/include/views/configuration.host.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.host.list.php
|
||||
%%WWWDIR%%/include/views/configuration.host.massupdate.php
|
||||
%%WWWDIR%%/include/views/configuration.host.prototype.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.host.prototype.list.php
|
||||
%%WWWDIR%%/include/views/configuration.hostgroups.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.hostgroups.list.php
|
||||
%%WWWDIR%%/include/views/configuration.httpconf.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.httpconf.list.php
|
||||
%%WWWDIR%%/include/views/configuration.httpconf.popup.php
|
||||
%%WWWDIR%%/include/views/configuration.item.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.item.list.php
|
||||
%%WWWDIR%%/include/views/configuration.item.massupdate.php
|
||||
%%WWWDIR%%/include/views/configuration.item.prototype.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.item.prototype.list.php
|
||||
%%WWWDIR%%/include/views/configuration.maintenance.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.maintenance.list.php
|
||||
%%WWWDIR%%/include/views/configuration.services.child.list.php
|
||||
%%WWWDIR%%/include/views/configuration.services.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.services.list.php
|
||||
%%WWWDIR%%/include/views/configuration.services.parent.list.php
|
||||
%%WWWDIR%%/include/views/configuration.template.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.trigger.prototype.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.trigger.prototype.list.php
|
||||
%%WWWDIR%%/include/views/configuration.trigger.prototype.massupdate.php
|
||||
%%WWWDIR%%/include/views/configuration.triggers.edit.php
|
||||
%%WWWDIR%%/include/views/configuration.triggers.expression.php
|
||||
%%WWWDIR%%/include/views/configuration.triggers.list.php
|
||||
%%WWWDIR%%/include/views/configuration.triggers.massupdate.php
|
||||
%%WWWDIR%%/include/views/general.browserwarning.php
|
||||
%%WWWDIR%%/include/views/general.login.php
|
||||
%%WWWDIR%%/include/views/general.script.execute.php
|
||||
%%WWWDIR%%/include/views/general.warning.php
|
||||
%%WWWDIR%%/include/views/hostmacros.php
|
||||
%%WWWDIR%%/include/views/inventory.host.list.php
|
||||
%%WWWDIR%%/include/views/inventory.host.view.php
|
||||
%%WWWDIR%%/include/views/js/adm.regexprs.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/administration.general.gui.php
|
||||
%%WWWDIR%%/include/views/js/administration.general.housekeeper.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/administration.general.iconmap.js.php
|
||||
%%WWWDIR%%/include/views/js/administration.general.macros.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/administration.general.trigger.options.js.php
|
||||
%%WWWDIR%%/include/views/js/administration.general.triggerSeverity.js.php
|
||||
%%WWWDIR%%/include/views/js/administration.general.valuemapping.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/administration.users.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/common.filter.trigger.js.php
|
||||
%%WWWDIR%%/include/views/js/common.init.js.php
|
||||
%%WWWDIR%%/include/views/js/common.item.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/conf.import.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.action.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.discovery.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.graph.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.host.discovery.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.host.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.host.massupdate.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.host.prototype.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.httpconf.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.httpconf.popup.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.item.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.item.list.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.item.massupdate.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.item.prototype.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.services.child.list.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.services.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.triggers.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.triggers.expression.js.php
|
||||
%%WWWDIR%%/include/views/js/configuration.triggers.list.js.php
|
||||
%%WWWDIR%%/include/views/js/hostmacros.js.php
|
||||
%%WWWDIR%%/include/views/js/monitoring.history.js.php
|
||||
%%WWWDIR%%/include/views/js/monitoring.latest.js.php
|
||||
%%WWWDIR%%/include/views/js/monitoring.screen.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/monitoring.slideconf.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/monitoring.slides.js.php
|
||||
%%WWWDIR%%/include/views/js/monitoring.sysmap.edit.js.php
|
||||
%%WWWDIR%%/include/views/js/monitoring.sysmaps.js.php
|
||||
%%WWWDIR%%/include/views/js/monitoring.triggerComment.js.php
|
||||
%%WWWDIR%%/include/views/js/reports.toptriggers.js.php
|
||||
%%WWWDIR%%/include/views/monitoring.charts.php
|
||||
%%WWWDIR%%/include/views/monitoring.dashconf.php
|
||||
%%WWWDIR%%/include/views/monitoring.history.php
|
||||
%%WWWDIR%%/include/views/monitoring.hostscreen.php
|
||||
%%WWWDIR%%/include/views/monitoring.overview.items.php
|
||||
%%WWWDIR%%/include/views/monitoring.overview.triggers.php
|
||||
%%WWWDIR%%/include/views/monitoring.screen.constructor.edit.php
|
||||
%%WWWDIR%%/include/views/monitoring.screen.constructor.list.php
|
||||
%%WWWDIR%%/include/views/monitoring.screen.edit.php
|
||||
%%WWWDIR%%/include/views/monitoring.screen.list.php
|
||||
%%WWWDIR%%/include/views/monitoring.screen.php
|
||||
%%WWWDIR%%/include/views/monitoring.slideconf.edit.php
|
||||
%%WWWDIR%%/include/views/monitoring.slideconf.list.php
|
||||
%%WWWDIR%%/include/views/monitoring.slides.php
|
||||
%%WWWDIR%%/include/views/monitoring.sysmap.constructor.php
|
||||
%%WWWDIR%%/include/views/monitoring.sysmap.edit.php
|
||||
%%WWWDIR%%/include/views/monitoring.sysmap.list.php
|
||||
%%WWWDIR%%/include/views/monitoring.triggerComment.php
|
||||
%%WWWDIR%%/include/views/reports.toptriggers.php
|
||||
%%WWWDIR%%/index.php
|
||||
%%WWWDIR%%/items.php
|
||||
%%WWWDIR%%/js/browsers.js
|
||||
%%WWWDIR%%/js/chkbxrange.js
|
||||
%%WWWDIR%%/js/class.bbcode.js
|
||||
%%WWWDIR%%/js/class.calendar.js
|
||||
%%WWWDIR%%/js/class.cdate.js
|
||||
%%WWWDIR%%/js/class.cdebug.js
|
||||
%%WWWDIR%%/js/class.cmap.js
|
||||
%%WWWDIR%%/js/class.cmessages.js
|
||||
%%WWWDIR%%/js/class.cookie.js
|
||||
%%WWWDIR%%/js/class.cscreen.js
|
||||
%%WWWDIR%%/js/class.csuggest.js
|
||||
%%WWWDIR%%/js/class.cswitcher.js
|
||||
%%WWWDIR%%/js/class.ctree.js
|
||||
%%WWWDIR%%/js/class.curl.js
|
||||
%%WWWDIR%%/js/class.cviewswitcher.js
|
||||
%%WWWDIR%%/js/class.pmaster.js
|
||||
%%WWWDIR%%/js/class.rpc.js
|
||||
%%WWWDIR%%/js/common.js
|
||||
%%WWWDIR%%/js/flickerfreescreen.js
|
||||
%%WWWDIR%%/js/functions.js
|
||||
%%WWWDIR%%/js/gtlc.js
|
||||
%%WWWDIR%%/js/init.js
|
||||
%%WWWDIR%%/js/main.js
|
||||
%%WWWDIR%%/js/menupopup.js
|
||||
%%WWWDIR%%/js/multiselect.js
|
||||
%%WWWDIR%%/js/pages/items.js
|
||||
%%WWWDIR%%/js/pages/tr_logform.js
|
||||
%%WWWDIR%%/js/servercheck.js
|
||||
%%WWWDIR%%/js/vendors/jquery-ui.js
|
||||
%%WWWDIR%%/js/vendors/jquery.js
|
||||
%%WWWDIR%%/js/vendors/prototype.js
|
||||
%%WWWDIR%%/jsLoader.php
|
||||
%%WWWDIR%%/jsrpc.php
|
||||
%%WWWDIR%%/latest.php
|
||||
%%WWWDIR%%/local/.htaccess
|
||||
%%WWWDIR%%/local/README
|
||||
%%WWWDIR%%/locale/README
|
||||
%%WWWDIR%%/locale/add_new_language.sh
|
||||
%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/nb/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/de/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/de/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/el/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/el/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/en_US/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/en_US/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/es/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/es/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/fa/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/fa/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/fi/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/fi/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/id/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/id/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/it/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/it/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/ja/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/ja/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/lv/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/lv/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/make_mo.sh
|
||||
%%WWWDIR%%/locale/nl/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/nl/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/pl/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/pl/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/ru/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/ru/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/sv/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/sv/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/uk/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/uk/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/update_po.sh
|
||||
%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/frontend.mo
|
||||
%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/frontend.po
|
||||
%%WWWDIR%%/maintenance.php
|
||||
%%WWWDIR%%/map.import.php
|
||||
%%WWWDIR%%/map.php
|
||||
%%WWWDIR%%/overview.php
|
||||
%%WWWDIR%%/popup.php
|
||||
%%WWWDIR%%/popup_httpstep.php
|
||||
%%WWWDIR%%/popup_media.php
|
||||
%%WWWDIR%%/popup_right.php
|
||||
%%WWWDIR%%/popup_trexpr.php
|
||||
%%WWWDIR%%/profile.php
|
||||
%%WWWDIR%%/queue.php
|
||||
%%WWWDIR%%/report2.php
|
||||
%%WWWDIR%%/report4.php
|
||||
%%WWWDIR%%/robots.txt
|
||||
%%WWWDIR%%/screen.import.php
|
||||
%%WWWDIR%%/screenconf.php
|
||||
%%WWWDIR%%/screenedit.php
|
||||
%%WWWDIR%%/screens.php
|
||||
%%WWWDIR%%/scripts_exec.php
|
||||
%%WWWDIR%%/search.php
|
||||
%%WWWDIR%%/services.php
|
||||
%%WWWDIR%%/setup.php
|
||||
%%WWWDIR%%/slideconf.php
|
||||
%%WWWDIR%%/slides.php
|
||||
%%WWWDIR%%/srv_status.php
|
||||
%%WWWDIR%%/styles/blue-theme.css
|
||||
%%WWWDIR%%/styles/dark-theme.css
|
||||
%%WWWDIR%%/sysmap.php
|
||||
%%WWWDIR%%/sysmaps.php
|
||||
%%WWWDIR%%/templates.php
|
||||
%%WWWDIR%%/toptriggers.php
|
||||
%%WWWDIR%%/tr_comments.php
|
||||
%%WWWDIR%%/tr_events.php
|
||||
%%WWWDIR%%/tr_logform.php
|
||||
%%WWWDIR%%/tr_status.php
|
||||
%%WWWDIR%%/tr_testexpr.php
|
||||
%%WWWDIR%%/trigger_prototypes.php
|
||||
%%WWWDIR%%/triggers.php
|
||||
%%WWWDIR%%/usergrps.php
|
||||
%%WWWDIR%%/users.php
|
||||
%%WWWDIR%%/zabbix.php
|
||||
@dir %%WWWDIR%%/local/app/controllers
|
||||
@dir %%WWWDIR%%/local/app/views
|
@ -1,11 +0,0 @@
|
||||
sbin/zabbix_java/shutdown.sh
|
||||
sbin/zabbix_java/lib/logback-console.xml
|
||||
sbin/zabbix_java/lib/logback-core-0.9.27.jar
|
||||
sbin/zabbix_java/lib/logback-classic-0.9.27.jar
|
||||
sbin/zabbix_java/lib/logback.xml
|
||||
sbin/zabbix_java/lib/slf4j-api-1.6.1.jar
|
||||
sbin/zabbix_java/lib/android-json-4.3_r3.1.jar
|
||||
@sample sbin/zabbix_java/settings.sh.sample
|
||||
sbin/zabbix_java/startup.sh
|
||||
sbin/zabbix_java/bin/zabbix-java-gateway-%%PORTVERSION%%.jar
|
||||
@dir(zabbix,zabbix,755) /var/run/zabbix
|
Loading…
x
Reference in New Issue
Block a user