diff options
Diffstat (limited to 'net-mgmt')
22 files changed, 0 insertions, 1413 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile deleted file mode 100644 index aad4933f50f1..000000000000 --- a/net-mgmt/collectd5/Makefile +++ /dev/null @@ -1,307 +0,0 @@ -# New ports collection makefile for: collectd -# Date created: Sat Sep 29 05:19:31 PDT 2007 -# Whom: Matt Peterson <matt@peterson.org> -# -# $FreeBSD$ -# - -PORTNAME= collectd -PORTVERSION= 4.9.2 -PORTREVISION= 1 -CATEGORIES= net-mgmt -MASTER_SITES= http://collectd.org/files/ - -MAINTAINER= ports@bsdserwis.com -COMMENT= Systems & network statistics collection daemon - -USE_GMAKE= yes -GNU_CONFIGURE= yes -WANT_GNOME= yes - -OPTIONS= CGI "Install collection.cgi (requires RRDTOOL)" Off \ - DEBUG "Enable debugging" Off \ - APACHE "Input: Apache mod_status (libcurl)" Off \ - APCUPS "Input: APC UPS (apcupsd)" Off \ - CURL "Input: CURL generic web statistics" Off \ - NUTUPS "Input: NUT UPS daemon" Off \ - INTERFACE "Input: Network interfaces (libstatgrab)" On \ - MBMON "Input: MBMon" Off \ - MYSQL "Input: MySQL" Off \ - NGINX "Input: Nginx" Off \ - PDNS "Input: PowerDNS" Off \ - PGSQL "Input: PostgreSQL" Off \ - PING "Input: Network latency (liboping)" On \ - SNMP "Input: SNMP" On \ - XMMS "Input: XMMS" Off \ - RRDTOOL "Output: RRDTool" On - -MAN1= collectd.1 collectd-nagios.1 collectdmon.1 -MAN5= collectd.conf.5 collectd-email.5 collectd-exec.5 \ - collectd-snmp.5 collectd-unixsock.5 collectd-perl.5 \ - collectd-java.5 collectd-python.5 types.db.5 -USE_RC_SUBR= collectd collectdmon - -USE_LDCONFIG= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ( ${OSVERSION} < 601103 ) -BROKEN= Need bind9 import post 6.1 -.endif - -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.X -.endif - -# NOTE: Feel free to submit patches adding support for any of these -# disabled plugins. If a plugin requires external dependencies, -# make it optional through OPTIONS defaulting to Off. Some of -# these are Linux specific, but others will probably run on -# FreeBSD as well, given a bit of careful attention. -CONFIGURE_ARGS= --localstatedir=/var \ - --disable-getifaddrs \ - --disable-apple_sensors \ - --disable-ascent \ - --disable-battery \ - --disable-bind \ - --disable-conntrack \ - --disable-contextswitch \ - --disable-cpufreq \ - --disable-curl_json \ - --disable-dbi \ - --disable-disk \ - --disable-entropy \ - --disable-fscache \ - --disable-gmond \ - --disable-hddtemp \ - --disable-iptables \ - --disable-ipmi \ - --disable-ipvs \ - --disable-irq \ - --disable-java \ - --disable-libvirt \ - --disable-madwifi \ - --disable-match_empty_counter \ - --disable-match_hashed \ - --disable-match_regex \ - --disable-match_timediff \ - --disable-match_value \ - --disable-memcachec \ - --disable-multimeter \ - --disable-netapp \ - --disable-netlink \ - --disable-nfs \ - --disable-notify_desktop \ - --disable-notify_email \ - --disable-olsrd \ - --disable-onewire \ - --disable-openvpn \ - --disable-oracle \ - --disable-perl \ - --disable-python \ - --disable-protocols \ - --disable-routeros \ - --disable-rrdcached \ - --disable-sensors \ - --disable-serial \ - --disable-table \ - --disable-tape \ - --disable-target_notification \ - --disable-target_replace \ - --disable-target_scale \ - --disable-target_set \ - --disable-ted \ - --disable-thermal \ - --disable-tokyotyrant \ - --disable-users \ - --disable-vmem \ - --disable-vserver \ - --disable-wireless \ - --disable-write_http \ - --disable-zfs_arc \ - --without-perl-bindings - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -.endif - -.if defined(WITH_CGI) -RUN_DEPENDS+= ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ - ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper -PLIST_SUB+= CGI="" -.else -PLIST_SUB+= CGI="@comment " -.endif - -.if defined(WITH_APACHE) -CONFIGURE_ARGS+=--enable-apache -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl -PLIST_SUB+= APACHE="" -.else -CONFIGURE_ARGS+=--disable-apache -PLIST_SUB+= APACHE="@comment " -.endif - -.if defined(WITH_APCUPS) -CONFIGURE_ARGS+=--enable-apcups -BUILD_DEPENDS+= ${LOCALBASE}/sbin/apcupsd:${PORTSDIR}/sysutils/apcupsd -PLIST_SUB+= APCUPS="" -.else -CONFIGURE_ARGS+=--disable-apcups -PLIST_SUB+= APCUPS="@comment " -.endif - -.if defined(WITH_CURL) -CONFIGURE_ARGS+=--enable-curl --with-libcurl=${LOCALBASE} -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl -PLIST_SUB+= CURL="" -.else -CONFIGURE_ARGS+=--disable-curl -PLIST_SUB+= CURL="@comment " -.endif - -.if defined(WITH_NUTUPS) -CONFIGURE_ARGS+=--enable-nut -BUILD_DEPENDS+= ${LOCALBASE}/include/upsclient.h:${PORTSDIR}/sysutils/nut -PLIST_SUB+= NUTUPS="" -.else -CONFIGURE_ARGS+=--disable-nut -PLIST_SUB+= NUTUPS="@comment " -.endif - -.if defined(WITH_INTERFACE) -BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config -CONFIGURE_ARGS+=--enable-interface -LIB_DEPENDS+= statgrab.8:${PORTSDIR}/devel/libstatgrab -PLIST_SUB+= INTERFACE="" -CONFIGURE_ENV+= LIBS="`pkg-config --libs libstatgrab`" -.else -CONFIGURE_ARGS+=--disable-interface -PLIST_SUB+= INTERFACE="@comment " -.endif - -.if defined(WITH_MBMON) -CONFIGURE_ARGS+=--enable-mbmon -RUN_DEPENDS+= ${LOCALBASE}/sbin/mbmond:${PORTSDIR}/sysutils/mbmon -PLIST_SUB+= MBMON="" -.else -CONFIGURE_ARGS+=--disable-mbmon -PLIST_SUB+= MBMON="@comment " -.endif - -.if defined(WITH_MYSQL) -USE_MYSQL= yes -CONFIGURE_ARGS+=--enable-mysql -PLIST_SUB+= MYSQL="" -.else -CONFIGURE_ARGS+=--disable-mysql -PLIST_SUB+= MYSQL="@comment " -.endif - -.if defined(WITH_NGINX) -USE_NGINX= yes -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+=--enable-nginx -PLIST_SUB+= NGINX="" -.else -CONFIGURE_ARGS+=--disable-nginx -PLIST_SUB+= NGINX="@comment " -.endif - -.if defined(WITH_PDNS) -USE_PDNS= yes -CONFIGURE_ARGS+=--enable-powerdns -PLIST_SUB+= PDNS="" -.else -CONFIGURE_ARGS+=--disable-powerdns -PLIST_SUB+= PDNS="@comment " -.endif - -.if defined(WITH_PGSQL) -USE_PGSQL= yes -CONFIGURE_ARGS+=--enable-postgresql -PLIST_SUB+= PGSQL="" -.else -CONFIGURE_ARGS+=--disable-postgresql -PLIST_SUB+= PGSQL="@comment " -.endif - -.if defined(WITH_PING) -LIB_DEPENDS+= oping:${PORTSDIR}/net/liboping -CONFIGURE_ARGS+=--enable-ping -PLIST_SUB+= PING="" -.else -CONFIGURE_ARGS+=--disable-ping -PLIST_SUB+= PING="@comment " -.endif - -.if defined(WITH_RRDTOOL) -LIB_DEPENDS+= rrd:${PORTSDIR}/databases/rrdtool -CONFIGURE_ARGS+=--enable-rrdtool -PLIST_SUB+= RRD="" -.else -CONFIGURE_ARGS+=--disable-rrdtool -PLIST_SUB+= RRD="@comment " -.endif - -.if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp -CONFIGURE_ARGS+=--enable-snmp -PLIST_SUB+= SNMP="" -.else -CONFIGURE_ARGS+=--disable-snmp -PLIST_SUB+= SNMP="@comment " -.endif - -.if defined(WITH_XMMS) -LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms -CONFIGURE_ARGS+=--enable-xmms -CFLAGS+= `xmms-config --cflags` -PLIST_SUB+= XMMS="" -.else -CONFIGURE_ARGS+=--disable-xmms -PLIST_SUB+= XMMS="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} \ - -e 's;@prefix@/var/;/var/;' \ - -e 's;/var/lib/;/var/db/;' \ - ${WRKSRC}/src/collectd.conf.in - @${REINPLACE_CMD} \ - -e 's;$$[(]DESTDIR)$$[(]sysconfdir)/collectd\.conf;&.sample;' \ - ${WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e '/$$[(]mkinstalldirs)/d' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} \ - -e 's;/etc/collection\.conf;${WWWDIR}/collection.conf;' \ - ${WRKSRC}/contrib/collection.cgi - @${REINPLACE_CMD} \ - -e 's;/opt/collectd/var/lib;/var/db;' \ - -e 's;/opt/collectd/lib;${PREFIX}/lib;' \ - ${WRKSRC}/contrib/collection.conf - @${REINPLACE_CMD} \ - -e 's;{libdir}/pkgconfig;{prefix}/libdata/pkgconfig;' \ - ${WRKSRC}/configure - -post-install: - ${MKDIR} /var/db/collectd - if [ ! -f ${PREFIX}/etc/collectd.conf ]; then \ - ${CP} -p ${PREFIX}/etc/collectd.conf.sample \ - ${PREFIX}/etc/collectd.conf ; \ - fi -.if defined(WITH_CGI) - ${MKDIR} ${WWWDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/collection.cgi ${WWWDIR}/ - ${INSTALL_DATA} ${WRKSRC}/contrib/collection.conf \ - ${WWWDIR}/collection.conf.sample - if [ ! -f ${WWWDIR}/collection.conf ]; then \ - ${CP} -p ${WWWDIR}/collection.conf.sample \ - ${WWWDIR}/collection.conf ; \ - fi -.endif - -.include <bsd.port.post.mk> diff --git a/net-mgmt/collectd5/distinfo b/net-mgmt/collectd5/distinfo deleted file mode 100644 index ba957ae32ec2..000000000000 --- a/net-mgmt/collectd5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (collectd-4.9.2.tar.gz) = 2734f272753bfa8523dfed133866ae04 -SHA256 (collectd-4.9.2.tar.gz) = a171adf3f94136df3f56148084531e786ed72bda807dc0b3d9fb2bebe53b904d -SIZE (collectd-4.9.2.tar.gz) = 1691127 diff --git a/net-mgmt/collectd5/files/collectd.in b/net-mgmt/collectd5/files/collectd.in deleted file mode 100644 index 71791883f3cb..000000000000 --- a/net-mgmt/collectd5/files/collectd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: collectd -# REQUIRE: LOGIN -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# collectd_enable (bool): Set to NO by default. -# Set it to YES to enable collectd. -# collectd_flags (string): Set to "" by default. -# Additional flags to collectd, see manual page. -# - -. /etc/rc.subr - -name="collectd" -rcvar=${name}_enable - -command=%%PREFIX%%/sbin/${name} - -load_rc_config $name - -: ${collectd_enable="NO"} - -run_rc_command "$1" diff --git a/net-mgmt/collectd5/files/collectdmon.in b/net-mgmt/collectd5/files/collectdmon.in deleted file mode 100644 index 09afc7129d37..000000000000 --- a/net-mgmt/collectd5/files/collectdmon.in +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -# PROVIDE: collectdmon -# REQUIRE: LOGIN -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# collectdmon_enable (bool): Set to NO by default. -# Set it to YES to enable collectd. -# collectdmon_flags (string): Set to "-c %%PREFIX%%/sbin/collectd" by default. -# Additional flags to collectdmon, see manual page. -# - -. /etc/rc.subr - -name="collectdmon" -rcvar=${name}_enable - -command=%%PREFIX%%/sbin/${name} - -load_rc_config $name - -: ${collectdmon_enable="NO"} -: ${collectdmon_flags="-c %%PREFIX%%/sbin/collectd"} - -run_rc_command "$1" diff --git a/net-mgmt/collectd5/files/patch-src__collectd.h b/net-mgmt/collectd5/files/patch-src__collectd.h deleted file mode 100644 index 8058189613b1..000000000000 --- a/net-mgmt/collectd5/files/patch-src__collectd.h +++ /dev/null @@ -1,20 +0,0 @@ ---- ./src/collectd.h.orig 2007-09-28 17:55:34.000000000 +0300 -+++ ./src/collectd.h 2008-05-06 10:32:08.000000000 +0300 -@@ -183,7 +183,7 @@ - #endif - - #ifndef LOCALSTATEDIR --#define LOCALSTATEDIR PREFIX "/var" -+#define LOCALSTATEDIR "/var" - #endif - - #ifndef PKGLOCALSTATEDIR -@@ -191,7 +191,7 @@ - #endif - - #ifndef PIDFILE --#define PIDFILE PREFIX "/var/run/" PACKAGE_NAME ".pid" -+#define PIDFILE "/var/run/" PACKAGE_NAME ".pid" - #endif - - #ifndef PLUGINDIR diff --git a/net-mgmt/collectd5/files/patch-src__dns.c b/net-mgmt/collectd5/files/patch-src__dns.c deleted file mode 100644 index fb045049b25a..000000000000 --- a/net-mgmt/collectd5/files/patch-src__dns.c +++ /dev/null @@ -1,18 +0,0 @@ ---- src/dns.c.orig 2008-09-05 15:26:02.000000000 +0000 -+++ src/dns.c 2008-09-05 15:25:55.000000000 +0000 -@@ -210,6 +210,15 @@ - pthread_sigmask (SIG_SETMASK, &sigmask, NULL); - } - -+ /* Check for pcap_device, if needed */ -+#ifdef __sparc64__ -+ if (pcap_device == NULL) -+ { -+ ERROR ("dns plugin: Interface required"); -+ return (NULL); -+ } -+#endif -+ - /* Passing `pcap_device == NULL' is okay and the same as passign "any" */ - DEBUG ("Creating PCAP object.."); - pcap_obj = pcap_open_live (pcap_device, diff --git a/net-mgmt/collectd5/pkg-descr b/net-mgmt/collectd5/pkg-descr deleted file mode 100644 index a591a0195caa..000000000000 --- a/net-mgmt/collectd5/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -collectd is a small daemon written in C for performance. It reads various -system & network statistics along with updating output RRD or CSV files. -The daemon is very fast and allows for frequent polling of values, with -support for polling as frequent as every 10 seconds. - -WWW: http://www.collectd.org/ diff --git a/net-mgmt/collectd5/pkg-plist b/net-mgmt/collectd5/pkg-plist deleted file mode 100644 index 34cfb4a6af84..000000000000 --- a/net-mgmt/collectd5/pkg-plist +++ /dev/null @@ -1,135 +0,0 @@ -@stopdaemon collectd -sbin/collectd -sbin/collectdmon -@unexec if cmp -s %D/etc/collectd.conf.sample %D/etc/collectd.conf; then rm -f %D/etc/collectd.conf; fi -etc/collectd.conf.sample -@exec if [ ! -f %B/collectd.conf ] ; then cp -p %B/%f %B/collectd.conf; fi -%%CGI%%%%WWWDIR%%/collection.cgi -%%CGI%%@unexec if cmp -s %B/collection.conf.sample %B/collection.conf; then rm -f %B/collection.conf; fi -%%CGI%%%%WWWDIR%%/collection.conf.sample -%%CGI%%@exec if [ ! -f %B/collection.conf ] ; then cp -p %B/%f %B/collection.conf; fi -%%CGI%%@dirrmtry %%WWWDIR%% -bin/collectd-nagios -lib/libcollectdclient.a -lib/libcollectdclient.la -lib/libcollectdclient.so -lib/libcollectdclient.so.0 -%%APACHE%%lib/collectd/apache.a -%%APACHE%%lib/collectd/apache.la -%%APACHE%%lib/collectd/apache.so -%%APCUPS%%lib/collectd/apcups.a -%%APCUPS%%lib/collectd/apcups.la -%%APCUPS%%lib/collectd/apcups.so -lib/collectd/cpu.a -lib/collectd/cpu.la -lib/collectd/cpu.so -lib/collectd/csv.a -lib/collectd/csv.la -lib/collectd/csv.so -%%CURL%%lib/collectd/curl.a -%%CURL%%lib/collectd/curl.la -%%CURL%%lib/collectd/curl.so -lib/collectd/df.a -lib/collectd/df.la -lib/collectd/df.so -lib/collectd/dns.a -lib/collectd/dns.la -lib/collectd/dns.so -lib/collectd/email.a -lib/collectd/email.la -lib/collectd/email.so -lib/collectd/exec.a -lib/collectd/exec.la -lib/collectd/exec.so -lib/collectd/filecount.so -lib/collectd/filecount.la -lib/collectd/filecount.a -%%INTERFACE%%lib/collectd/interface.a -%%INTERFACE%%lib/collectd/interface.la -%%INTERFACE%%lib/collectd/interface.so -lib/collectd/load.a -lib/collectd/load.la -lib/collectd/load.so -lib/collectd/logfile.a -lib/collectd/logfile.la -lib/collectd/logfile.so -%%MBMON%%lib/collectd/mbmon.a -%%MBMON%%lib/collectd/mbmon.la -%%MBMON%%lib/collectd/mbmon.so -lib/collectd/memcached.so -lib/collectd/memcached.la -lib/collectd/memcached.a -lib/collectd/memory.a -lib/collectd/memory.la -lib/collectd/memory.so -%%MYSQL%%lib/collectd/mysql.a -%%MYSQL%%lib/collectd/mysql.la -%%MYSQL%%lib/collectd/mysql.so -%%NGINX%%lib/collectd/nginx.a -%%NGINX%%lib/collectd/nginx.la -%%NGINX%%lib/collectd/nginx.so -lib/collectd/network.a -lib/collectd/network.la -lib/collectd/network.so -%%NUTUPS%%lib/collectd/nut.a -%%NUTUPS%%lib/collectd/nut.la -%%NUTUPS%%lib/collectd/nut.so -lib/collectd/ntpd.a -lib/collectd/ntpd.la -lib/collectd/ntpd.so -%%PGSQL%%lib/collectd/postgresql.a -%%PGSQL%%lib/collectd/postgresql.la -%%PGSQL%%lib/collectd/postgresql.so -%%PING%%lib/collectd/ping.a -%%PING%%lib/collectd/ping.la -%%PING%%lib/collectd/ping.so -%%PDNS%%lib/collectd/powerdns.so -%%PDNS%%lib/collectd/powerdns.a -%%PDNS%%lib/collectd/powerdns.la -lib/collectd/processes.so -lib/collectd/processes.la -lib/collectd/processes.a -%%RRD%%lib/collectd/rrdtool.a -%%RRD%%lib/collectd/rrdtool.la -%%RRD%%lib/collectd/rrdtool.so -%%SNMP%%lib/collectd/snmp.a -%%SNMP%%lib/collectd/snmp.la -%%SNMP%%lib/collectd/snmp.so -lib/collectd/swap.a -lib/collectd/swap.la -lib/collectd/swap.so -lib/collectd/syslog.a -lib/collectd/syslog.la -lib/collectd/syslog.so -lib/collectd/tail.so -lib/collectd/tail.la -lib/collectd/tail.a -lib/collectd/tcpconns.so -lib/collectd/tcpconns.la -lib/collectd/tcpconns.a -lib/collectd/teamspeak2.so -lib/collectd/teamspeak2.la -lib/collectd/teamspeak2.a -lib/collectd/unixsock.a -lib/collectd/unixsock.la -lib/collectd/unixsock.so -lib/collectd/uptime.so -lib/collectd/uptime.la -lib/collectd/uptime.a -lib/collectd/uuid.so -lib/collectd/uuid.la -lib/collectd/uuid.a -include/collectd/client.h -include/collectd/lcc_features.h -libdata/pkgconfig/libcollectdclient.pc -%%XMMS%%lib/collectd/xmms.a -%%XMMS%%lib/collectd/xmms.la -%%XMMS%%lib/collectd/xmms.so -%%DATADIR%%/postgresql_default.conf -%%DATADIR%%/types.db -@dirrm lib/collectd -@dirrm include/collectd -@dirrm %%DATADIR%% -@exec mkdir -p /var/db/collectd -@cwd / -@dirrmtry /var/db/collectd diff --git a/net-mgmt/zabbix2-agent/Makefile b/net-mgmt/zabbix2-agent/Makefile deleted file mode 100644 index 4308e6987d5c..000000000000 --- a/net-mgmt/zabbix2-agent/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Ports collection makefile for: zabbix-agent -# Date created: Jun 18 2003 -# Whom: Sergey Akifyev <asa@gascom.ru> -# -# $FreeBSD$ -# - -PORTNAME= zabbix -PKGNAMESUFFIX= -agent - -MASTERDIR= ${.CURDIR}/../zabbix-server - -PLIST= ${PKGDIR}/pkg-plist.agent - -OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options -OPTIONS= IPV6 "Support for IPv6" on - -.include <bsd.port.options.mk> -.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix2-frontend/Makefile b/net-mgmt/zabbix2-frontend/Makefile deleted file mode 100644 index 43193b42bbc3..000000000000 --- a/net-mgmt/zabbix2-frontend/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: zabbix-frontend -# Date created: 2009-12-09 -# Whom: Jim Riggs <ports@christianserving.org> -# -# $FreeBSD$ -# - -PORTNAME= zabbix -PKGNAMESUFFIX= -frontend - -MASTERDIR= ${.CURDIR}/../zabbix-server - -NO_BUILD= yes -PATCHDIR= -PLIST= ${PKGDIR}/pkg-plist.frontend - -USE_PHP= bcmath ctype gd pcre snmp sockets mbstring session dom xml \ - xmlreader xmlwriter -IGNORE_WITH_PHP= 4 -WANT_PHP_WEB= yes - -OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options -OPTIONS= MYSQL "Use MySQL backend" on \ - PGSQL "Use PostgreSQL backend" off \ - SQLITE "Use SQLite backend" off - -.include <bsd.port.options.mk> - -.ifndef WITHOUT_MYSQL -USE_PHP+= mysql -.endif - -.ifdef WITH_MYSQLI -USE_PHP+= mysqli -.endif - -.ifdef WITH_PGSQL -USE_PHP+= pgsql -.endif - -.ifdef WITH_SQLITE -USE_PHP+= sqlite -.endif - -do-install: - @${INSTALL} -d ${WWWDIR} - @cd ${WRKSRC}/frontends/php/ && ${COPYTREE_SHARE} . ${WWWDIR} - -.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix2-proxy/Makefile b/net-mgmt/zabbix2-proxy/Makefile deleted file mode 100644 index d43f8c1952e3..000000000000 --- a/net-mgmt/zabbix2-proxy/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# New ports collection makefile for: zabbix-proxy -# Date created: 2009-12-09 -# Whom: Jim Riggs <ports@christianserving.org> -# -# $FreeBSD$ -# - -PORTNAME= zabbix -PKGNAMESUFFIX= -proxy - -MASTERDIR= ${.CURDIR}/../zabbix-server - -.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix2-server/Makefile b/net-mgmt/zabbix2-server/Makefile deleted file mode 100644 index f9c1ad5f84cc..000000000000 --- a/net-mgmt/zabbix2-server/Makefile +++ /dev/null @@ -1,142 +0,0 @@ -# New ports collection makefile for: zabbix-server -# Date created: 2009-12-09 -# Whom: Jim Riggs <ports@christianserving.org> -# -# $FreeBSD$ -# - -PORTNAME= zabbix -PORTVERSION= 1.8.2 -PORTREVISION?= 2 -PORTEPOCH= 2 -CATEGORIES= net-mgmt -MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} -PKGNAMESUFFIX?= -server - -MAINTAINER= ports@christianserving.org -COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) - -CONFLICTS= ${PKGBASE}-1.[0-6]* - -.if ${PKGNAMESUFFIX} != "-agent" -CONFLICTS+= ${PORTNAME}-1.[0-6]* -.endif - -ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//} - -.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings -.if ${ZABBIX_BUILD} != "agent" -MAN8= ${PORTNAME}_${ZABBIX_BUILD}.8 -USE_RC_SUBR= ${PORTNAME}_${ZABBIX_BUILD} -.else -USE_ICONV= yes -MAN1= ${PORTNAME}_get.1 ${PORTNAME}_sender.1 -MAN8= ${PORTNAME}_${ZABBIX_BUILD}d.8 -USE_RC_SUBR= ${PORTNAME}_${ZABBIX_BUILD}d -.endif - -USERS= zabbix -GROUPS= zabbix - -PLIST_SUB= ZABBIX_BUILD=${ZABBIX_BUILD} -SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD} ZABBIX_REQUIRE=${ZABBIX_REQUIRE} - -MAKE_ARGS+= ARCH=freebsd -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" - -.if ${ZABBIX_BUILD} != "agent" -LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp \ - curl:${PORTSDIR}/ftp/curl - -SUB_FILES= pkg-message - -CONFIGURE_ARGS+= --with-net-snmp - -OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options -OPTIONS= MYSQL "Use MySQL backend" on \ - PGSQL "Use PostgreSQL backend" off \ - SQLITE "Use SQLite backend" off \ - IPV6 "Support for IPv6" on \ - LDAP "Support for checking LDAP servers" on \ - IPMI "Support for IPMI" off \ - JABBER "Use jabber media type" on \ - FPING "Use fping for pinging hosts" on \ - SSH "Use libssh2 for SSH-based checks" off - -.include <bsd.port.options.mk> - -.ifndef WITHOUT_MYSQL -ZABBIX_REQUIRE= " mysql" -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql -.elifdef WITH_PGSQL -ZABBIX_REQUIRE= " postgresql" -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-pgsql -.elifdef WITH_SQLITE -ZABBIX_REQUIRE= -USE_SQLITE= 3 -CONFIGURE_ARGS+= --with-sqlite3 -.else -IGNORE= zabbix requires a database backend -.endif - -.ifndef WITHOUT_LDAP -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap -.endif - -.ifdef WITH_IPMI -LIB_DEPENDS+= OpenIPMI:${PORTSDIR}/sysutils/openipmi -CONFIGURE_ARGS+= --with-openipmi -.endif - -.ifndef WITHOUT_JABBER -LIB_DEPENDS+= iksemel:${PORTSDIR}/textproc/iksemel -CONFIGURE_ARGS+= --with-jabber -.endif - -.ifndef WITHOUT_FPING -RUN_DEPENDS+= fping:${PORTSDIR}/net/fping -.endif - -.ifdef WITH_SSH -LIB_DEPENDS+= ssh2:${PORTSDIR}/security/libssh2 -CONFIGURE_ARGS+= --with-ssh2 -.endif -.endif # if ${ZABBIX_BUILD} != "agent" - -.ifdef WITH_IPV6 -CONFIGURE_ARGS+= --enable-ipv6 -.endif - -post-patch: - @${GREP} -rl "/etc/zabbix" ${WRKSRC} \ - | ${XARGS} ${REINPLACE_CMD} -e 's#/etc/zabbix#${ETCDIR}#g' \ - && ${FIND} ${WRKSRC} -type f -name '*.bak' -exec ${RM} -f {} + - @${REINPLACE_CMD} -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#g' ${WRKSRC}/misc/conf/${PORTNAME}_*.conf - -.if ${ZABBIX_BUILD} != "agent" -.ifdef WITHOUT_FPING - @${ECHO} 'DisablePinger=yes' >> ${WRKSRC}/misc/conf/${PORTNAME}_${ZABBIX_BUILD}.conf -.endif -.endif - -post-install: - @${INSTALL} -d ${ETCDIR} - @${INSTALL_DATA} ${WRKSRC}/misc/conf/${PORTNAME}_${ZABBIX_BUILD}.conf ${ETCDIR}/${PORTNAME}_${ZABBIX_BUILD}.conf.sample - -.if ${ZABBIX_BUILD} == "agent" - @${INSTALL_DATA} ${WRKSRC}/misc/conf/${PORTNAME}_${ZABBIX_BUILD}d.conf ${ETCDIR}/${PORTNAME}_${ZABBIX_BUILD}d.conf.sample -.endif - -.if ${ZABBIX_BUILD} != "agent" - @cd ${WRKSRC}/upgrades/ && ${COPYTREE_SHARE} dbpatches ${DATADIR}/${ZABBIX_BUILD}/upgrades/ - @cd ${WRKSRC}/create/ && ${COPYTREE_SHARE} "data schema" ${DATADIR}/${ZABBIX_BUILD}/create/ - @${CAT} ${PKGMESSAGE} -.endif -.endif # if ${ZABBIX_BUILD} != "frontend" - -.include <bsd.port.mk> diff --git a/net-mgmt/zabbix2-server/distinfo b/net-mgmt/zabbix2-server/distinfo deleted file mode 100644 index 993d92207709..000000000000 --- a/net-mgmt/zabbix2-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (zabbix-1.8.2.tar.gz) = fa4be4fa7ac20a33cc0aa5c27b827746 -SHA256 (zabbix-1.8.2.tar.gz) = ba1d00454551c1c6f0d270f76718b69ce9f54c427e22acb5a13ccbc9e621fd81 -SIZE (zabbix-1.8.2.tar.gz) = 3706540 diff --git a/net-mgmt/zabbix2-server/files/patch-configure b/net-mgmt/zabbix2-server/files/patch-configure deleted file mode 100644 index 54dbd17b2d6b..000000000000 --- a/net-mgmt/zabbix2-server/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ - ---- configure.orig 2010-05-17 15:38:52.189911152 +0400 -+++ configure 2010-05-17 15:39:13.793087125 +0400 -@@ -12472,7 +12472,7 @@ - fi #if test "x$_libssh2_dir" = "xno"; then - fi # if test "x$want_ssh2" != "xno"; then - -- if test "x$found_ssh2" == "xyes"; then -+ if test "x$found_ssh2" = "xyes"; then - am_save_cflags="$CFLAGS" - am_save_ldflags="$LDFLAGS" - am_save_libs="$LIBS" -@@ -12537,7 +12537,7 @@ - LDFLAGS="$am_save_ldflags" - LIBS="$am_save_libs" - -- if test "x$found_ssh2" == "xyes"; then -+ if test "x$found_ssh2" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_SSH2 1 - - diff --git a/net-mgmt/zabbix2-server/files/pkg-message.in b/net-mgmt/zabbix2-server/files/pkg-message.in deleted file mode 100644 index 754f2c90ce66..000000000000 --- a/net-mgmt/zabbix2-server/files/pkg-message.in +++ /dev/null @@ -1,11 +0,0 @@ -====================================================================== -Zabbix requires a database. If you are using SQLite, one will be -created automatically. Otherwise you can install one as follows (<db> -is your database engine and <db_client> is its client program): - -% cd %%DATADIR%%/%%ZABBIX_BUILD%%/create -% cat schema/<db>.sql data/data.sql data/images_<db>.sql | <db_client> - -To upgrade an existing database, see the scripts in -%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades. -====================================================================== diff --git a/net-mgmt/zabbix2-server/files/zabbix_agentd.in b/net-mgmt/zabbix2-server/files/zabbix_agentd.in deleted file mode 100644 index eacfffddb0c7..000000000000 --- a/net-mgmt/zabbix2-server/files/zabbix_agentd.in +++ /dev/null @@ -1,26 +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. -# - -. /etc/rc.subr - -name="zabbix_agentd" -rcvar=${name}_enable - -command="%%PREFIX%%/sbin/${name}" -required_files="%%ETCDIR%%/${name}.conf" - -load_rc_config $name - -: ${zabbix_agentd_enable="NO"} - -run_rc_command "$1" diff --git a/net-mgmt/zabbix2-server/files/zabbix_proxy.in b/net-mgmt/zabbix2-server/files/zabbix_proxy.in deleted file mode 100644 index c997126b98a9..000000000000 --- a/net-mgmt/zabbix2-server/files/zabbix_proxy.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: zabbix_proxy -# REQUIRE: DAEMON%%ZABBIX_REQUIRE%% -# 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. -# - -. /etc/rc.subr - -name="zabbix_proxy" -rcvar=${name}_enable - -command="%%PREFIX%%/sbin/${name}" -required_files="%%ETCDIR%%/${name}.conf" - -load_rc_config $name - -: ${zabbix_proxy_enable="NO"} - -run_rc_command "$1" diff --git a/net-mgmt/zabbix2-server/files/zabbix_server.in b/net-mgmt/zabbix2-server/files/zabbix_server.in deleted file mode 100644 index 4f4bb8d2c0c4..000000000000 --- a/net-mgmt/zabbix2-server/files/zabbix_server.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: zabbix_server -# REQUIRE: DAEMON%%ZABBIX_REQUIRE%% -# 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. -# - -. /etc/rc.subr - -name="zabbix_server" -rcvar=${name}_enable - -command="%%PREFIX%%/sbin/${name}" -required_files="%%ETCDIR%%/${name}.conf" - -load_rc_config $name - -: ${zabbix_server_enable="NO"} - -run_rc_command "$1" diff --git a/net-mgmt/zabbix2-server/pkg-descr b/net-mgmt/zabbix2-server/pkg-descr deleted file mode 100644 index 4165c097388f..000000000000 --- a/net-mgmt/zabbix2-server/pkg-descr +++ /dev/null @@ -1,12 +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: http://www.zabbix.com/ diff --git a/net-mgmt/zabbix2-server/pkg-plist b/net-mgmt/zabbix2-server/pkg-plist deleted file mode 100644 index 3f1ab4463203..000000000000 --- a/net-mgmt/zabbix2-server/pkg-plist +++ /dev/null @@ -1,56 +0,0 @@ -@comment $FreeBSD$ -%%ETCDIR%%/zabbix_%%ZABBIX_BUILD%%.conf.sample -sbin/zabbix_%%ZABBIX_BUILD%% -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/data.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Hub.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Hub_small.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Network.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Network_small.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Notebook.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Notebook_small.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Phone.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Phone_small.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Printer.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Printer_small.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Router.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Router_small.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Satellite.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Satellite_small.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Server.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Server_small.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/UPS.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/UPS_small.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Workstation.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images/Workstation_small.png -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images_mysql.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images_oracle.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images_pgsql.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images_sqlite3.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/create/schema/mysql.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/create/schema/oracle.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/create/schema/postgresql.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/create/schema/sqlite.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/mysql/patch.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/oracle/patch.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/postgresql/patch.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8/oracle/patch.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8/postgresql/patch.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8/mysql/upgrade -%%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8/mysql/patch.sql -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8/postgresql -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8/oracle -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8/mysql -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.8 -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/postgresql -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/oracle -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6/mysql -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches/1.6 -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades/dbpatches -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/upgrades -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/create/schema -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/create/data/images -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/create/data -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%%/create -@dirrm %%DATADIR%%/%%ZABBIX_BUILD%% -@dirrmtry %%DATADIR%% -@dirrmtry %%ETCDIR%% diff --git a/net-mgmt/zabbix2-server/pkg-plist.agent b/net-mgmt/zabbix2-server/pkg-plist.agent deleted file mode 100644 index 098c6d80e769..000000000000 --- a/net-mgmt/zabbix2-server/pkg-plist.agent +++ /dev/null @@ -1,8 +0,0 @@ -@comment $FreeBSD$ -%%ETCDIR%%/zabbix_agent.conf.sample -%%ETCDIR%%/zabbix_agentd.conf.sample -bin/zabbix_get -bin/zabbix_sender -sbin/zabbix_agent -sbin/zabbix_agentd -@dirrmtry %%ETCDIR%% diff --git a/net-mgmt/zabbix2-server/pkg-plist.frontend b/net-mgmt/zabbix2-server/pkg-plist.frontend deleted file mode 100644 index ce99d0de6175..000000000000 --- a/net-mgmt/zabbix2-server/pkg-plist.frontend +++ /dev/null @@ -1,457 +0,0 @@ -@comment $FreeBSD$ -%%WWWDIR%%/acknow.php -%%WWWDIR%%/actionconf.php -%%WWWDIR%%/api/.htaccess -%%WWWDIR%%/api/classes/class.apiexception.php -%%WWWDIR%%/api/classes/class.caction.php -%%WWWDIR%%/api/classes/class.calert.php -%%WWWDIR%%/api/classes/class.capiinfo.php -%%WWWDIR%%/api/classes/class.capplication.php -%%WWWDIR%%/api/classes/class.cevent.php -%%WWWDIR%%/api/classes/class.cgraph.php -%%WWWDIR%%/api/classes/class.cgraphitem.php -%%WWWDIR%%/api/classes/class.chost.php -%%WWWDIR%%/api/classes/class.chostgroup.php -%%WWWDIR%%/api/classes/class.cimage.php -%%WWWDIR%%/api/classes/class.citem.php -%%WWWDIR%%/api/classes/class.cmaintenance.php -%%WWWDIR%%/api/classes/class.cmap.php -%%WWWDIR%%/api/classes/class.cproxy.php -%%WWWDIR%%/api/classes/class.cscreen.php -%%WWWDIR%%/api/classes/class.cscript.php -%%WWWDIR%%/api/classes/class.ctemplate.php -%%WWWDIR%%/api/classes/class.ctrigger.php -%%WWWDIR%%/api/classes/class.cuser.php -%%WWWDIR%%/api/classes/class.cusergroup.php -%%WWWDIR%%/api/classes/class.cusermacro.php -%%WWWDIR%%/api/classes/class.czbxapi.php -%%WWWDIR%%/api/rpc/class.cjsonrpc.php -%%WWWDIR%%/api/rpc/class.czbxrpc.php -%%WWWDIR%%/api_jsonrpc.php -%%WWWDIR%%/applications.php -%%WWWDIR%%/audio/trigger_off.wav -%%WWWDIR%%/audio/trigger_on.wav -%%WWWDIR%%/audio/trigger_on_average.wav -%%WWWDIR%%/audio/trigger_on_disaster.wav -%%WWWDIR%%/audio/trigger_on_high.wav -%%WWWDIR%%/audio/trigger_on_warning.wav -%%WWWDIR%%/auditacts.php -%%WWWDIR%%/auditlogs.php -%%WWWDIR%%/authentication.php -%%WWWDIR%%/chart.php -%%WWWDIR%%/chart2.php -%%WWWDIR%%/chart3.php -%%WWWDIR%%/chart4.php -%%WWWDIR%%/chart5.php -%%WWWDIR%%/chart6.php -%%WWWDIR%%/chart7.php -%%WWWDIR%%/chart_bar.php -%%WWWDIR%%/chart_sla.php -%%WWWDIR%%/charts.php -%%WWWDIR%%/conf/.htaccess -%%WWWDIR%%/conf/COPYING -%%WWWDIR%%/conf/maintenance.inc.php -%%WWWDIR%%/conf/zabbix.conf.php.example -%%WWWDIR%%/config.php -%%WWWDIR%%/css.css -%%WWWDIR%%/dashboard.php -%%WWWDIR%%/dashconf.php -%%WWWDIR%%/discovery.php -%%WWWDIR%%/discoveryconf.php -%%WWWDIR%%/events.php -%%WWWDIR%%/export.php -%%WWWDIR%%/fonts/DejaVuSans.ttf -%%WWWDIR%%/graphs.php -%%WWWDIR%%/history.php -%%WWWDIR%%/hostgroups.php -%%WWWDIR%%/hostprofiles.php -%%WWWDIR%%/hosts.php -%%WWWDIR%%/httpconf.php -%%WWWDIR%%/httpdetails.php -%%WWWDIR%%/httpmon.php -%%WWWDIR%%/image.php -%%WWWDIR%%/images/flash/zbxclock.swf -%%WWWDIR%%/images/general/arrowdown.gif -%%WWWDIR%%/images/general/arrowup.gif -%%WWWDIR%%/images/general/bar/arrow_down.gif -%%WWWDIR%%/images/general/bar/arrow_sm.gif -%%WWWDIR%%/images/general/bar/arrow_up.gif -%%WWWDIR%%/images/general/bar/bar_bg.png -%%WWWDIR%%/images/general/bar/bar_middle.png -%%WWWDIR%%/images/general/bar/bg.png -%%WWWDIR%%/images/general/bar/cal.gif -%%WWWDIR%%/images/general/bar/left.png -%%WWWDIR%%/images/general/bar/left_arr.png -%%WWWDIR%%/images/general/bar/right.png -%%WWWDIR%%/images/general/bar/right_arr.png -%%WWWDIR%%/images/general/bttn/arrowdown.png -%%WWWDIR%%/images/general/bttn/arrowdown_bb.png -%%WWWDIR%%/images/general/bttn/arrowleft.png -%%WWWDIR%%/images/general/bttn/arrowleft_bb.png -%%WWWDIR%%/images/general/bttn/arrowright.png -%%WWWDIR%%/images/general/bttn/arrowright_bb.png -%%WWWDIR%%/images/general/bttn/arrowup.png -%%WWWDIR%%/images/general/bttn/arrowup_bb.png -%%WWWDIR%%/images/general/bttn/config.png -%%WWWDIR%%/images/general/bttn/config_bb.png -%%WWWDIR%%/images/general/bttn/config_hl.png -%%WWWDIR%%/images/general/bttn/config_hl_bb.png -%%WWWDIR%%/images/general/bttn/down.png -%%WWWDIR%%/images/general/bttn/down_bb.png -%%WWWDIR%%/images/general/bttn/fullscreen.png -%%WWWDIR%%/images/general/bttn/fullscreen_bb.png -%%WWWDIR%%/images/general/bttn/help.png -%%WWWDIR%%/images/general/bttn/help_bb.png -%%WWWDIR%%/images/general/bttn/menu.png -%%WWWDIR%%/images/general/bttn/menu_bb.png -%%WWWDIR%%/images/general/bttn/minus.png -%%WWWDIR%%/images/general/bttn/minus_bb.png -%%WWWDIR%%/images/general/bttn/mute.png -%%WWWDIR%%/images/general/bttn/mute_bb.png -%%WWWDIR%%/images/general/bttn/plus.png -%%WWWDIR%%/images/general/bttn/plus_bb.png -%%WWWDIR%%/images/general/bttn/reset.png -%%WWWDIR%%/images/general/bttn/reset_bb.png -%%WWWDIR%%/images/general/bttn/sound.png -%%WWWDIR%%/images/general/bttn/sound_bb.png -%%WWWDIR%%/images/general/bttn/up.png -%%WWWDIR%%/images/general/bttn/up_bb.png -%%WWWDIR%%/images/general/chart.png -%%WWWDIR%%/images/general/closed.gif -%%WWWDIR%%/images/general/dbl_arrow_down.png -%%WWWDIR%%/images/general/dbl_arrow_down2.png -%%WWWDIR%%/images/general/dbl_arrow_up.png -%%WWWDIR%%/images/general/dbl_arrow_up2.png -%%WWWDIR%%/images/general/down_icon.png -%%WWWDIR%%/images/general/error.png -%%WWWDIR%%/images/general/error_icon.png -%%WWWDIR%%/images/general/error_small.gif -%%WWWDIR%%/images/general/help.gif -%%WWWDIR%%/images/general/inst_completed.gif -%%WWWDIR%%/images/general/inst_current.gif -%%WWWDIR%%/images/general/inst_step.gif -%%WWWDIR%%/images/general/ipmi_available.png -%%WWWDIR%%/images/general/ipmi_available_bb.png -%%WWWDIR%%/images/general/ipmi_unavailable.png -%%WWWDIR%%/images/general/ipmi_unknown.png -%%WWWDIR%%/images/general/no_icon.png -%%WWWDIR%%/images/general/ok.png -%%WWWDIR%%/images/general/ok_bb.png -%%WWWDIR%%/images/general/ok_icon.png -%%WWWDIR%%/images/general/ok_icon_bb.png -%%WWWDIR%%/images/general/opened.gif -%%WWWDIR%%/images/general/snmp_available.png -%%WWWDIR%%/images/general/snmp_available_bb.png -%%WWWDIR%%/images/general/snmp_unavailable.png -%%WWWDIR%%/images/general/snmp_unknown.png -%%WWWDIR%%/images/general/sort_down.png -%%WWWDIR%%/images/general/sort_down_bb.png -%%WWWDIR%%/images/general/sort_downw.gif -%%WWWDIR%%/images/general/sort_up.png -%%WWWDIR%%/images/general/sort_up_bb.png -%%WWWDIR%%/images/general/sort_upw.gif -%%WWWDIR%%/images/general/sortdown.gif -%%WWWDIR%%/images/general/sortdown_off.gif -%%WWWDIR%%/images/general/sortup.gif -%%WWWDIR%%/images/general/sortup_off.gif -%%WWWDIR%%/images/general/tick.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/minus.gif -%%WWWDIR%%/images/general/tree/plus.gif -%%WWWDIR%%/images/general/tree/point.gif -%%WWWDIR%%/images/general/tree/pointc.gif -%%WWWDIR%%/images/general/tree/pointl.gif -%%WWWDIR%%/images/general/tree/zero.gif -%%WWWDIR%%/images/general/up_icon.png -%%WWWDIR%%/images/general/warning16r.gif -%%WWWDIR%%/images/general/warning_small.gif -%%WWWDIR%%/images/general/zabbix.ico -%%WWWDIR%%/images/general/zabbix.png -%%WWWDIR%%/images/general/zabbix_available.png -%%WWWDIR%%/images/general/zabbix_available_bb.png -%%WWWDIR%%/images/general/zabbix_bb.ico -%%WWWDIR%%/images/general/zabbix_bb.png -%%WWWDIR%%/images/general/zabbix_ob.ico -%%WWWDIR%%/images/general/zabbix_unavailable.png -%%WWWDIR%%/images/general/zabbix_unknown.png -%%WWWDIR%%/images/general/zero.gif -%%WWWDIR%%/images/gradients/blink1.gif -%%WWWDIR%%/images/gradients/blink2.gif -%%WWWDIR%%/images/gradients/button.gif -%%WWWDIR%%/images/gradients/gradient.png -%%WWWDIR%%/images/gradients/menu_not_active.gif -%%WWWDIR%%/images/gradients/menu_not_active2.gif -%%WWWDIR%%/images/gradients/menu_not_active_bb.gif -%%WWWDIR%%/images/gradients/sla_blue.png -%%WWWDIR%%/images/gradients/sla_blue15.png -%%WWWDIR%%/images/gradients/sla_green.png -%%WWWDIR%%/images/gradients/sla_green15.png -%%WWWDIR%%/images/gradients/sla_red.png -%%WWWDIR%%/images/gradients/sla_red15.png -%%WWWDIR%%/images/gradients/table_head.gif -%%WWWDIR%%/images/gradients/table_head2.gif -%%WWWDIR%%/images/gradients/table_head2_bb.gif -%%WWWDIR%%/images/gradients/table_head_bb.gif -%%WWWDIR%%/images/sysmaps/Hub.png -%%WWWDIR%%/images/sysmaps/Hub_small.png -%%WWWDIR%%/images/sysmaps/Network.png -%%WWWDIR%%/images/sysmaps/Network_small.png -%%WWWDIR%%/images/sysmaps/Notebook.png -%%WWWDIR%%/images/sysmaps/Notebook_small.png -%%WWWDIR%%/images/sysmaps/Phone.png -%%WWWDIR%%/images/sysmaps/Phone_small.png -%%WWWDIR%%/images/sysmaps/Printer.png -%%WWWDIR%%/images/sysmaps/Printer_small.png -%%WWWDIR%%/images/sysmaps/README -%%WWWDIR%%/images/sysmaps/Router.png -%%WWWDIR%%/images/sysmaps/Router_small.png -%%WWWDIR%%/images/sysmaps/Satellite.png -%%WWWDIR%%/images/sysmaps/Satellite_small.png -%%WWWDIR%%/images/sysmaps/Server.png -%%WWWDIR%%/images/sysmaps/Server_small.png -%%WWWDIR%%/images/sysmaps/UPS.png -%%WWWDIR%%/images/sysmaps/UPS_small.png -%%WWWDIR%%/images/sysmaps/Workstation.png -%%WWWDIR%%/images/sysmaps/Workstation_small.png -%%WWWDIR%%/images/sysmaps/old/Hub.png -%%WWWDIR%%/images/sysmaps/old/Notebook.png -%%WWWDIR%%/images/sysmaps/old/Printer.png -%%WWWDIR%%/images/sysmaps/old/Router.png -%%WWWDIR%%/images/sysmaps/old/Server.png -%%WWWDIR%%/images/sysmaps/old/Workstation.png -%%WWWDIR%%/imgstore.php -%%WWWDIR%%/import.php -%%WWWDIR%%/include/.htaccess -%%WWWDIR%%/include/acknow.inc.php -%%WWWDIR%%/include/actions.inc.php -%%WWWDIR%%/include/apicalls.inc.php -%%WWWDIR%%/include/audit.inc.php -%%WWWDIR%%/include/blocks.inc.php -%%WWWDIR%%/include/classes/.htaccess -%%WWWDIR%%/include/classes/class.carea.php -%%WWWDIR%%/include/classes/class.careamap.php -%%WWWDIR%%/include/classes/class.cbar.php -%%WWWDIR%%/include/classes/class.cbutton.php -%%WWWDIR%%/include/classes/class.cbuttoncancel.php -%%WWWDIR%%/include/classes/class.cbuttondelete.php -%%WWWDIR%%/include/classes/class.cbuttonqmessage.php -%%WWWDIR%%/include/classes/class.cchart.php -%%WWWDIR%%/include/classes/class.ccheckbox.php -%%WWWDIR%%/include/classes/class.ccol.php -%%WWWDIR%%/include/classes/class.ccolor.php -%%WWWDIR%%/include/classes/class.ccolorcell.php -%%WWWDIR%%/include/classes/class.ccombobox.php -%%WWWDIR%%/include/classes/class.ccomboitem.php -%%WWWDIR%%/include/classes/class.cdiv.php -%%WWWDIR%%/include/classes/class.ceditablecombobox.php -%%WWWDIR%%/include/classes/class.cfile.php -%%WWWDIR%%/include/classes/class.cflash.php -%%WWWDIR%%/include/classes/class.cflashclock.php -%%WWWDIR%%/include/classes/class.cflashembed.php -%%WWWDIR%%/include/classes/class.cform.php -%%WWWDIR%%/include/classes/class.cformtable.php -%%WWWDIR%%/include/classes/class.cgraphdraw.php -%%WWWDIR%%/include/classes/class.chelp.php -%%WWWDIR%%/include/classes/class.chostsinfo.php -%%WWWDIR%%/include/classes/class.chttp_request.php -%%WWWDIR%%/include/classes/class.ciframe.php -%%WWWDIR%%/include/classes/class.cimagetexttable.php -%%WWWDIR%%/include/classes/class.cimg.php -%%WWWDIR%%/include/classes/class.cipbox.php -%%WWWDIR%%/include/classes/class.cjson.php -%%WWWDIR%%/include/classes/class.cjsscript.php -%%WWWDIR%%/include/classes/class.cldap.php -%%WWWDIR%%/include/classes/class.clink.php -%%WWWDIR%%/include/classes/class.clist.php -%%WWWDIR%%/include/classes/class.clistbox.php -%%WWWDIR%%/include/classes/class.clistitem.php -%%WWWDIR%%/include/classes/class.cnumericbox.php -%%WWWDIR%%/include/classes/class.cobject.php -%%WWWDIR%%/include/classes/class.cparam.php -%%WWWDIR%%/include/classes/class.cpassbox.php -%%WWWDIR%%/include/classes/class.cpie.php -%%WWWDIR%%/include/classes/class.cpumenu.php -%%WWWDIR%%/include/classes/class.crow.php -%%WWWDIR%%/include/classes/class.cserverinfo.php -%%WWWDIR%%/include/classes/class.cspan.php -%%WWWDIR%%/include/classes/class.ctable.php -%%WWWDIR%%/include/classes/class.ctableinfo.php -%%WWWDIR%%/include/classes/class.ctag.php -%%WWWDIR%%/include/classes/class.ctextarea.php -%%WWWDIR%%/include/classes/class.ctextbox.php -%%WWWDIR%%/include/classes/class.ctree.php -%%WWWDIR%%/include/classes/class.ctriggersinfo.php -%%WWWDIR%%/include/classes/class.ctweenbox.php -%%WWWDIR%%/include/classes/class.curl.php -%%WWWDIR%%/include/classes/class.cvar.php -%%WWWDIR%%/include/classes/class.cvartag.php -%%WWWDIR%%/include/classes/class.cvisibilitybox.php -%%WWWDIR%%/include/classes/class.cwidget.php -%%WWWDIR%%/include/config.inc.php -%%WWWDIR%%/include/copt.lib.php -%%WWWDIR%%/include/db.inc.php -%%WWWDIR%%/include/debug.inc.php -%%WWWDIR%%/include/defines.inc.php -%%WWWDIR%%/include/discovery.inc.php -%%WWWDIR%%/include/events.inc.php -%%WWWDIR%%/include/export.inc.php -%%WWWDIR%%/include/forms.inc.php -%%WWWDIR%%/include/func.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/locales/cn_zh.inc.php -%%WWWDIR%%/include/locales/de_de.inc.php -%%WWWDIR%%/include/locales/en_gb.inc.php -%%WWWDIR%%/include/locales/fr_fr.inc.php -%%WWWDIR%%/include/locales/hu_hu.inc.php -%%WWWDIR%%/include/locales/it_it.inc.php -%%WWWDIR%%/include/locales/ja_jp.inc.php -%%WWWDIR%%/include/locales/ko_kr.inc.php -%%WWWDIR%%/include/locales/lv_lv.inc.php -%%WWWDIR%%/include/locales/nl_nl.inc.php -%%WWWDIR%%/include/locales/pl_pl.inc.php -%%WWWDIR%%/include/locales/pt_br.inc.php -%%WWWDIR%%/include/locales/ru_ru.inc.php -%%WWWDIR%%/include/locales/sp_sp.inc.php -%%WWWDIR%%/include/locales/sv_se.inc.php -%%WWWDIR%%/include/locales/ua_ua.inc.php -%%WWWDIR%%/include/maintenances.inc.php -%%WWWDIR%%/include/maps.inc.php -%%WWWDIR%%/include/media.inc.php -%%WWWDIR%%/include/menu.inc.php -%%WWWDIR%%/include/nodes.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/reports.inc.php -%%WWWDIR%%/include/requirements.inc.php -%%WWWDIR%%/include/screens.inc.php -%%WWWDIR%%/include/scripts.inc.php -%%WWWDIR%%/include/services.inc.php -%%WWWDIR%%/include/setup.inc.php -%%WWWDIR%%/include/triggers.inc.php -%%WWWDIR%%/include/users.inc.php -%%WWWDIR%%/include/validate.inc.php -%%WWWDIR%%/index.php -%%WWWDIR%%/instal.php -%%WWWDIR%%/items.php -%%WWWDIR%%/js/class.calendar.js -%%WWWDIR%%/js/class.cdate.js -%%WWWDIR%%/js/class.cmap.js -%%WWWDIR%%/js/class.cookie.js -%%WWWDIR%%/js/class.cscreen.js -%%WWWDIR%%/js/class.cswitcher.js -%%WWWDIR%%/js/class.ctree.js -%%WWWDIR%%/js/class.curl.js -%%WWWDIR%%/js/class.pmaster.js -%%WWWDIR%%/js/common.js -%%WWWDIR%%/js/functions.js -%%WWWDIR%%/js/gtlc.js -%%WWWDIR%%/js/main.js -%%WWWDIR%%/js/menu.js -%%WWWDIR%%/js/prototype.js -%%WWWDIR%%/js/scriptaculous.js -%%WWWDIR%%/js/scriptaculous/builder.js -%%WWWDIR%%/js/scriptaculous/controls.js -%%WWWDIR%%/js/scriptaculous/dragdrop.js -%%WWWDIR%%/js/scriptaculous/effects.js -%%WWWDIR%%/js/scriptaculous/slider.js -%%WWWDIR%%/js/scriptaculous/sound.js -%%WWWDIR%%/latest.php -%%WWWDIR%%/locales.php -%%WWWDIR%%/maintenance.php -%%WWWDIR%%/map.php -%%WWWDIR%%/maps.php -%%WWWDIR%%/media_types.php -%%WWWDIR%%/nodes.php -%%WWWDIR%%/overview.php -%%WWWDIR%%/popup.php -%%WWWDIR%%/popup_bitem.php -%%WWWDIR%%/popup_gitem.php -%%WWWDIR%%/popup_httpstep.php -%%WWWDIR%%/popup_link_tr.php -%%WWWDIR%%/popup_media.php -%%WWWDIR%%/popup_period.php -%%WWWDIR%%/popup_right.php -%%WWWDIR%%/popup_trexpr.php -%%WWWDIR%%/popup_users.php -%%WWWDIR%%/popup_usrgrp.php -%%WWWDIR%%/profile.php -%%WWWDIR%%/proxies.php -%%WWWDIR%%/queue.php -%%WWWDIR%%/report1.php -%%WWWDIR%%/report2.php -%%WWWDIR%%/report3.php -%%WWWDIR%%/report4.php -%%WWWDIR%%/report5.php -%%WWWDIR%%/report6.php -%%WWWDIR%%/screenconf.php -%%WWWDIR%%/screenedit.php -%%WWWDIR%%/screens.php -%%WWWDIR%%/scripts.php -%%WWWDIR%%/scripts_exec.php -%%WWWDIR%%/search.php -%%WWWDIR%%/services.php -%%WWWDIR%%/services_form.php -%%WWWDIR%%/setup.php -%%WWWDIR%%/slides.php -%%WWWDIR%%/srv_status.php -%%WWWDIR%%/styles/blocks.css -%%WWWDIR%%/styles/calendar.css -%%WWWDIR%%/styles/css_bb.css -%%WWWDIR%%/styles/css_ob.css -%%WWWDIR%%/styles/default.css -%%WWWDIR%%/styles/div.css -%%WWWDIR%%/styles/form.css -%%WWWDIR%%/styles/link.css -%%WWWDIR%%/styles/p.css -%%WWWDIR%%/styles/popupmenu.css -%%WWWDIR%%/styles/table.css -%%WWWDIR%%/styles/ul.css -%%WWWDIR%%/sysmap.php -%%WWWDIR%%/sysmaps.php -%%WWWDIR%%/templates.php -%%WWWDIR%%/tr_comments.php -%%WWWDIR%%/tr_events.php -%%WWWDIR%%/tr_logform.php -%%WWWDIR%%/tr_status.php -%%WWWDIR%%/tr_testexpr.php -%%WWWDIR%%/triggers.php -%%WWWDIR%%/usergrps.php -%%WWWDIR%%/users.php -%%WWWDIR%%/vtext.php -%%WWWDIR%%/warning.php -@dirrm %%WWWDIR%%/styles -@dirrm %%WWWDIR%%/js/scriptaculous -@dirrm %%WWWDIR%%/js -@dirrm %%WWWDIR%%/include/locales -@dirrm %%WWWDIR%%/include/classes -@dirrm %%WWWDIR%%/include -@dirrm %%WWWDIR%%/images/sysmaps/old -@dirrm %%WWWDIR%%/images/sysmaps -@dirrm %%WWWDIR%%/images/gradients -@dirrm %%WWWDIR%%/images/general/tree -@dirrm %%WWWDIR%%/images/general/bttn -@dirrm %%WWWDIR%%/images/general/bar -@dirrm %%WWWDIR%%/images/general -@dirrm %%WWWDIR%%/images/flash -@dirrm %%WWWDIR%%/images -@dirrm %%WWWDIR%%/fonts -@dirrm %%WWWDIR%%/conf -@dirrm %%WWWDIR%%/audio -@dirrm %%WWWDIR%%/api/rpc -@dirrm %%WWWDIR%%/api/classes -@dirrm %%WWWDIR%%/api -@dirrm %%WWWDIR%% |