Disk size trends in bytes
On 1/22/2017 11:51 AM, Andrey Chervonets wrote:
In the URL for the graph you're viewing, change the"service=disk" to "service=disk1".This does not help., Just getting "Status not available"
For the graph itself, not the service... So change: https://xymon.server.here/xymon-cgi/showgraph.sh?host=server.name.here&service=disk&first=1&count=3&action=menu to https://xymon.server.here/xymon-cgi/showgraph.sh?host=server.name.here&service=disk1&first=1&count=3&action=menu To make this graph automatically appear on the 'trends' page for a host, add something like this to its hosts.cfg entry: # TRENDS:*,disk:disk|disk1 To make this appear everywhere (or as the default setting for subsequent hosts), add that to a ".default." hosts.cfg entry at the top of your config. HTH, -jc