Determining PPP Link status from Node-Red flow.

Home Forums Conduit: AEP Model Determining PPP Link status from Node-Red flow.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14295
    Tom Hill
    Participant

    One of the things that I need to figure out if the PPP link status in my node-red flows, especially when I need to make an http request call to a remote server. If the PPP status is down for a given time period I would like to be able to use an alternative method to connect to the remote server for ex: via a satellite modem. How would I determine the PPP link status from my node-red flow?

    I see that in the Admin UI of the conduit, the status is clearly available regarding the PPP link. Is there a way to query for the same value displayed in the Conduit Admin UI?

    Thanks,
    Yogesh

    #14322
    Bryan Tran
    Moderator

    Hi Yogesh,

    You can create a http node in node red and issue the following command to fetch the status of the ppp connection

    http://127.0.0.1/api/stats/ppp

    Thanks,

    BT

    #14325
    Tom Hill
    Participant

    Thanks a lot Bryan for you response. Is this documented anywhere so in the future if I have questions regarding the status of other fields I can just look up this document or link.

    Thanks,
    Yogesh

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.