Ver Mensaje Individual
  #3 (permalink)  
Antiguo 16/03/2010, 12:37
jlmf
 
Fecha de Ingreso: marzo-2010
Mensajes: 1
Antigüedad: 15 años
Puntos: 0
Respuesta: Duda con MRTG

Buenos Días!

Amigos, tengo instalado el MRTG en la red de la empresa corriendo OK

Necesitamos cambiar los títulos de las Gráficas, lo hicimos editando el archivo .html, sin embargo cuando el mrtg actualiza la gráfica, también sobreescribe los cambios realizados en los títulos y los vuelve a colocar como se encontraban antes, necesitamos ayuda!!!!!

Por ejemplo:

System: Router Ccs Principal
Maintainer: XXX
Description: ixp0
ifType: ethernetCsmacd (6)
ifName: ixp0
Max Speed: 1250.0 kBytes/s
Ip: XXX

Esos son los títulos y campos que necesitamos modificar

Nosotros tenemos un archivo .cfg por cada equipo a monitorear. por ejemplo: routerccs.cfg.

cuando editamos por ejemplo:

<td>System:</ td>

por

<td>SISTEMA:</ td>

Cuando actualiza a los 5 minutos lo vuelve a su valor original......

sta es la configuracion que tenemos en el archivo scr.cfg:

# Created by
# /usr/bin/cfgmaker --global "WorkDir: /var/www/mrtg/routerlanc" --global "Options[_]: bits, growright" --global "RunAsDaemon: Yes" --global "Interval: 5" --output scr.cfg xxxx@xxxx




### Global Config Options

# for UNIX
# WorkDir: /home/http/mrtg

# for Debian
WorkDir: /var/www/mrtg

# or for NT
# WorkDir: c:\mrtgdata

### Global Defaults

# to get bits instead of bytes and graphs growing to the right
# Options[_]: growright, bits

EnableIPv6: no
WorkDir: /var/www/mrtg/routerlanc
Options[_]: bits, growright
RunAsDaemon: Yes
Interval: 5


################################################## ####################
# System: xxxx
# Description: 10/100 4-Port VPN Router
# Contact: Operaciones
# Location: xxxx
################################################## ####################


### Interface 1 >> Descr: 'lo' | Name: 'lo' | Ip: '127.0.0.1' | Eth: '' ###
### The following interface is commented out because:
### * it is a Software Loopback interface
#
# Target[xxxx]: 1:xxxx@xxxx:
# SetEnv[xxxx]: MRTG_INT_IP="127.0.0.1" MRTG_INT_DESCR="lo"
# MaxBytes[xxxx]: 1250000
# Title[xxxx]: Traffic Analysis for 1 -- TB San Cristobal
# PageTop[xxxx]: <h1>Traffic Analysis for 1 -- TB San Cristobal</h1>
# <div id="sysdetails">
# <table>
# <tr>
# <td>System:</td>
# <td>xxxx</td>
# </tr>
# <tr>
# <td>Maintainer:</td>
# <td>Operaciones</td>
# </tr>
# <tr>
# <td>Description:</td>
# <td>lo </td>
# </tr>
# <tr>
# <td>ifType:</td>
# <td>softwareLoopback (24)</td>
# </tr>
# <tr>
# <td>ifName:</td>
# <td>lo</td>
# </tr>
# <tr>
# <td>Max Speed:</td>
# <td>1250.0 kBytes/s</td>
# </tr>
# <tr>
# <td>Ip:</td>
# <td>127.0.0.1 (localhost)</td>
# </tr>
# </table>
# </div>


### Interface 3 >> Descr: 'ixp0' | Name: 'ixp0' | Ip: 'xxxx' | Eth: '00-16-b6-80-92-f2' ###

Target[xxxx]: 3:xxxx@xxxx:
SetEnv[xxxx]: MRTG_INT_IP="xxxx" MRTG_INT_DESCR="ixp0"
MaxBytes[xxxx]: 1250000
Title[xxxx]: Traffic Analysis for 3 -- xxxx
PageTop[xxxx]: <h1>Traffic Analysis for 3 -- Txxxx</h1>
<div id="sysdetails">
<table>
<tr>
<td>System:</td>
<td>xxxx</td>
</tr>
<tr>
<td>Maintainer:</td>
<td>Operaciones</td>
</tr>
<tr>
<td>Description:</td>
<td>ixp0 </td>
</tr>
<tr>
<td>ifType:</td>
<td>ethernetCsmacd (6)</td>
</tr>
<tr>
<td>ifName:</td>
<td>ixp0</td>
</tr>
<tr>
<td>Max Speed:</td>
<td>1250.0 kBytes/s</td>
</tr>
<tr>
<td>Ip:</td>
<td>192.130.38.2 ()</td>
</tr>
</table>
</div>


Los Campos que necesitamos modificar por ejemplo son:

Traffic Analysis for 3 -- Txxxx
System
Max Speed
entre otros


Gracias por la Valiosa Colaboración.