his Dashing.io widget is based on Server Status Squares that was implemented by welsh and the widget Number.
I merge those widgets because i need to monitor the status of the services (ok, warning, error) and also get an idea of how the service is working, showing some values.
The widget show a number indicating status of a service and if this value has changed (increase or decrease). It is also show 3 different colors:
- Green Color: Status Ok
- Orange Color: Warning
- Red Color: Error
The color is based on the paremeter "result".
An example of JSON command should be:
{ "auth_token": "YOUR_AUTH_TOKEN", "title": "Index Size", "result" : 1, "current": "250","last": "220"}