Xymon Mailing List Archive search

Disk size trends in bytes

5 messages in this thread

list Andrey Chervonets · Thu, 19 Jan 2017 12:15:43 +0200 ·
Is it possible to enable disk reports not only for %Full , but for each 
mountpoint actual size ?

Or we should do manual rrd settings configuration for each host's  every 
mountpoint?


Best regards,

Andrey Chervonets
SIA CoMinder
http://www.cominder.eu/
list Robert Herron · Sat, 21 Jan 2017 15:48:43 -0500 ·
In the URL for the graph you're viewing, change the"service=disk" to
"service=disk1".

On Jan 19, 2017 5:15 AM, "Andrey Chervonets" <user-e7fb5c02322c@xymon.invalid>
quoted from Andrey Chervonets
wrote:

Is it possible to enable disk reports not only for %Full , but for each
mountpoint actual size ?

Or we should do manual rrd settings configuration for each host's  every
mountpoint?


Best regards,

Andrey Chervonets
SIA CoMinder
http://www.cominder.eu/
list Andrey Chervonets · Sun, 22 Jan 2017 21:51:05 +0200 ·
quoted from Robert Herron
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" 
quoted from Robert Herron

Best regards,

Andrey Chervonets
SIA CoMinder
http://www.cominder.eu/


From:   Robert Herron <user-8b27ea4290da@xymon.invalid>
To:     Andrey Chervonets <user-e7fb5c02322c@xymon.invalid>
Cc:     xymon Mailing List <xymon at xymon.com>
Date:   21.01.2017 22:48
Subject:        Re: [Xymon] Disk size trends in bytes


In the URL for the graph you're viewing, change the"service=disk" to "service=disk1". 
On Jan 19, 2017 5:15 AM, "Andrey Chervonets" <user-e7fb5c02322c@xymon.invalid> wrote:
Is it possible to enable disk reports not only for %Full , but for each mountpoint actual size ? 
Or we should do manual rrd settings configuration for each host's  every mountpoint? 


Best regards, 
Andrey Chervonets ---------------------- SIA CoMinder http://www.cominder.eu/
list Japheth Cleaver · Mon, 23 Jan 2017 12:08:24 -0800 ·
quoted from Andrey Chervonets
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
list Robert Herron · Mon, 23 Jan 2017 20:02:13 -0500 ·
I was just about to reply the same.

As for monitoring disks/filesystems based on amount instead of percentage.
You need to set the warnlevel or paniclevel to space available followed by
an uppercase U.  See
https://www.xymon.com/help/manpages/man5/analysis.cfg.5.html#lbAG for
details.


Robert Herron
user-8b27ea4290da@xymon.invalid

On Mon, Jan 23, 2017 at 3:08 PM, Japheth Cleaver <user-87556346d4af@xymon.invalid>
quoted from Japheth Cleaver
wrote:
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
quoted from Japheth Cleaver

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