View | Details | Raw Unified | Return to bug 219685 | Differences between
and this patch

Collapse All | Expand All

(-)net-mgmt/cacti88/Makefile (+71 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	cacti
4
PORTVERSION=	0.8.8h${PATCHLEVEL}
5
CATEGORIES=	net-mgmt www
6
MASTER_SITES=	http://www.cacti.net/downloads/
7
MAINTAINER=	egypcio@googlemail.com
8
COMMENT=	Unofficial/experimental version of net-mgmt/cacti
9
10
LICENSE=	GPLv2
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
RUN_DEPENDS=	rrdtool:databases/rrdtool
14
15
USES=		cpe mysql shebangfix
16
USE_PHP=	mysqli pcre session sockets snmp xml
17
WANT_PHP_WEB=	yes
18
NO_ARCH=	yes
19
NO_BUILD=	yes
20
PKGMESSAGE=	${WRKDIR}/pkg-message
21
SUB_FILES=	pkg-message
22
SHEBANG_FILES=	scripts/3com_cable_modem.pl \
23
		scripts/diskfree.pl \
24
		scripts/linux_memory.pl \
25
		scripts/loadavg.pl \
26
		scripts/loadavg_multi.pl \
27
		scripts/ping.pl \
28
		scripts/query_unix_partitions.pl \
29
		scripts/unix_processes.pl \
30
		scripts/unix_tcp_connections.pl \
31
		scripts/unix_users.pl \
32
		scripts/weatherbug.pl \
33
		scripts/webhits.pl
34
35
CACTIDIR?=	share/cacti
36
CACTIUSER?=	cacti
37
CACTIGROUP?=	cacti
38
39
USERS?=		${CACTIUSER}
40
GROUPS?=	${CACTIGROUP}
41
42
WRKSRC=		${WRKDIR}/${PORTNAME}-${SITEDISTVERSION}
43
44
SITEDISTVERSION=	${PORTVERSION:S/${PATCHLEVEL}$//}
45
46
PLIST_SUB+=	CACTIDIR=${CACTIDIR}  CACTIUSER=${CACTIUSER} \
47
		CACTIGROUP=${CACTIGROUP}
48
SUB_LIST+=	CACTIDIR=${CACTIDIR} CACTIUSER=${CACTIUSER} \
49
		CACTIGROUP=${CACTIGROUP}
50
51
CONFLICTS=	cacti-[1-9]*
52
53
post-patch:
54
	@${FIND} ${WRKSRC} -name \*.orig -delete; \
55
	${MV} ${WRKSRC}/include/config.php ${WRKSRC}/include/config.php.sample
56
	${RM} -r ${WRKSRC}/log ${WRKSRC}/rra
57
58
do-install:
59
	${MKDIR} ${STAGEDIR}/${PREFIX}/${CACTIDIR}
60
	${MKDIR} ${STAGEDIR}/var/log/cacti
61
	${MKDIR} ${STAGEDIR}/var/db/cacti/rra
62
	${MKDIR} ${STAGEDIR}/var/db/cacti/scripts
63
	${CP} -R ${WRKSRC}/* ${STAGEDIR}/${PREFIX}/${CACTIDIR}
64
	if [ -f ${PREFIX}/${CACTIDIR}/include/db-settings.php ]; then \
65
		${ECHO_CMD} "======================================================================="; \
66
		${ECHO_CMD} "WARNING! You have to move DB settings from"; \
67
		${ECHO_CMD} "${PREFIX}/${CACTIDIR}/include/db-settings.php file to"; \
68
		${ECHO_CMD} "${PREFIX}/${CACTIDIR}/include/config.php and remove db-settings.php"; \
69
	fi
70
71
.include <bsd.port.mk>
(-)net-mgmt/cacti88/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1493819092
2
SHA256 (cacti-0.8.8h.tar.gz) = 0673bd9513dad381c8bbb9133c721a32bc6422dc91c5a81de16e3cd32e4d0600
3
SIZE (cacti-0.8.8h.tar.gz) = 2585226
(-)net-mgmt/cacti88/files/patch-include__global.php (+11 lines)
Line 0 Link Here
1
--- include/global.php.bak	2015-03-12 03:07:05.768314249 -0700
2
+++ include/global.php	2015-03-12 03:08:04.171320391 -0700
3
@@ -113,7 +113,7 @@
4
 	$config["library_path"] = preg_replace("/(.*[\/])include/", "\\1lib", dirname(__FILE__));
5
 }
6
 $config["include_path"] = dirname(__FILE__);
7
-$config["rra_path"] = $config["base_path"] . '/rra';
8
+$config["rra_path"] = '/var/db/cacti/rra';
9
 
10
 /* colors */
11
 $colors["dark_outline"] = "454E53";
(-)net-mgmt/cacti88/files/patch-include__global_settings.php (+11 lines)
Line 0 Link Here
1
--- include/global_settings.php.bak	2015-03-12 03:08:59.333297709 -0700
2
+++ include/global_settings.php	2015-03-12 03:10:47.532302704 -0700
3
@@ -96,7 +96,7 @@
4
 			),
5
 		"path_cactilog" => array(
6
 			"friendly_name" => "Cacti Log File Path",
7
-			"description" => "The path to your Cacti log file (if blank, defaults to <path_cacti>/log/cacti.log)",
8
+			"description" => "The path to your Cacti log file (if blank, defaults to /var/log/cacti/log)",
9
 			"method" => "filepath",
10
 			"default" => $config["base_path"] . "/log/cacti.log",
11
 			"max_length" => "255"
(-)net-mgmt/cacti88/files/patch-install__index.php (+20 lines)
Line 0 Link Here
1
--- install/index.php.orig	2016-05-28 10:54:08.124059773 +0100
2
+++ install/index.php	2016-05-28 10:54:34.252057818 +0100
3
@@ -63,7 +63,7 @@
4
 }
5
 
6
 function verify_php_extensions() {
7
-	$extensions = array("session", "sockets", "mysql", "xml");
8
+	$extensions = array("session", "sockets", "mysqli", "xml");
9
 	$ok = true;
10
 	$missing_extension = "	<p style='font-family: Verdana, Arial; font-size: 16px; font-weight: bold; color: red;'>Error</p>
11
 							<p style='font-family: Verdana, Arial; font-size: 12px;'>The following PHP extensions are missing:</p><ul>";
12
@@ -267,7 +267,7 @@
13
 if (config_value_exists("path_cactilog")) {
14
 	$input["path_cactilog"]["default"] = read_config_option("path_cactilog");
15
 } else {
16
-	$input["path_cactilog"]["default"] = $config["base_path"] . "/log/cacti.log";
17
+	$input["path_cactilog"]["default"] = "/var/log/cacti/log";
18
 }
19
 
20
 /* SNMP Version */
(-)net-mgmt/cacti88/files/patch-lib__functions.php (+15 lines)
Line 0 Link Here
1
--- lib/functions.php.orig	2016-05-28 10:58:17.522042409 +0100
2
+++ lib/functions.php	2016-05-28 11:00:31.399032747 +0100
3
@@ -670,8 +670,10 @@
4
 	$issue_log_message   = false;
5
 	$ping_failure_count  = read_config_option("ping_failure_count");
6
 	$ping_recovery_count = read_config_option("ping_recovery_count");
7
-	$hosts[$host_id]["status_fail_date"] = '0000-00-00 00:00:00';
8
-	$hosts[$host_id]["status_rec_date"] = '0000-00-00 00:00:00';
9
+	if ((!isset($hosts[$host_id]["status_fail_date"])) || ($hosts[$host_id]["status_fail_date"] == ""))
10
+		$hosts[$host_id]["status_fail_date"] = '0000-00-00 00:00:00';
11
+	if ((!isset($hosts[$host_id]["status_rec_date"])) || ($hosts[$host_id]["status_rec_date"] == ""))
12
+		$hosts[$host_id]["status_rec_date"] = '0000-00-00 00:00:00';
13
 
14
 	if ($status == HOST_DOWN) {
15
 		/* update total polls, failed polls and availability */
(-)net-mgmt/cacti88/files/patch-scripts__diskfree.pl (+9 lines)
Line 0 Link Here
1
--- ./scripts/diskfree.pl.orig	2014-08-15 15:39:51.000000000 +0200
2
+++ ./scripts/diskfree.pl	2014-08-15 15:40:16.000000000 +0200
3
@@ -1,5 +1,5 @@
4
 #!/usr/bin/perl
5
-open(PROCESS,"df --block-size=1024 -P $ARGV[0] | grep -v Filesystem |");
6
+open(PROCESS,"df -k $ARGV[0] | grep -v Filesystem |");
7
 foreach (<PROCESS>) {
8
 	if ($_ =~ /($ARGV[0])(.* )(.*[0-9])(.* )(.*[0-9])(.* )(.*[0-9])(.* )(.*[0-9])%(.* )/) {
9
 		print "megabytes:$7 percent:$9";
(-)net-mgmt/cacti88/files/patch-scripts__ping.pl (+11 lines)
Line 0 Link Here
1
--- ./scripts/ping.pl.orig	2014-08-15 15:39:56.000000000 +0200
2
+++ ./scripts/ping.pl	2014-08-15 15:40:35.000000000 +0200
3
@@ -6,7 +6,7 @@
4
 
5
 # old linux version use "icmp_seq"
6
 # newer use "icmp_req" instead
7
-open(PROCESS, "ping -c 1 $host | grep 'icmp_[s|r]eq' | grep time |");
8
+open(PROCESS, "/sbin/ping -c 1 $host | grep 'icmp_[s|r]eq' | grep time |");
9
 $ping = <PROCESS>;
10
 close(PROCESS);
11
 $ping =~ m/(.*time=)(.*) (ms|usec)/;
(-)net-mgmt/cacti88/files/pkg-message.in (+87 lines)
Line 0 Link Here
1
=======================================================================
2
Cacti is now installed. If you intall it for the first time,
3
you may have to follow this steps to make it work correctly:
4
5
1. Create the MySQL database, a cacti user, and initialize:
6
   a) CREATE DATABASE cacti;
7
   b) Create a mysql user/password for cacti:
8
      CREATE USER 'cacti'@'localhost' IDENTIFIED BY 'password';
9
      FLUSH PRIVILEGES;
10
   c) Add GRANTS:
11
      GRANT ALL ON cacti.* TO 'cacti'@'localhost';
12
      FLUSH PRIVILEGES;
13
   d) Import the default cacti database:
14
      mysql --database=cacti -ucacti -p < %%PREFIX%%/%%CACTIDIR%%/cacti.sql
15
16
 NOTE:
17
   * Cacti does not LOCK TABLES.
18
19
2. Edit %%PREFIX%%/%%CACTIDIR%%/include/config.php from the template
20
   config.php.orig.
21
22
   PHP requires the time zone to be explicitly set rather that rely on
23
   the system time zone, otherwise poller complains. I added the
24
   following line to my config.php:
25
26
   date_default_timezone_set('America/Los_Angeles');
27
28
3. Add the following line to cron for %%CACTIUSER%%:
29
*/5 * * * * %%LOCALBASE%%/bin/php %%PREFIX%%/%%CACTIDIR%%/poller.php > /dev/null 2>&1
30
31
4. Example Apache 2.4 configuration:
32
33
   LoadModule php5_module  libexec/apache22/libphp5.so
34
35
   <FilesMatch "\.php$">
36
       SetHandler application/x-httpd-php
37
   </FilesMatch>
38
   <FilesMatch "\.phps$">
39
       SetHandler application/x-httpd-php-source
40
   </FilesMatch>
41
42
   DirectoryIndex index.php
43
44
   DocumentRoot "/usr/local/share/cacti"
45
46
   Alias /cacti "/usr/local/share/cacti/"
47
   Alias /Cacti "/usr/local/share/cacti/"
48
49
   <Directory "/usr/local/share/cacti">
50
      Require all granted
51
      AllowOverride None
52
      Order Allow,deny
53
      Allow from all
54
   </Directory>
55
56
5. Open a Cacti login page in your web browser and login with
57
   admin/admin.
58
59
If you update cacti, open a login page and an updating process will
60
start automatically.
61
62
NOTEs as of 10Aug2014:
63
64
1) Cacti now better supports hier(7)
65
66
   a) Cacti log files are now found under /var/log/cacti where you can
67
      manage them using newsyslog.
68
   b) Cacti RRD files are now found under /var/db/cacti/rra.
69
70
   If you have an existing Cacti installation these paths are also
71
   found in Cacti's SQL database and MUST be updated. These two SQL
72
   commands should do the trick:
73
74
   UPDATE settings SET value='/var/log/cacti/log' \
75
     WHERE name='path_cactilog';
76
77
   UPDATE poller_item SET rrd_path=\
78
     REPLACE(rrd_path,'/usr/local/share/cacti/rra','/var/db/cacti/rra') \
79
     WHERE rrd_path REGEXP '^/usr/local/share/cacti/rra';
80
81
2) The PERL paths in the Cacti PERL scripts have been updated to
82
   /usr/local/bin.
83
84
Other Erratas:
85
Mount linprocfs in /compat/linux/proc will alow most scripts to work.
86
87
=======================================================================
(-)net-mgmt/cacti88/pkg-descr (+8 lines)
Line 0 Link Here
1
Cacti is a complete frontend to RRDTool, it stores all of the necessary
2
information to create graphs and populate them with data in a MySQL database.
3
The frontend is completely PHP driven. Along with being able to maintain
4
Graphs, Data Sources, and Round Robin Archives in a database, cacti handles
5
the data gathering. There is also SNMP support for those used to creating
6
traffic graphs with MRTG.
7
8
WWW: http://www.cacti.net
(-)net-mgmt/cacti88/pkg-plist (+534 lines)
Line 0 Link Here
1
@comment
2
@comment
3
@comment Manage the new Cacti dirs from their prior default location.
4
@dir /var/db/cacti
5
@dir /var/db/cacti/rra
6
@dir /var/db/cacti/scripts
7
@dir /var/log/cacti
8
@group %%CACTIGROUP%%
9
@group wheel
10
@owner %%CACTIUSER%%
11
@owner root
12
%%CACTIDIR%%/%%CACTIUSER%%.sql
13
%%CACTIDIR%%/about.php
14
%%CACTIDIR%%/auth_changepassword.php
15
%%CACTIDIR%%/auth_login.php
16
%%CACTIDIR%%/cdef.php
17
%%CACTIDIR%%/cli/.htaccess
18
%%CACTIDIR%%/cli/add_data_query.php
19
%%CACTIDIR%%/cli/add_device.php
20
%%CACTIDIR%%/cli/add_graph_template.php
21
%%CACTIDIR%%/cli/add_graphs.php
22
%%CACTIDIR%%/cli/add_perms.php
23
%%CACTIDIR%%/cli/add_tree.php
24
%%CACTIDIR%%/cli/analyze_database.php
25
%%CACTIDIR%%/cli/convert_innodb.php
26
%%CACTIDIR%%/cli/copy_user.php
27
%%CACTIDIR%%/cli/data_template_associate_rra.php
28
%%CACTIDIR%%/cli/host_update_template.php
29
%%CACTIDIR%%/cli/import_template.php
30
%%CACTIDIR%%/cli/index.php
31
%%CACTIDIR%%/cli/poller_data_sources_reapply_names.php
32
%%CACTIDIR%%/cli/poller_graphs_reapply_names.php
33
%%CACTIDIR%%/cli/poller_output_empty.php
34
%%CACTIDIR%%/cli/poller_reindex_hosts.php
35
%%CACTIDIR%%/cli/rebuild_poller_cache.php
36
%%CACTIDIR%%/cli/reorder_data_query.php
37
%%CACTIDIR%%/cli/repair_database.php
38
%%CACTIDIR%%/cli/repair_templates.php
39
%%CACTIDIR%%/cli/structure_rra_paths.php
40
%%CACTIDIR%%/cli/upgrade_database.php
41
%%CACTIDIR%%/cmd.php
42
%%CACTIDIR%%/color.php
43
%%CACTIDIR%%/data_input.php
44
%%CACTIDIR%%/data_queries.php
45
%%CACTIDIR%%/data_sources.php
46
%%CACTIDIR%%/data_templates.php
47
%%CACTIDIR%%/docs/CHANGELOG
48
%%CACTIDIR%%/docs/CONTRIB
49
%%CACTIDIR%%/docs/html/%%CACTIUSER%%_help.html
50
%%CACTIDIR%%/docs/html/advanced_topics.html
51
%%CACTIDIR%%/docs/html/basics.html
52
%%CACTIDIR%%/docs/html/batch_copy_users.html
53
%%CACTIDIR%%/docs/html/bsd_ports.html
54
%%CACTIDIR%%/docs/html/cdefs.html
55
%%CACTIDIR%%/docs/html/check_%%CACTIUSER%%_poller.html
56
%%CACTIDIR%%/docs/html/check_data_gathering.html
57
%%CACTIDIR%%/docs/html/check_mysql_updating.html
58
%%CACTIDIR%%/docs/html/check_rrd_graph.html
59
%%CACTIDIR%%/docs/html/check_rrd_numbers.html
60
%%CACTIDIR%%/docs/html/check_rrd_owner.html
61
%%CACTIDIR%%/docs/html/check_rrd_updating.html
62
%%CACTIDIR%%/docs/html/check_zero_values.html
63
%%CACTIDIR%%/docs/html/cli_add_data_query.html
64
%%CACTIDIR%%/docs/html/cli_add_device.html
65
%%CACTIDIR%%/docs/html/cli_add_graph_template.html
66
%%CACTIDIR%%/docs/html/cli_add_graphs.html
67
%%CACTIDIR%%/docs/html/cli_add_perms.html
68
%%CACTIDIR%%/docs/html/cli_add_tree.html
69
%%CACTIDIR%%/docs/html/cli_copy_user.html
70
%%CACTIDIR%%/docs/html/cli_poller_graphs_reapply_names.html
71
%%CACTIDIR%%/docs/html/cli_poller_output_empty.html
72
%%CACTIDIR%%/docs/html/cli_poller_reindex_hosts.html
73
%%CACTIDIR%%/docs/html/copying_user.html
74
%%CACTIDIR%%/docs/html/create_new_user.html
75
%%CACTIDIR%%/docs/html/data_input_methods.html
76
%%CACTIDIR%%/docs/html/data_presentation.html
77
%%CACTIDIR%%/docs/html/data_queries.html
78
%%CACTIDIR%%/docs/html/data_storage.html
79
%%CACTIDIR%%/docs/html/debug_miscellaneous.html
80
%%CACTIDIR%%/docs/html/debug_rpm_installation.html
81
%%CACTIDIR%%/docs/html/debugging.html
82
%%CACTIDIR%%/docs/html/delete_users.html
83
%%CACTIDIR%%/docs/html/enable_disable_users.html
84
%%CACTIDIR%%/docs/html/faq.html
85
%%CACTIDIR%%/docs/html/graph_howto.html
86
%%CACTIDIR%%/docs/html/graph_overview.html
87
%%CACTIDIR%%/docs/html/graph_snmp_oid.html
88
%%CACTIDIR%%/docs/html/graph_templates.html
89
%%CACTIDIR%%/docs/html/graph_viewing.html
90
%%CACTIDIR%%/docs/html/guest_access.html
91
%%CACTIDIR%%/docs/html/host_templates.html
92
%%CACTIDIR%%/docs/html/host_variables.html
93
%%CACTIDIR%%/docs/html/how_to.html
94
%%CACTIDIR%%/docs/html/images/data_source_title_example1.png
95
%%CACTIDIR%%/docs/html/images/data_source_title_example2.png
96
%%CACTIDIR%%/docs/html/images/data_source_title_template.png
97
%%CACTIDIR%%/docs/html/images/data_template.png
98
%%CACTIDIR%%/docs/html/images/export_template.png
99
%%CACTIDIR%%/docs/html/images/graph_template.png
100
%%CACTIDIR%%/docs/html/images/graph_tree.png
101
%%CACTIDIR%%/docs/html/images/host_template.png
102
%%CACTIDIR%%/docs/html/images/import_template.png
103
%%CACTIDIR%%/docs/html/images/new_device.png
104
%%CACTIDIR%%/docs/html/images/new_graphs.png
105
%%CACTIDIR%%/docs/html/images/principles_of_operation.png
106
%%CACTIDIR%%/docs/html/images/user_management_batch_copy_1.png
107
%%CACTIDIR%%/docs/html/images/user_management_batch_copy_2.png
108
%%CACTIDIR%%/docs/html/images/user_management_copy_1.png
109
%%CACTIDIR%%/docs/html/images/user_management_copy_2.png
110
%%CACTIDIR%%/docs/html/images/user_management_delete_1.png
111
%%CACTIDIR%%/docs/html/images/user_management_delete_2.png
112
%%CACTIDIR%%/docs/html/images/user_management_edit.png
113
%%CACTIDIR%%/docs/html/images/user_management_enable_disable_1.png
114
%%CACTIDIR%%/docs/html/images/user_management_enable_disable_2.png
115
%%CACTIDIR%%/docs/html/images/user_management_list.png
116
%%CACTIDIR%%/docs/html/images/user_management_new.png
117
%%CACTIDIR%%/docs/html/index.html
118
%%CACTIDIR%%/docs/html/install_unix.html
119
%%CACTIDIR%%/docs/html/install_windows.html
120
%%CACTIDIR%%/docs/html/installation.html
121
%%CACTIDIR%%/docs/html/LICENSE.html
122
%%CACTIDIR%%/docs/html/making_scripts_work_with_%%CACTIUSER%%.html
123
%%CACTIDIR%%/docs/html/migration_php_scripts_to_script_server.html
124
%%CACTIDIR%%/docs/html/new_graphs.html
125
%%CACTIDIR%%/docs/html/operating_principles.html
126
%%CACTIDIR%%/docs/html/php_script_server.html
127
%%CACTIDIR%%/docs/html/reference.html
128
%%CACTIDIR%%/docs/html/requirements.html
129
%%CACTIDIR%%/docs/html/rrdtool_features.html
130
%%CACTIDIR%%/docs/html/script_query_xml.html
131
%%CACTIDIR%%/docs/html/scripts.html
132
%%CACTIDIR%%/docs/html/snmp_query_xml.html
133
%%CACTIDIR%%/docs/html/template_export.html
134
%%CACTIDIR%%/docs/html/template_import.html
135
%%CACTIDIR%%/docs/html/templates.html
136
%%CACTIDIR%%/docs/html/testing_script_in_script_server.html
137
%%CACTIDIR%%/docs/html/unix_apply_patches.html
138
%%CACTIDIR%%/docs/html/unix_configure_%%CACTIUSER%%.html
139
%%CACTIDIR%%/docs/html/unix_configure_httpd.html
140
%%CACTIDIR%%/docs/html/unix_configure_mysql.html
141
%%CACTIDIR%%/docs/html/unix_configure_php.html
142
%%CACTIDIR%%/docs/html/unix_configure_spine.html
143
%%CACTIDIR%%/docs/html/upgrade_using_hostmib_data_queries.html
144
%%CACTIDIR%%/docs/html/upgrade.html
145
%%CACTIDIR%%/docs/html/user_management.html
146
%%CACTIDIR%%/docs/html/using_spine.html
147
%%CACTIDIR%%/docs/html/variables.html
148
%%CACTIDIR%%/docs/README
149
%%CACTIDIR%%/docs/txt/manual.txt
150
%%CACTIDIR%%/gprint_presets.php
151
%%CACTIDIR%%/graph_image.php
152
%%CACTIDIR%%/graph_settings.php
153
%%CACTIDIR%%/graph_templates_inputs.php
154
%%CACTIDIR%%/graph_templates_items.php
155
%%CACTIDIR%%/graph_templates.php
156
%%CACTIDIR%%/graph_view.php
157
%%CACTIDIR%%/graph_xport.php
158
%%CACTIDIR%%/graph.php
159
%%CACTIDIR%%/graphs_items.php
160
%%CACTIDIR%%/graphs_new.php
161
%%CACTIDIR%%/graphs.php
162
%%CACTIDIR%%/host_templates.php
163
%%CACTIDIR%%/host.php
164
%%CACTIDIR%%/images/%%CACTIUSER%%_about_logo.gif
165
%%CACTIDIR%%/images/%%CACTIUSER%%_backdrop.gif
166
%%CACTIDIR%%/images/%%CACTIUSER%%_backdrop2.gif
167
%%CACTIDIR%%/images/%%CACTIUSER%%_logo.gif
168
%%CACTIDIR%%/images/arrow.gif
169
%%CACTIDIR%%/images/auth_deny.gif
170
%%CACTIDIR%%/images/auth_login.gif
171
%%CACTIDIR%%/images/auth_logout.gif
172
%%CACTIDIR%%/images/button_add.gif
173
%%CACTIDIR%%/images/button_cancel.gif
174
%%CACTIDIR%%/images/button_cancel2.gif
175
%%CACTIDIR%%/images/button_clear.gif
176
%%CACTIDIR%%/images/button_colapse_all.gif
177
%%CACTIDIR%%/images/button_create.gif
178
%%CACTIDIR%%/images/button_default.gif
179
%%CACTIDIR%%/images/button_delete.gif
180
%%CACTIDIR%%/images/button_expand_all.gif
181
%%CACTIDIR%%/images/button_export.gif
182
%%CACTIDIR%%/images/button_go.gif
183
%%CACTIDIR%%/images/button_help.gif
184
%%CACTIDIR%%/images/button_import.gif
185
%%CACTIDIR%%/images/button_no.gif
186
%%CACTIDIR%%/images/button_purge.gif
187
%%CACTIDIR%%/images/button_refresh.gif
188
%%CACTIDIR%%/images/button_save.gif
189
%%CACTIDIR%%/images/button_view.gif
190
%%CACTIDIR%%/images/button_yes.gif
191
%%CACTIDIR%%/images/calendar.gif
192
%%CACTIDIR%%/images/delete_icon_large.gif
193
%%CACTIDIR%%/images/delete_icon.gif
194
%%CACTIDIR%%/images/disable_icon.png
195
%%CACTIDIR%%/images/enable_icon_disabled.png
196
%%CACTIDIR%%/images/enable_icon.png
197
%%CACTIDIR%%/images/favicon.ico
198
%%CACTIDIR%%/images/graph_page_top.gif
199
%%CACTIDIR%%/images/graph_properties.gif
200
%%CACTIDIR%%/images/graph_query.png
201
%%CACTIDIR%%/images/graph_zoom.gif
202
%%CACTIDIR%%/images/hide.gif
203
%%CACTIDIR%%/images/install_icon_disabled.png
204
%%CACTIDIR%%/images/install_icon.png
205
%%CACTIDIR%%/images/left_border.gif
206
%%CACTIDIR%%/images/menu_line.gif
207
%%CACTIDIR%%/images/menuarrow.gif
208
%%CACTIDIR%%/images/move_down.gif
209
%%CACTIDIR%%/images/move_left.gif
210
%%CACTIDIR%%/images/move_right.gif
211
%%CACTIDIR%%/images/move_up.gif
212
%%CACTIDIR%%/images/reload_icon_small.gif
213
%%CACTIDIR%%/images/server_chart_curve.png
214
%%CACTIDIR%%/images/server_chart.png
215
%%CACTIDIR%%/images/server_dataquery.png
216
%%CACTIDIR%%/images/server.png
217
%%CACTIDIR%%/images/shadow_gray.gif
218
%%CACTIDIR%%/images/shadow.gif
219
%%CACTIDIR%%/images/show.gif
220
%%CACTIDIR%%/images/tab_%%CACTIUSER%%.gif
221
%%CACTIDIR%%/images/tab_console_down.gif
222
%%CACTIDIR%%/images/tab_console.gif
223
%%CACTIDIR%%/images/tab_graphs_down.gif
224
%%CACTIDIR%%/images/tab_graphs.gif
225
%%CACTIDIR%%/images/tab_mode_list_down.gif
226
%%CACTIDIR%%/images/tab_mode_list.gif
227
%%CACTIDIR%%/images/tab_mode_preview_down.gif
228
%%CACTIDIR%%/images/tab_mode_preview.gif
229
%%CACTIDIR%%/images/tab_mode_tree_down.gif
230
%%CACTIDIR%%/images/tab_mode_tree.gif
231
%%CACTIDIR%%/images/tab_settings_down.gif
232
%%CACTIDIR%%/images/tab_settings.gif
233
%%CACTIDIR%%/images/transparent_line.gif
234
%%CACTIDIR%%/images/uninstall_icon.gif
235
%%CACTIDIR%%/images/view_none.gif
236
%%CACTIDIR%%/include/auth.php
237
%%CACTIDIR%%/include/bottom_footer.php
238
%%CACTIDIR%%/include/config.php.sample
239
%%CACTIDIR%%/include/csrf/csrf-magic.js
240
%%CACTIDIR%%/include/csrf/csrf-magic.php
241
%%CACTIDIR%%/include/csrf/index.php
242
%%CACTIDIR%%/include/global_arrays.php
243
%%CACTIDIR%%/include/global_constants.php
244
%%CACTIDIR%%/include/global_form.php
245
%%CACTIDIR%%/include/global_settings.php
246
%%CACTIDIR%%/include/global.php
247
%%CACTIDIR%%/include/js/images/ui-bg_diagonals-thick_18_b81900_40x40.png
248
%%CACTIDIR%%/include/js/images/ui-bg_diagonals-thick_20_666666_40x40.png
249
%%CACTIDIR%%/include/js/images/ui-bg_flat_10_000000_40x100.png
250
%%CACTIDIR%%/include/js/images/ui-bg_glass_100_f6f6f6_1x400.png
251
%%CACTIDIR%%/include/js/images/ui-bg_glass_100_fdf5ce_1x400.png
252
%%CACTIDIR%%/include/js/images/ui-bg_glass_65_ffffff_1x400.png
253
%%CACTIDIR%%/include/js/images/ui-bg_gloss-wave_35_f6a828_500x100.png
254
%%CACTIDIR%%/include/js/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
255
%%CACTIDIR%%/include/js/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
256
%%CACTIDIR%%/include/js/images/ui-icons_222222_256x240.png
257
%%CACTIDIR%%/include/js/images/ui-icons_228ef1_256x240.png
258
%%CACTIDIR%%/include/js/images/ui-icons_ef8c08_256x240.png
259
%%CACTIDIR%%/include/js/images/ui-icons_ffd27a_256x240.png
260
%%CACTIDIR%%/include/js/images/ui-icons_ffffff_256x240.png
261
%%CACTIDIR%%/include/js/jquery-ui.css
262
%%CACTIDIR%%/include/js/jquery-ui.js
263
%%CACTIDIR%%/include/js/jquery.cookie.js
264
%%CACTIDIR%%/include/js/jquery.dropdown.js
265
%%CACTIDIR%%/include/js/jquery.js
266
%%CACTIDIR%%/include/js/jquery.zoom.css
267
%%CACTIDIR%%/include/js/jquery.zoom.js
268
%%CACTIDIR%%/include/js/jstree.js
269
%%CACTIDIR%%/include/js/themes/default-dark/32px.png
270
%%CACTIDIR%%/include/js/themes/default-dark/40px.png
271
%%CACTIDIR%%/include/js/themes/default-dark/style.css
272
%%CACTIDIR%%/include/js/themes/default-dark/style.min.css
273
%%CACTIDIR%%/include/js/themes/default-dark/throbber.gif
274
%%CACTIDIR%%/include/js/themes/default/32px.png
275
%%CACTIDIR%%/include/js/themes/default/40px.png
276
%%CACTIDIR%%/include/js/themes/default/style.css
277
%%CACTIDIR%%/include/js/themes/default/style.min.css
278
%%CACTIDIR%%/include/js/themes/default/throbber.gif
279
%%CACTIDIR%%/include/jscalendar/calendar-setup.js
280
%%CACTIDIR%%/include/jscalendar/calendar.js
281
%%CACTIDIR%%/include/jscalendar/lang/calendar-af.js
282
%%CACTIDIR%%/include/jscalendar/lang/calendar-al.js
283
%%CACTIDIR%%/include/jscalendar/lang/calendar-bg.js
284
%%CACTIDIR%%/include/jscalendar/lang/calendar-big5-utf8.js
285
%%CACTIDIR%%/include/jscalendar/lang/calendar-big5.js
286
%%CACTIDIR%%/include/jscalendar/lang/calendar-br.js
287
%%CACTIDIR%%/include/jscalendar/lang/calendar-ca.js
288
%%CACTIDIR%%/include/jscalendar/lang/calendar-cs-utf8.js
289
%%CACTIDIR%%/include/jscalendar/lang/calendar-cs-win.js
290
%%CACTIDIR%%/include/jscalendar/lang/calendar-da.js
291
%%CACTIDIR%%/include/jscalendar/lang/calendar-de.js
292
%%CACTIDIR%%/include/jscalendar/lang/calendar-du.js
293
%%CACTIDIR%%/include/jscalendar/lang/calendar-el.js
294
%%CACTIDIR%%/include/jscalendar/lang/calendar-en.js
295
%%CACTIDIR%%/include/jscalendar/lang/calendar-es.js
296
%%CACTIDIR%%/include/jscalendar/lang/calendar-fi.js
297
%%CACTIDIR%%/include/jscalendar/lang/calendar-fr.js
298
%%CACTIDIR%%/include/jscalendar/lang/calendar-he-utf8.js
299
%%CACTIDIR%%/include/jscalendar/lang/calendar-hr-utf8.js
300
%%CACTIDIR%%/include/jscalendar/lang/calendar-hr.js
301
%%CACTIDIR%%/include/jscalendar/lang/calendar-hu.js
302
%%CACTIDIR%%/include/jscalendar/lang/calendar-it.js
303
%%CACTIDIR%%/include/jscalendar/lang/calendar-jp.js
304
%%CACTIDIR%%/include/jscalendar/lang/calendar-ko-utf8.js
305
%%CACTIDIR%%/include/jscalendar/lang/calendar-ko.js
306
%%CACTIDIR%%/include/jscalendar/lang/calendar-lt-utf8.js
307
%%CACTIDIR%%/include/jscalendar/lang/calendar-lt.js
308
%%CACTIDIR%%/include/jscalendar/lang/calendar-lv.js
309
%%CACTIDIR%%/include/jscalendar/lang/calendar-nl.js
310
%%CACTIDIR%%/include/jscalendar/lang/calendar-no.js
311
%%CACTIDIR%%/include/jscalendar/lang/calendar-pl-utf8.js
312
%%CACTIDIR%%/include/jscalendar/lang/calendar-pl.js
313
%%CACTIDIR%%/include/jscalendar/lang/calendar-pt.js
314
%%CACTIDIR%%/include/jscalendar/lang/calendar-ro.js
315
%%CACTIDIR%%/include/jscalendar/lang/calendar-ru_win_.js
316
%%CACTIDIR%%/include/jscalendar/lang/calendar-ru.js
317
%%CACTIDIR%%/include/jscalendar/lang/calendar-si.js
318
%%CACTIDIR%%/include/jscalendar/lang/calendar-sk.js
319
%%CACTIDIR%%/include/jscalendar/lang/calendar-sp.js
320
%%CACTIDIR%%/include/jscalendar/lang/calendar-sv.js
321
%%CACTIDIR%%/include/jscalendar/lang/calendar-tr.js
322
%%CACTIDIR%%/include/jscalendar/lang/calendar-zh.js
323
%%CACTIDIR%%/include/jscalendar/lang/cn_utf8.js
324
%%CACTIDIR%%/include/layout.js
325
%%CACTIDIR%%/include/main.css
326
%%CACTIDIR%%/include/plugins.php
327
%%CACTIDIR%%/include/top_graph_header.php
328
%%CACTIDIR%%/include/top_header.php
329
%%CACTIDIR%%/index.php
330
%%CACTIDIR%%/install/0_8_1_to_0_8_2.php
331
%%CACTIDIR%%/install/0_8_2_to_0_8_2a.php
332
%%CACTIDIR%%/install/0_8_2a_to_0_8_3.php
333
%%CACTIDIR%%/install/0_8_3_to_0_8_4.php
334
%%CACTIDIR%%/install/0_8_4_to_0_8_5.php
335
%%CACTIDIR%%/install/0_8_5a_to_0_8_6.php
336
%%CACTIDIR%%/install/0_8_6_to_0_8_6a.php
337
%%CACTIDIR%%/install/0_8_6c_to_0_8_6d.php
338
%%CACTIDIR%%/install/0_8_6d_to_0_8_6e.php
339
%%CACTIDIR%%/install/0_8_6f_to_0_8_6g.php
340
%%CACTIDIR%%/install/0_8_6g_to_0_8_6h.php
341
%%CACTIDIR%%/install/0_8_6h_to_0_8_6i.php
342
%%CACTIDIR%%/install/0_8_6j_to_0_8_7.php
343
%%CACTIDIR%%/install/0_8_7_to_0_8_7a.php
344
%%CACTIDIR%%/install/0_8_7a_to_0_8_7b.php
345
%%CACTIDIR%%/install/0_8_7b_to_0_8_7c.php
346
%%CACTIDIR%%/install/0_8_7c_to_0_8_7d.php
347
%%CACTIDIR%%/install/0_8_7d_to_0_8_7e.php
348
%%CACTIDIR%%/install/0_8_7e_to_0_8_7f.php
349
%%CACTIDIR%%/install/0_8_7f_to_0_8_7g.php
350
%%CACTIDIR%%/install/0_8_7g_to_0_8_7h.php
351
%%CACTIDIR%%/install/0_8_7h_to_0_8_7i.php
352
%%CACTIDIR%%/install/0_8_7i_to_0_8_8.php
353
%%CACTIDIR%%/install/0_8_8_to_0_8_8a.php
354
%%CACTIDIR%%/install/0_8_8a_to_0_8_8b.php
355
%%CACTIDIR%%/install/0_8_8b_to_0_8_8c.php
356
%%CACTIDIR%%/install/0_8_8c_to_0_8_8d.php
357
%%CACTIDIR%%/install/0_8_8d_to_0_8_8e.php
358
%%CACTIDIR%%/install/0_8_8e_to_0_8_8f.php
359
%%CACTIDIR%%/install/0_8_8f_to_0_8_8g.php
360
%%CACTIDIR%%/install/0_8_8g_to_0_8_8h.php
361
%%CACTIDIR%%/install/0_8_to_0_8_1.php
362
%%CACTIDIR%%/install/index.php
363
%%CACTIDIR%%/install/install_finish.gif
364
%%CACTIDIR%%/install/install_next.gif
365
%%CACTIDIR%%/lib/adodb/adodb-csvlib.inc.php
366
%%CACTIDIR%%/lib/adodb/adodb-datadict.inc.php
367
%%CACTIDIR%%/lib/adodb/adodb-error.inc.php
368
%%CACTIDIR%%/lib/adodb/adodb-errorhandler.inc.php
369
%%CACTIDIR%%/lib/adodb/adodb-errorpear.inc.php
370
%%CACTIDIR%%/lib/adodb/adodb-exceptions.inc.php
371
%%CACTIDIR%%/lib/adodb/adodb-iterator.inc.php
372
%%CACTIDIR%%/lib/adodb/adodb-lib.inc.php
373
%%CACTIDIR%%/lib/adodb/adodb-pear.inc.php
374
%%CACTIDIR%%/lib/adodb/adodb-perf.inc.php
375
%%CACTIDIR%%/lib/adodb/adodb-php4.inc.php
376
%%CACTIDIR%%/lib/adodb/adodb-time.inc.php
377
%%CACTIDIR%%/lib/adodb/adodb-xmlschema.inc.php
378
%%CACTIDIR%%/lib/adodb/adodb.inc.php
379
%%CACTIDIR%%/lib/adodb/datadict/datadict-access.inc.php
380
%%CACTIDIR%%/lib/adodb/datadict/datadict-db2.inc.php
381
%%CACTIDIR%%/lib/adodb/datadict/datadict-firebird.inc.php
382
%%CACTIDIR%%/lib/adodb/datadict/datadict-generic.inc.php
383
%%CACTIDIR%%/lib/adodb/datadict/datadict-ibase.inc.php
384
%%CACTIDIR%%/lib/adodb/datadict/datadict-informix.inc.php
385
%%CACTIDIR%%/lib/adodb/datadict/datadict-mssql.inc.php
386
%%CACTIDIR%%/lib/adodb/datadict/datadict-mysql.inc.php
387
%%CACTIDIR%%/lib/adodb/datadict/datadict-oci8.inc.php
388
%%CACTIDIR%%/lib/adodb/datadict/datadict-postgres.inc.php
389
%%CACTIDIR%%/lib/adodb/datadict/datadict-sapdb.inc.php
390
%%CACTIDIR%%/lib/adodb/datadict/datadict-sybase.inc.php
391
%%CACTIDIR%%/lib/adodb/drivers/adodb-access.inc.php
392
%%CACTIDIR%%/lib/adodb/drivers/adodb-ado_access.inc.php
393
%%CACTIDIR%%/lib/adodb/drivers/adodb-ado_mssql.inc.php
394
%%CACTIDIR%%/lib/adodb/drivers/adodb-ado.inc.php
395
%%CACTIDIR%%/lib/adodb/drivers/adodb-ado5.inc.php
396
%%CACTIDIR%%/lib/adodb/drivers/adodb-borland_ibase.inc.php
397
%%CACTIDIR%%/lib/adodb/drivers/adodb-csv.inc.php
398
%%CACTIDIR%%/lib/adodb/drivers/adodb-db2.inc.php
399
%%CACTIDIR%%/lib/adodb/drivers/adodb-fbsql.inc.php
400
%%CACTIDIR%%/lib/adodb/drivers/adodb-firebird.inc.php
401
%%CACTIDIR%%/lib/adodb/drivers/adodb-ibase.inc.php
402
%%CACTIDIR%%/lib/adodb/drivers/adodb-informix.inc.php
403
%%CACTIDIR%%/lib/adodb/drivers/adodb-informix72.inc.php
404
%%CACTIDIR%%/lib/adodb/drivers/adodb-ldap.inc.php
405
%%CACTIDIR%%/lib/adodb/drivers/adodb-mssql.inc.php
406
%%CACTIDIR%%/lib/adodb/drivers/adodb-mssqlpo.inc.php
407
%%CACTIDIR%%/lib/adodb/drivers/adodb-mysql.inc.php
408
%%CACTIDIR%%/lib/adodb/drivers/adodb-mysqli.inc.php
409
%%CACTIDIR%%/lib/adodb/drivers/adodb-mysqlt.inc.php
410
%%CACTIDIR%%/lib/adodb/drivers/adodb-netezza.inc.php
411
%%CACTIDIR%%/lib/adodb/drivers/adodb-oci8.inc.php
412
%%CACTIDIR%%/lib/adodb/drivers/adodb-oci805.inc.php
413
%%CACTIDIR%%/lib/adodb/drivers/adodb-oci8po.inc.php
414
%%CACTIDIR%%/lib/adodb/drivers/adodb-odbc_mssql.inc.php
415
%%CACTIDIR%%/lib/adodb/drivers/adodb-odbc_oracle.inc.php
416
%%CACTIDIR%%/lib/adodb/drivers/adodb-odbc.inc.php
417
%%CACTIDIR%%/lib/adodb/drivers/adodb-odbtp_unicode.inc.php
418
%%CACTIDIR%%/lib/adodb/drivers/adodb-odbtp.inc.php
419
%%CACTIDIR%%/lib/adodb/drivers/adodb-oracle.inc.php
420
%%CACTIDIR%%/lib/adodb/drivers/adodb-pdo.inc.php
421
%%CACTIDIR%%/lib/adodb/drivers/adodb-postgres.inc.php
422
%%CACTIDIR%%/lib/adodb/drivers/adodb-postgres64.inc.php
423
%%CACTIDIR%%/lib/adodb/drivers/adodb-postgres7.inc.php
424
%%CACTIDIR%%/lib/adodb/drivers/adodb-proxy.inc.php
425
%%CACTIDIR%%/lib/adodb/drivers/adodb-sapdb.inc.php
426
%%CACTIDIR%%/lib/adodb/drivers/adodb-sqlanywhere.inc.php
427
%%CACTIDIR%%/lib/adodb/drivers/adodb-sqlite.inc.php
428
%%CACTIDIR%%/lib/adodb/drivers/adodb-sqlitepo.inc.php
429
%%CACTIDIR%%/lib/adodb/drivers/adodb-sybase.inc.php
430
%%CACTIDIR%%/lib/adodb/drivers/adodb-vfp.inc.php
431
%%CACTIDIR%%/lib/adodb/lang/adodb-ar.inc.php
432
%%CACTIDIR%%/lib/adodb/lang/adodb-bg.inc.php
433
%%CACTIDIR%%/lib/adodb/lang/adodb-bgutf8.inc.php
434
%%CACTIDIR%%/lib/adodb/lang/adodb-ca.inc.php
435
%%CACTIDIR%%/lib/adodb/lang/adodb-cn.inc.php
436
%%CACTIDIR%%/lib/adodb/lang/adodb-cz.inc.php
437
%%CACTIDIR%%/lib/adodb/lang/adodb-de.inc.php
438
%%CACTIDIR%%/lib/adodb/lang/adodb-en.inc.php
439
%%CACTIDIR%%/lib/adodb/lang/adodb-es.inc.php
440
%%CACTIDIR%%/lib/adodb/lang/adodb-fr.inc.php
441
%%CACTIDIR%%/lib/adodb/lang/adodb-hu.inc.php
442
%%CACTIDIR%%/lib/adodb/lang/adodb-it.inc.php
443
%%CACTIDIR%%/lib/adodb/lang/adodb-nl.inc.php
444
%%CACTIDIR%%/lib/adodb/lang/adodb-pl.inc.php
445
%%CACTIDIR%%/lib/adodb/lang/adodb-pt-br.inc.php
446
%%CACTIDIR%%/lib/adodb/lang/adodb-ro.inc.php
447
%%CACTIDIR%%/lib/adodb/lang/adodb-ru1251.inc.php
448
%%CACTIDIR%%/lib/adodb/lang/adodb-sv.inc.php
449
%%CACTIDIR%%/lib/adodb/license.txt
450
%%CACTIDIR%%/lib/adodb/toexport.inc.php
451
%%CACTIDIR%%/lib/adodb/tohtml.inc.php
452
%%CACTIDIR%%/lib/api_automation_tools.php
453
%%CACTIDIR%%/lib/api_data_source.php
454
%%CACTIDIR%%/lib/api_device.php
455
%%CACTIDIR%%/lib/api_graph.php
456
%%CACTIDIR%%/lib/api_poller.php
457
%%CACTIDIR%%/lib/api_tree.php
458
%%CACTIDIR%%/lib/auth.php
459
%%CACTIDIR%%/lib/cdef.php
460
%%CACTIDIR%%/lib/data_query.php
461
%%CACTIDIR%%/lib/database.php
462
%%CACTIDIR%%/lib/export.php
463
%%CACTIDIR%%/lib/functions.php
464
%%CACTIDIR%%/lib/graph_export.php
465
%%CACTIDIR%%/lib/graph_variables.php
466
%%CACTIDIR%%/lib/html_form_template.php
467
%%CACTIDIR%%/lib/html_form.php
468
%%CACTIDIR%%/lib/html_tree.php
469
%%CACTIDIR%%/lib/html_utility.php
470
%%CACTIDIR%%/lib/html_validate.php
471
%%CACTIDIR%%/lib/html.php
472
%%CACTIDIR%%/lib/import.php
473
%%CACTIDIR%%/lib/ldap.php
474
%%CACTIDIR%%/lib/ping.php
475
%%CACTIDIR%%/lib/plugins.php
476
%%CACTIDIR%%/lib/poller.php
477
%%CACTIDIR%%/lib/rrd.php
478
%%CACTIDIR%%/lib/snmp.php
479
%%CACTIDIR%%/lib/sort.php
480
%%CACTIDIR%%/lib/template.php
481
%%CACTIDIR%%/lib/time.php
482
%%CACTIDIR%%/lib/timespan_settings.php
483
%%CACTIDIR%%/lib/tree.php
484
%%CACTIDIR%%/lib/utility.php
485
%%CACTIDIR%%/lib/variables.php
486
%%CACTIDIR%%/lib/xml.php
487
%%CACTIDIR%%/LICENSE
488
%%CACTIDIR%%/logout.php
489
%%CACTIDIR%%/plugins.php
490
%%CACTIDIR%%/plugins/index.php
491
%%CACTIDIR%%/poller_commands.php
492
%%CACTIDIR%%/poller_export.php
493
%%CACTIDIR%%/poller.php
494
%%CACTIDIR%%/README
495
%%CACTIDIR%%/resource/script_queries/host_cpu.xml
496
%%CACTIDIR%%/resource/script_queries/host_disk.xml
497
%%CACTIDIR%%/resource/script_queries/unix_disk.xml
498
%%CACTIDIR%%/resource/script_server/host_cpu.xml
499
%%CACTIDIR%%/resource/script_server/host_disk.xml
500
%%CACTIDIR%%/resource/snmp_queries/host_disk.xml
501
%%CACTIDIR%%/resource/snmp_queries/interface.xml
502
%%CACTIDIR%%/resource/snmp_queries/kbridge.xml
503
%%CACTIDIR%%/resource/snmp_queries/net-snmp_disk.xml
504
%%CACTIDIR%%/resource/snmp_queries/netware_cpu.xml
505
%%CACTIDIR%%/resource/snmp_queries/netware_disk.xml
506
%%CACTIDIR%%/rra.php
507
%%CACTIDIR%%/script_server.php
508
%%CACTIDIR%%/script_server.pl
509
%%CACTIDIR%%/scripts/3com_cable_modem.pl
510
%%CACTIDIR%%/scripts/diskfree.pl
511
%%CACTIDIR%%/scripts/diskfree.sh
512
%%CACTIDIR%%/scripts/linux_memory.pl
513
%%CACTIDIR%%/scripts/loadavg_multi.pl
514
%%CACTIDIR%%/scripts/loadavg.pl
515
%%CACTIDIR%%/scripts/ping.pl
516
%%CACTIDIR%%/scripts/query_host_cpu.php
517
%%CACTIDIR%%/scripts/query_host_partitions.php
518
%%CACTIDIR%%/scripts/query_unix_partitions.pl
519
%%CACTIDIR%%/scripts/sql.php
520
%%CACTIDIR%%/scripts/ss_fping.php
521
%%CACTIDIR%%/scripts/ss_host_cpu.php
522
%%CACTIDIR%%/scripts/ss_host_disk.php
523
%%CACTIDIR%%/scripts/ss_sql.php
524
%%CACTIDIR%%/scripts/unix_processes.pl
525
%%CACTIDIR%%/scripts/unix_tcp_connections.pl
526
%%CACTIDIR%%/scripts/unix_users.pl
527
%%CACTIDIR%%/scripts/weatherbug.pl
528
%%CACTIDIR%%/scripts/webhits.pl
529
%%CACTIDIR%%/settings.php
530
%%CACTIDIR%%/templates_export.php
531
%%CACTIDIR%%/templates_import.php
532
%%CACTIDIR%%/tree.php
533
%%CACTIDIR%%/user_admin.php
534
%%CACTIDIR%%/utilities.php

Return to bug 219685