Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Bienvenido a la comunidad de Pandora FMS Forums Soporte de la comunidad problema monitorizando espacio libre disco duro secundario

  • problema monitorizando espacio libre disco duro secundario

    Posted by argie01 on marzo 31, 2011 at 20:10

    Hola,

    tengo un W2008R2 con 2 discos: el C: y el E:
    Tengo esta configuraciĆ³n en el agente de pandora:

    # Free space on disk C: (%)
    module_begin
    module_name FreeDiskC
    module_type generic_data
    module_freepercentdisk C:
    module_description Free space on drive C: (%)
    module_end

    # Free space on disk E: (%)
    module_begin
    module_name FreeDiskC
    module_type generic_data
    module_freepercentdisk E:
    module_description Free space on drive E: (%)
    module_end

    Y tengo 2 problemas:

    1. En la lista de modulos del server aparece esto: FreeDiskC Free space on drive E: (%)
    Es decir, parece una mezcla entre los 2 modulos
    2. No aparece ningĆŗn modulo indicando el espacio del disco E:

    Gracias x la ayuda.

    argie01 replied 13 years, 10 months ago 2 Members · 2 Replies
  • 2 Replies
  • miguel

    Member
    abril 1, 2011 at 11:44
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Buenos dĆ­as.

    Creo que tienes un pequeƱo despiste en la configuraciĆ³n porque se llaman igual los mĆ³dulos, fijate en module_begin:

    # Free space on disk C: (%)
    module_begin
    module_name FreeDiskC
    module_type generic_data
    module_freepercentdisk C:
    module_description Free space on drive C: (%)
    module_end

    # Free space on disk E: (%)
    module_begin
    module_name FreeDiskE
    module_type generic_data
    module_freepercentdisk E:
    module_description Free space on drive E: (%)
    module_end

    Saludos.

  • argie01

    Member
    abril 1, 2011 at 12:32
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Gracias, pero pensaba que el nombre del modulo era genĆ©rico šŸ™‚