Package: jffnms
Version: 0.8.3dfsg.1-6
Severity: normal
Tags: patch

Restore the original /usr/share/jffnms/engine/graphs/traffic.inc.php from
the original JFFNMS distribution.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-6-686 (SMP w/4 CPU cores)
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages jffnms depends on:
ii  adduser                       3.107      add and remove users and groups
ii  apache2                       2.2.8-3    Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.2.8-3    Traditional model for Apache HTTPD
ii  cron                          3.0pl1-104 management of regular background p
ii  dbconfig-common               1.8.38     common framework for packaging dat
ii  debconf [debconf-2.0]         1.5.21     Debian configuration management sy
ii  libapache2-mod-php5           5.2.5-3    server-side, HTML-embedded scripti
ii  mysql-client                  5.0.51a-5  MySQL database client (meta packag
ii  mysql-client-5.0 [virtual-mys 5.0.51a-5  MySQL database client binaries
ii  php5-cli                      5.2.5-3    command-line interpreter for the p
ii  php5-gd                       5.2.5-3    GD module for php5
ii  php5-mysql                    5.2.5-3    MySQL module for php5
ii  php5-snmp                     5.2.5-3    SNMP module for php5
ii  rrdtool                       1.2.27-1   Time-series data storage and displ

Versions of packages jffnms recommends:
ii  fping                   2.4b2-to-ipv6-15 sends ICMP ECHO_REQUEST packets to
ii  nmap                    4.53-3           The Network Mapper
ii  ntp                     1:4.2.4p4+dfsg-3 Network Time Protocol daemon and u
ii  ttf-dejavu-core         2.23-1           Vera font family derivate with add

-- debconf information:
  jffnms/app-password-confirm: (password omitted)
  jffnms/pgsql/admin-pass: (password omitted)
  jffnms/pgsql/app-pass: (password omitted)
  jffnms/password-confirm: (password omitted)
  jffnms/mysql/app-pass: (password omitted)
  jffnms/mysql/admin-pass: (password omitted)
  jffnms/pgsql/authmethod-admin: ident
  jffnms/remote/newhost:
  jffnms/purge: false
  jffnms/erroruid:
* jffnms/database-type: mysql
  jffnms/dbconfig-reinstall: false
  jffnms/remote/port:
  jffnms/pgsql/admin-user: postgres
  jffnms/mysql/admin-user: root
  jffnms/missing-db-package-error: abort
  jffnms/deletelogs: 7
  jffnms/pgsql/method: unix socket
  jffnms/pgsql/changeconf: false
  jffnms/compresslogs: 2
  jffnms/remote/host:
  jffnms/pgsql/manualconf:
  jffnms/errorgid:
  jffnms/db/dbname: jffnms
  jffnms/install-error: retry
  jffnms/mysql/method: unix socket
  jffnms/dbconfig-upgrade: true
* jffnms/dbconfig-install: true
  jffnms/db/app-user: jffnms
  jffnms/pgsql/no-empty-passwords:
  jffnms/dbconfig-remove:
  jffnms/db/basepath:
  jffnms/pgsql/authmethod-user:
  jffnms/upgrade-backup: true
  jffnms/internal/reconfiguring: false
  jffnms/remove-error: abort
  jffnms/upgrade-error: abort
  jffnms/passwords-do-not-match:
  jffnms/internal/skip-preseed: false
--- traffic.inc.php	2008-05-09 19:10:33.000000000 +0200
+++ traffic.inc.php.qrta	2008-05-09 19:00:54.000000000 +0200
@@ -24,9 +24,9 @@
     
     $opts_GRAPH_init=array(
         "HRULE:".$data["bandwidthin"]. "#FF0000:' '",
-	"COMMENT:'Inbound Bandwidth\: ".($data["bandwidthin"] /1000)." kbps'",     
+	"COMMENT:'Inbound Bandwidth: ".($data["bandwidthin"] /1000)." kbps'",     
         "HRULE:".$data["bandwidthout"]."#AA0000:' '",
-	"COMMENT:'Outbound Bandwidth\: ".($data["bandwidthout"]/1000)." kbps".(!empty($data["address"])?"  IP\: ".$data["address"]:"")."\\n'",     
+	"COMMENT:'Outbound Bandwidth:".($data["bandwidthout"]/1000)." kbps".(!empty($data["address"])?"  IP: ".$data["address"]:"")."\\n'",     
     );	
 
     // External Data Gathering

Reply via email to