Widgets : Take your widget a step further The example we have been working on here in this chapter is very basic and the output is not of much use. Once you have understood the basics you will probably like to create a more useful widget.
One way to get more information about how you can create a more advanced widget is to take a look at one of the widgets shipped with op5 Monitor.
The Network health widget is a good example. That one can be found here:
# /opt/monitor/op5/ninja/application/widgets/netw_health
| If you are changing any of the default widgets remember to create a copy of the widget, with a new name, and place it in: # /opt/monitor/op5/ninja/application/custom_widgets/ |