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 Manually Recreating Network Map Image

  • Manually Recreating Network Map Image

    Posted by jrble819 on September 27, 2009 at 22:47

    I am looking for a way to manually run a script to recreate the Agent Network Map image.  This script would accomplish the same thing as clicking the “Update” button on the Network Map page in the console.  And, having to be logged in to run the script is not necessary and not preferred.  Anyone have any ideas?

    Sancho replied 15 years, 5 months ago 2 Members · 1 Reply
  • 1 Reply
  • Sancho

    Administrator
    September 28, 2009 at 02:28
    2321 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Sure. Should be easy, take a look to this file:

    pandora_console/operation/agentes/networkmap.php

    Remove authentication check in function call check_login ();

    You could call it from command line php with several modifications.