Page 1 of 1

Monitoring PB Health

PostPosted: Wed Jan 04, 2012 6:33 pm
by lpmorin
Hi,

Is there any way in Widget Designer to monitor the health of PB Players. I have a third party control system that would connect to widget to poll some status of the Coolux system, i.e.: are all PB up and running.

Thanks

LP

Re: Monitoring PB Health

PostPosted: Wed Jan 04, 2012 10:07 pm
by JustynR
The only thing I have been able to get out of them is a simple Ping...

There must be a way to get it... the PB Menu can tell you if a Client or Master is running, so I would imagine if that can poll that status, so can we....?

Re: Monitoring PB Health

PostPosted: Thu Jan 05, 2012 9:34 am
by Patrick Verhey
Hi,

for now the ping is the only way to see if the computer is up and running. To check the PB status from the Widget Designer is on the list, but not as easy as it seems.

best regards

Patrick

Re: Monitoring PB Health

PostPosted: Tue Jan 10, 2012 11:00 am
by Linton9
Checkout the server control window in VNC Remote. Its under 'Menu'.

I think you have to have the Coolux Desktop software installed on your clients for it to work though (?)
This is online in Downloads>Drivers>LCD/OSD Software>PB Menu and pretty sure its unsupported for Players (but it works for me)

Re: Monitoring PB Health

PostPosted: Mon Nov 12, 2012 2:17 am
by Linton9
Old thread, but is there a better way than ping to have WD monitor a bunch of clients?

Re: Monitoring PB Health

PostPosted: Sat Nov 17, 2012 1:20 am
by AlexWHughes
There are a lot of server monitoring solutions available but many aren't that easy to setup.

If you are running servers accessible to the internet then server density is your best option.

If you are in a closed environment Cacti is the best solution.

http://serverdensity.com
http://www.cacti.net

Re: Monitoring PB Health

PostPosted: Mon Nov 19, 2012 4:25 pm
by Markus Zeppenfeld
Hey guys,

we just added a PB health information to the VNC remote to tell if the render engine is offline or online.
This will as well be implemented as a node within the Widget Designer soon.

Then you can call a state for all servers if the render engine is in a good state.
If not, feel free to quit the application and restart it.

Stay tuned
Markus

Re: Monitoring PB Health

PostPosted: Thu Nov 22, 2012 10:41 pm
by Linton9
Markus Zeppenfeld wrote:Hey guys,

we just added a PB health information to the VNC remote to tell if the render engine is offline or online.
This will as well be implemented as a node within the Widget Designer soon.

Then you can call a state for all servers if the render engine is in a good state.
If not, feel free to quit the application and restart it.

Stay tuned
Markus


Markus, it would also be good to see if one or two outputs exist on the clients, via the widget.
Or Dualview status true/false...

Re: Monitoring PB Health

PostPosted: Mon Nov 26, 2012 10:54 am
by Markus Zeppenfeld
Hi Lyndon,

so you want to gather the information from the "server control" within the PB_VNC_Remote as an input node in the Widget?

Markus

Re: Monitoring PB Health

PostPosted: Mon Nov 26, 2012 3:30 pm
by Linton9
Kind of... I'd rather not have VNC open to gather the data.

I think the node would need:
Client IP (user enters the client IP to be monitored)
Client running (0 or 1)
Number of outputs active (1-4)
Client error code (could be expanded, I don't know what errors might be reported)

If the client error was verbose this field could be added as text to an email...!

Re: Monitoring PB Health

PostPosted: Mon Nov 26, 2012 4:04 pm
by Markus Zeppenfeld
Hi!

Sounds good. I will advance the ticket... :-)

Markus

Re: Monitoring PB Health

PostPosted: Thu Nov 05, 2015 5:17 pm
by lpmorin
Thanks for turning my question into a feature :D

Is it in the current version already?

LP