Home AMX User Forum AMX General Discussion

Online Tree on a TP

I was wondering if there was an easy way (I'm not an advanced level programmer) to put the equivalent of an online tree onto a TP page?

I want the Ops Mgr at a client to be able to see what is active and not for system monitoring. They have been having network issues and among other things, KPs are dropping and coming back online.

I can monitor remotely but thought it might be good if I could capture and display an online tree for him.

Further - capturing and displaying online/offline messages might be helpful too. I'm thinking there must be a Send_String 0 way to divert that info to a variable text field.

Thanks!

Comments

  • ryanwwryanww Posts: 196
    I am not sure about the first part. My thought is no.

    But as far as capturing online/offline events.. In your data_events for all your devices, they will trigger an online or offline event. You can then code it so when that happens, it will update an error message on a panel or however you wanted to go about that.

    Ryan
Sign In or Register to comment.