Welcome to Pandora FMS Community!

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

Welcome to Pandora FMS Community Forums Community support Agent 3.0 RC 1 detecting FreeSpace wrong

  • Agent 3.0 RC 1 detecting FreeSpace wrong

    Posted by rvdv on November 4, 2009 at 18:16

    There seems to be a bug in module_diskfree, it reports wrong numbers.

    I have a disk on one server with 23,8 GB free, according to Windows.
    Pandora agent reports 3,973 (MB), which is only slightly off.

    On another server there is 5,82 GB free, Pandora says 1,873 (MB) free.

    I’m using this module:
    # Free space on disk C:
    module_begin
    module_name FreeDiskC
    module_type generic_data
    module_freedisk C:
    module_description Free space on drive C:
    module_end

    Using Agent 3.0RC1 on Windows XP and Windows 2003.

    JeeSee replied 15 years, 3 months ago 3 Members · 2 Replies
  • 2 Replies
  • Sancho

    Administrator
    November 10, 2009 at 20:22
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    I think this could be because an overflow, I thought it was fixed :-(,  use “percent” variant who returns the free space in %.

    I’ll report this as a bug in our tracker, thx for the report.

  • JeeSee

    Member
    November 25, 2009 at 12:12
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Solution: see this topic