Xymon Mailing List Archive search

maxdelay option

25 messages in this thread

list Daniel Nordquist · Wed, 6 Oct 2010 14:52:55 -0400 ·
Hello all,

I've been trying to find a way to set my uptime reporting option globally but I can't find a way.  I know I can do it individually with each monitored servers bbwin.cfg file and setting a maxdelay, but does anyone know of a way to do it globally?  I know I can eliminate the column, but we do want to see recent reboots while we don't want to see servers that have been up "too long" on the bb2 page.

Much appreciated!
Dan


This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.
list Jerald Sheets · Wed, 6 Oct 2010 15:58:22 -0400 ·
At the top of your $SERVER_HOME/etc/hobbt-clients.cfg file, you can have a "default" setting.  Here's mine:

DEFAULT
        UP      10m
        DISK / 95 97
        DISK /tmp 95 97
        FILE /var/log/messages TRACK=syslog "TEXT=Syslog Size"
        PORT "LOCAL=%([.:]22)$" state=ESTABLISHED min=0 max=20 color=yellow TRACK=ssh "TEXT=SSH logins"

Most any value can be set default across all hosts from here.  The documentation is in this file at the top.


I think that's what you're asking for.

--j
quoted from Daniel Nordquist


On Oct 6, 2010, at 2:52 PM, Nordquist, Daniel wrote:
Hello all,

I've been trying to find a way to set my uptime reporting option globally but I can't find a way.  I know I can do it individually with each monitored servers bbwin.cfg file and setting a maxdelay, but does anyone know of a way to do it globally?  I know I can eliminate the column, but we do want to see recent reboots while we don't want to see servers that have been up "too long" on the bb2 page.

Much appreciated!
Dan


This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.

list Tim McCloskey · Wed, 6 Oct 2010 13:10:38 -0700 ·
Default should always be the last entry.
quoted from Jerald Sheets

----- Original Message -----
From: Jerald Sheets <user-96a6f34c5806@xymon.invalid>
To: xymon at xymon.com <xymon at xymon.com>
Sent: Wed Oct 06 12:58:22 2010
Subject: Re: [xymon] maxdelay option

At the top of your $SERVER_HOME/etc/hobbt-clients.cfg file, you can have a "default" setting.  Here's mine:

DEFAULT
        UP      10m
        DISK / 95 97
        DISK /tmp 95 97
        FILE /var/log/messages TRACK=syslog "TEXT=Syslog Size"
        PORT "LOCAL=%([.:]22)$" state=ESTABLISHED min=0 max=20 color=yellow TRACK=ssh "TEXT=SSH logins"

Most any value can be set default across all hosts from here.  The documentation is in this file at the top.


I think that's what you're asking for.

--j


On Oct 6, 2010, at 2:52 PM, Nordquist, Daniel wrote:
Hello all,

I've been trying to find a way to set my uptime reporting option globally but I can't find a way.  I know I can do it individually with each monitored servers bbwin.cfg file and setting a maxdelay, but does anyone know of a way to do it globally?  I know I can eliminate the column, but we do want to see recent reboots while we don't want to see servers that have been up "too long" on the bb2 page.

Much appreciated!
Dan


This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.

list Daniel Nordquist · Thu, 7 Oct 2010 07:58:22 -0400 ·
Thank you both!
quoted from Tim McCloskey


-----Original Message-----
From: Tim McCloskey [mailto:user-440820cc07d6@xymon.invalid]
Sent: Wednesday, October 06, 2010 4:11 PM
To: 'xymon at xymon.com'
Subject: Re: [xymon] maxdelay option

Default should always be the last entry.

----- Original Message -----
From: Jerald Sheets <user-96a6f34c5806@xymon.invalid>
To: xymon at xymon.com <xymon at xymon.com>
Sent: Wed Oct 06 12:58:22 2010
Subject: Re: [xymon] maxdelay option

At the top of your $SERVER_HOME/etc/hobbt-clients.cfg file, you can have a "default" setting.  Here's mine:

DEFAULT
        UP      10m
        DISK / 95 97
        DISK /tmp 95 97
        FILE /var/log/messages TRACK=syslog "TEXT=Syslog Size"
        PORT "LOCAL=%([.:]22)$" state=ESTABLISHED min=0 max=20 color=yellow TRACK=ssh "TEXT=SSH logins"

Most any value can be set default across all hosts from here.  The documentation is in this file at the top.


I think that's what you're asking for.

--j


On Oct 6, 2010, at 2:52 PM, Nordquist, Daniel wrote:
Hello all,

I've been trying to find a way to set my uptime reporting option globally but I can't find a way.  I know I can do it individually with each monitored servers bbwin.cfg file and setting a maxdelay, but does anyone know of a way to do it globally?  I know I can eliminate the column, but we do want to see recent reboots while we don't want to see servers that have been up "too long" on the bb2 page.

Much appreciated!
Dan


This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.

This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.
list Jerald Sheets · Thu, 7 Oct 2010 09:46:31 -0400 ·
LOL

You'd think I would've read the very config file I pointed to!

Thanks, Tim.
quoted from Daniel Nordquist

--j


On Oct 6, 2010, at 4:10 PM, Tim McCloskey wrote:
Default should always be the last entry.

----- Original Message -----
From: Jerald Sheets <user-96a6f34c5806@xymon.invalid>
To: xymon at xymon.com <xymon at xymon.com>
Sent: Wed Oct 06 12:58:22 2010
Subject: Re: [xymon] maxdelay option

At the top of your $SERVER_HOME/etc/hobbt-clients.cfg file, you can have a "default" setting.  Here's mine:

DEFAULT
       UP      10m
       DISK / 95 97
       DISK /tmp 95 97
       FILE /var/log/messages TRACK=syslog "TEXT=Syslog Size"
       PORT "LOCAL=%([.:]22)$" state=ESTABLISHED min=0 max=20 color=yellow TRACK=ssh "TEXT=SSH logins"

Most any value can be set default across all hosts from here.  The documentation is in this file at the top.


I think that's what you're asking for.

--j


On Oct 6, 2010, at 2:52 PM, Nordquist, Daniel wrote:
Hello all,

I've been trying to find a way to set my uptime reporting option globally but I can't find a way.  I know I can do it individually with each monitored servers bbwin.cfg file and setting a maxdelay, but does anyone know of a way to do it globally?  I know I can eliminate the column, but we do want to see recent reboots while we don't want to see servers that have been up "too long" on the bb2 page.

Much appreciated!
Dan


This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.

list Daniel Nordquist · Wed, 3 Nov 2010 14:16:53 -0400 ·
I know this is not related to hobbit but I had a problem where my web pages stopped updating and histlogs stopped writing.

I checked my server disk space with df -h and it showed 3.6gb free on my root filesystem where hobbit lives.

I could not run a man page because it couldn't create a temp file.

I discovered after a little troubleshooting that I was actually out of space even though I supposedly had a few gig free.

I was able to clean up space and get my system running fine, but I'm baffled at why this happened.  I can't find anything on the web about it.

Anyone have any idea why this might have happened?

Thanks,
quoted from Jerald Sheets
Dan


This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.
list Darin D [eit] Dugan · Wed, 3 Nov 2010 13:44:57 -0500 ·
Perhaps you ran out of inodes....
quoted from Daniel Nordquist

-----Original Message-----
From: Nordquist, Daniel [mailto:user-b7c65cb59f49@xymon.invalid] 
Sent: Wednesday, November 03, 2010 1:17 PM
To: xymon at xymon.com
Subject: [xymon] linux disk space issue

I know this is not related to hobbit but I had a problem where my web pages stopped updating and histlogs stopped writing.

I checked my server disk space with df -h and it showed 3.6gb free on my root filesystem where hobbit lives.

I could not run a man page because it couldn't create a temp file.

I discovered after a little troubleshooting that I was actually out of space even though I supposedly had a few gig free.

I was able to clean up space and get my system running fine, but I'm baffled at why this happened.  I can't find anything on the web about it.

Anyone have any idea why this might have happened?

Thanks,
Dan


This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.
list Tom Kauffman · Wed, 3 Nov 2010 14:51:48 -0400 ·
quoted from Darin D [eit] Dugan
On Wednesday 03 November 2010 02:16:53 pm Nordquist, Daniel wrote:
I know this is not related to hobbit but I had a problem where my web pages
stopped updating and histlogs stopped writing.

I checked my server disk space with df -h and it showed 3.6gb free on my
root filesystem where hobbit lives.
Try df -i - it sounds like you may have run out of i-nodes. 
I could not run a man page because it couldn't create a temp file.
One of the reasons I never ran hobbit/xymon in the root filesystem - xymon can create a very large number of small files, and this can eat i-nodes faster than it eats disk space. Depending on OS and local preference, I'd suggest making an /opt or /usr//local filesystem with a higher number of i-nodes per block and run xymon in that filesystem.
Anyone have any idea why this might have happened?

Thanks,
Dan

Tom
list Daniel Nordquist · Wed, 3 Nov 2010 15:17:56 -0400 ·
Yep, that's it.  I learned something new today.

Thank you very much!
quoted from Tom Kauffman


-----Original Message-----
From: Tom Kauffman [mailto:user-eb86974acd2c@xymon.invalid]
Sent: Wednesday, November 03, 2010 2:52 PM
To: xymon at xymon.com
Subject: Re: [xymon] linux disk space issue

On Wednesday 03 November 2010 02:16:53 pm Nordquist, Daniel wrote:
I know this is not related to hobbit but I had a problem where my web pages
stopped updating and histlogs stopped writing.

I checked my server disk space with df -h and it showed 3.6gb free on my
root filesystem where hobbit lives.
Try df -i - it sounds like you may have run out of i-nodes.
I could not run a man page because it couldn't create a temp file.
One of the reasons I never ran hobbit/xymon in the root filesystem - xymon can
create a very large number of small files, and this can eat i-nodes faster
than it eats disk space. Depending on OS and local preference, I'd suggest
making an /opt or /usr//local filesystem with a higher number of i-nodes per
block and run xymon in that filesystem.
Anyone have any idea why this might have happened?

Thanks,
Dan

Tom
This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.
list Al Jeffcoat · Wed, 3 Nov 2010 15:24:36 -0400 ·
Maybe your Unix team can help next time :)
quoted from Daniel Nordquist


-----Original Message-----
From: Nordquist, Daniel
Sent: Wednesday, November 03, 2010 3:18 PM
To: xymon at xymon.com
Subject: RE: [xymon] linux disk space issue

Yep, that's it.  I learned something new today.

Thank you very much!


-----Original Message-----
From: Tom Kauffman [mailto:user-eb86974acd2c@xymon.invalid]
Sent: Wednesday, November 03, 2010 2:52 PM
To: xymon at xymon.com
Subject: Re: [xymon] linux disk space issue

On Wednesday 03 November 2010 02:16:53 pm Nordquist, Daniel wrote:
I know this is not related to hobbit but I had a problem where my web
pages stopped updating and histlogs stopped writing.

I checked my server disk space with df -h and it showed 3.6gb free on
my root filesystem where hobbit lives.
Try df -i - it sounds like you may have run out of i-nodes.
I could not run a man page because it couldn't create a temp file.
One of the reasons I never ran hobbit/xymon in the root filesystem - xymon can create a very large number of small files, and this can eat i-nodes faster than it eats disk space. Depending on OS and local preference, I'd suggest making an /opt or /usr//local filesystem with a higher number of i-nodes per block and run xymon in that filesystem.
Anyone have any idea why this might have happened?

Thanks,
Dan

Tom
This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.

This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.
list Bill Arlofski · Wed, 03 Nov 2010 17:21:59 -0400 ·
quoted from Al Jeffcoat
On 11/03/10 15:17, Nordquist, Daniel wrote:
Yep, that's it.  I learned something new today.

Thank you very much!
One more thing to consider for future reference is that a percentage (default
5% for ext2/3) of the available space will be reserved for root. So you may
show some free space but the xymon user can not use any of it.


-- 
Bill Arlofski
Reverse Polarity, LLC
list Daniel L Attsi Lozovsky · Wed, 3 Nov 2010 18:19:27 -0700 ·

----- Original Message -----
From: Bill Arlofski <user-0b8af203a56e@xymon.invalid>
To: xymon at xymon.com <xymon at xymon.com>
Sent: Wed Nov 03 14:21:59 2010
Subject: Re: [xymon] linux disk space issue

On 11/03/10 15:17, Nordquist, Daniel wrote:
Yep, that's it.  I learned something new today.

Thank you very much!
One more thing to consider for future reference is that a percentage (default
5% for ext2/3) of the available space will be reserved for root. So you may
show some free space but the xymon user can not use any of it.


-- 
Bill Arlofski
Reverse Polarity, LLC
list Daniel Nordquist · Thu, 4 Nov 2010 08:08:47 -0400 ·
Ok, I'm running openSuse 11.1 and I'm not finding a way to increase my inodes without doing something drastic like rebuilding from scratch.  Lots of freebsd info on the web to increase maxfiles but nothing specific for openSuse.

Can you help?

Thanks!
quoted from Al Jeffcoat


-----Original Message-----
From: Jeffcoat, Al
Sent: Wednesday, November 03, 2010 3:25 PM
To: xymon at xymon.com
Subject: RE: [xymon] linux disk space issue

Maybe your Unix team can help next time :)


-----Original Message-----
From: Nordquist, Daniel
Sent: Wednesday, November 03, 2010 3:18 PM
To: xymon at xymon.com
Subject: RE: [xymon] linux disk space issue

Yep, that's it.  I learned something new today.

Thank you very much!


-----Original Message-----
From: Tom Kauffman [mailto:user-eb86974acd2c@xymon.invalid]
Sent: Wednesday, November 03, 2010 2:52 PM
To: xymon at xymon.com
Subject: Re: [xymon] linux disk space issue

On Wednesday 03 November 2010 02:16:53 pm Nordquist, Daniel wrote:
I know this is not related to hobbit but I had a problem where my web
pages stopped updating and histlogs stopped writing.

I checked my server disk space with df -h and it showed 3.6gb free on
my root filesystem where hobbit lives.
Try df -i - it sounds like you may have run out of i-nodes.
I could not run a man page because it couldn't create a temp file.
One of the reasons I never ran hobbit/xymon in the root filesystem - xymon can create a very large number of small files, and this can eat i-nodes faster than it eats disk space. Depending on OS and local preference, I'd suggest making an /opt or /usr//local filesystem with a higher number of i-nodes per block and run xymon in that filesystem.
Anyone have any idea why this might have happened?

Thanks,
Dan

Tom
This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.

This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.

This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.
list Daniel Nordquist · Thu, 4 Nov 2010 08:34:02 -0400 ·
Hmm... Murphy's law...  As soon as I reach out for help, I find something that might work.

I'm going to try setting fs.file-max=301472 in /etc/sysctl.conf to increase what must be the default of 101472 for the ext3 filesystem on this version of linux.

Unless someone has a better idea?

Thanks,
Dan
quoted from Daniel Nordquist


-----Original Message-----
From: Nordquist, Daniel
Sent: Thursday, November 04, 2010 8:09 AM
To: xymon at xymon.com
Subject: RE: [xymon] linux disk space issue

Ok, I'm running openSuse 11.1 and I'm not finding a way to increase my inodes without doing something drastic like rebuilding from scratch.  Lots of freebsd info on the web to increase maxfiles but nothing specific for openSuse.

Can you help?

Thanks!


-----Original Message-----
From: Jeffcoat, Al
Sent: Wednesday, November 03, 2010 3:25 PM
To: xymon at xymon.com
Subject: RE: [xymon] linux disk space issue

Maybe your Unix team can help next time :)


-----Original Message-----
From: Nordquist, Daniel
Sent: Wednesday, November 03, 2010 3:18 PM
To: xymon at xymon.com
Subject: RE: [xymon] linux disk space issue

Yep, that's it.  I learned something new today.

Thank you very much!


-----Original Message-----
From: Tom Kauffman [mailto:user-eb86974acd2c@xymon.invalid]
Sent: Wednesday, November 03, 2010 2:52 PM
To: xymon at xymon.com
Subject: Re: [xymon] linux disk space issue

On Wednesday 03 November 2010 02:16:53 pm Nordquist, Daniel wrote:
I know this is not related to hobbit but I had a problem where my web
pages stopped updating and histlogs stopped writing.

I checked my server disk space with df -h and it showed 3.6gb free on
my root filesystem where hobbit lives.
Try df -i - it sounds like you may have run out of i-nodes.
I could not run a man page because it couldn't create a temp file.
One of the reasons I never ran hobbit/xymon in the root filesystem - xymon can create a very large number of small files, and this can eat i-nodes faster than it eats disk space. Depending on OS and local preference, I'd suggest making an /opt or /usr//local filesystem with a higher number of i-nodes per block and run xymon in that filesystem.
Anyone have any idea why this might have happened?

Thanks,
Dan

Tom
This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.

This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.

This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.

This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.
list Tom Kauffman · Thu, 4 Nov 2010 12:55:01 -0400 ·
quoted from Daniel Nordquist
On Thursday 04 November 2010 08:08:47 am Nordquist, Daniel wrote:
Ok, I'm running openSuse 11.1 and I'm not finding a way to increase my
inodes without doing something drastic like rebuilding from scratch.  Lots
of freebsd info on the web to increase maxfiles but nothing specific for
openSuse.

Can you help?

Thanks!
To the best of my knowledge, the only Linux filesystem that handles this well is reiserfs and that's been deprecated. The only way to set the inode ratio is at file system create/format time. So in your case, this is indeed a "do-
over'. And you will not want to set the bytes per inode up significantly on root (/), /usr, or /tmp  - which is why I suggested /opt or /usr/local as filesystems to run xymon.

Tom
list Tom Kauffman · Thu, 4 Nov 2010 12:56:42 -0400 ·
quoted from Daniel Nordquist
On Thursday 04 November 2010 08:34:02 am Nordquist, Daniel wrote:
Hmm... Murphy's law...  As soon as I reach out for help, I find something
that might work.

I'm going to try setting fs.file-max=301472 in /etc/sysctl.conf to increase
what must be the default of 101472 for the ext3 filesystem on this version
of linux.

Unless someone has a better idea?

Thanks,
Dan
That controls the number of files that can be open concurrently - it's a 
memory usage control, and won't affect disk usage.

Tom
list Henrik Størner · Thu, 4 Nov 2010 20:29:59 +0000 (UTC) ·
In <user-32d448111170@xymon.invalid> Tom Kauffman <user-eb86974acd2c@xymon.invalid> writes:

[running out of inodes]
quoted from Tom Kauffman
To the best of my knowledge, the only Linux filesystem that handles this well 
is reiserfs and that's been deprecated. The only way to set the inode ratio is 
at file system create/format time. 
Personally, I prefer XFS as filesystem on "large" filesystems, including those
that I use for storing Xymon data. So far I've been running out of space
before I ran out of i-nodes. If need be, I believe it can be tuned without having
to re-format the filesystem.


Regards,
Henrik
list Daniel Nordquist · Fri, 5 Nov 2010 07:38:57 -0400 ·
Thanks for the help!

I was able to give myself some time by writing a script to enter all my server directories and kill all my msgs files since they were taking up 65% of my inodes.

I'll take your advice when I upgrade to xymon and rebuild with your suggested disk configuration.

Thanks again,
Dan
quoted from Tom Kauffman


-----Original Message-----
From: Tom Kauffman [mailto:user-eb86974acd2c@xymon.invalid]
Sent: Thursday, November 04, 2010 12:55 PM
To: xymon at xymon.com
Subject: Re: [xymon] linux disk space issue

On Thursday 04 November 2010 08:08:47 am Nordquist, Daniel wrote:
Ok, I'm running openSuse 11.1 and I'm not finding a way to increase my
inodes without doing something drastic like rebuilding from scratch.  Lots
of freebsd info on the web to increase maxfiles but nothing specific for
openSuse.

Can you help?

Thanks!
To the best of my knowledge, the only Linux filesystem that handles this well
is reiserfs and that's been deprecated. The only way to set the inode ratio is
at file system create/format time. So in your case, this is indeed a "do-
over'. And you will not want to set the bytes per inode up significantly on
root (/), /usr, or /tmp  - which is why I suggested /opt or /usr/local as
filesystems to run xymon.

Tom


This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.
list Daniel Nordquist · Mon, 29 Nov 2010 15:12:47 -0500 ·
This is probably a really stupid question, but I can't seem to find documentation on what the defaults are and how to change settings for xymon test refresh times.  Is there a way to set how often a test is performed?  And is there also a way to change the refresh rate on the browser window?

Thanks so much!
quoted from Daniel Nordquist
Dan


This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.
list Ryan Novosielski · Mon, 29 Nov 2010 15:58:58 -0500 ·
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Please do not thread hijack (even if it's your own :)). Thanks.
quoted from Daniel Nordquist

On 11/29/2010 03:12 PM, Nordquist, Daniel wrote:
This is probably a really stupid question, but I can't seem to find documentation on what the defaults are and how to change settings for xymon test refresh times.  Is there a way to set how often a test is performed?  And is there also a way to change the refresh rate on the browser window?

Thanks so much!
Dan


This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message.  To reply to our email administrator directly, send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Health by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Health.

- -- 
- ---- _  _ _  _ ___  _  _  _

|Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Sr. Systems Programmer
|$&| |__| |  | |__/ | \| _| |user-ae4522577e16@xymon.invalid - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/CST-Academic Svcs. - ADMC 450, Newark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkz0FBIACgkQmb+gadEcsb4aDQCg4UIxrYymUhRrOWeQBLJ9lfcG
BCgAnA/ZvQjGSRm+pXGTNoa8Sd5ON8XV
=y7Xi
-----END PGP SIGNATURE-----
list Josh Luthman · Mon, 29 Nov 2010 16:03:42 -0500 ·
This is a new thread to me on Gmail.
quoted from Ryan Novosielski
On Nov 29, 2010 4:01 PM, "Ryan Novosielski" <user-ae4522577e16@xymon.invalid> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Please do not thread hijack (even if it's your own :)). Thanks.

On 11/29/2010 03:12 PM, Nordquist, Daniel wrote:
This is probably a really stupid question, but I can't seem to find
documentation on what the defaults are and how to change settings for xymon
test refresh times. Is there a way to set how often a test is performed? And
is there also a way to change the refresh rate on the browser window?

Thanks so much!
Dan


This e-mail message and any attached files are confidential and are
intended solely for the use of the addressee(s) named above. If you are not
the intended recipient, any review, use, or distribution of this e-mail
message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy
regulations, attorney-client work product, or other privileges. If you have
received this confidential communication in error, please notify the sender
immediately by reply e-mail message and permanently delete the original
message. To reply to our email administrator directly, send an email to:
user-40803320aaf5@xymon.invalid .
If this e-mail message concerns a contract matter, be advised that no
employee or agent is authorized to conclude any binding agreement on behalf
of Orlando Health by e-mail without express written confirmation by an
officer of the corporation. Any views or opinions presented in this e-mail
are solely those of the author and do not necessarily represent those of
Orlando Health.

- --
- ---- _ _ _ _ ___ _ _ _
|Y#| | | |\/| | \ |\ | | |Ryan Novosielski - Sr. Systems Programmer
|$&| |__| | | |__/ | \| _| |user-ae4522577e16@xymon.invalid - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/CST-Academic Svcs. - ADMC 450, Newark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkz0FBIACgkQmb+gadEcsb4aDQCg4UIxrYymUhRrOWeQBLJ9lfcG
BCgAnA/ZvQjGSRm+pXGTNoa8Sd5ON8XV
=y7Xi
-----END PGP SIGNATURE-----
list Xymon User in Richmond · Mon, 29 Nov 2010 16:16:29 -0500 ·
Ryan, please consider using as boilerplate your much friendlier and more
explanatory recent message to such an inadvertent offender:

"Please do not thread hijack. When you take a message, remove the
contents and change the subject line and send it, it still retains
header information that ties it to other messages (and is now
interleaving it with an involved discussion about managing shifts).

Please start a new thread. Thanks!"
quoted from Ryan Novosielski

On Mon, November 29, 2010 15:58, Ryan Novosielski wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Please do not thread hijack (even if it's your own :)). Thanks.

On 11/29/2010 03:12 PM, Nordquist, Daniel wrote:
This is probably a really stupid question, but I can't seem to find
documentation on what the defaults are and how to change settings for
xymon test refresh times.  Is there a way to set how often a test is
performed?  And is there also a way to change the refresh rate on the
browser window?

Thanks so much!
Dan


This e-mail message and any attached files are confidential and are
intended solely for the use of the addressee(s) named above. If you are
not the intended recipient, any review, use, or distribution of this
e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy
regulations, attorney-client work product, or other privileges. If you
have received this confidential communication in error, please notify
the sender immediately by reply e-mail message and permanently delete
the original message.  To reply to our email administrator directly,
send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no
employee or agent is authorized to conclude any binding agreement on
behalf of Orlando Health by e-mail without express written confirmation
by an officer of the corporation. Any views or opinions presented in
this e-mail are solely those of the author and do not necessarily
represent those of Orlando Health.

- --
- ---- _  _ _  _ ___  _  _  _
|Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Sr. Systems Programmer
|$&| |__| |  | |__/ | \| _| |user-ae4522577e16@xymon.invalid - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/CST-Academic Svcs. - ADMC 450, Newark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkz0FBIACgkQmb+gadEcsb4aDQCg4UIxrYymUhRrOWeQBLJ9lfcG
BCgAnA/ZvQjGSRm+pXGTNoa8Sd5ON8XV
=y7Xi
-----END PGP SIGNATURE-----

list Henrik Størner · Mon, 29 Nov 2010 21:35:35 +0000 (UTC) ·
quoted from Xymon User in Richmond
On Mon, 29 Nov 2010 15:12:47 -0500, Nordquist, Daniel wrote:
This is probably a really stupid question, but I can't seem to find
documentation on what the defaults are and how to change settings for
xymon test refresh times.  Is there a way to set how often a test is
performed?  And is there also a way to change the refresh rate on the
browser window?
For the tests running on the Xymon server (i.e. network checks),
this is controlled by the INTERVAL setting for the network test
task in tasks.cfg (previously: hobbitlaunch.cfg). Same file controls
how often the webpages are generated.

Clients manage how often they run their checks - Unix-like systems
running the Xymon client have their own tasks.cfg file; other clients
use different ways of configuring the update interval.


Regards,
Henrik
list Ryan Novosielski · Mon, 29 Nov 2010 16:47:59 -0500 ·
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thanks for the suggestion -- I'll have to keep it handy.

Cheers.
quoted from Xymon User in Richmond

On 11/29/2010 04:16 PM, Xymon User in Richmond wrote:
Ryan, please consider using as boilerplate your much friendlier and more
explanatory recent message to such an inadvertent offender:

"Please do not thread hijack. When you take a message, remove the
contents and change the subject line and send it, it still retains
header information that ties it to other messages (and is now
interleaving it with an involved discussion about managing shifts).

Please start a new thread. Thanks!"

On Mon, November 29, 2010 15:58, Ryan Novosielski wrote:
Please do not thread hijack (even if it's your own :)). Thanks.

On 11/29/2010 03:12 PM, Nordquist, Daniel wrote:
This is probably a really stupid question, but I can't seem to find
documentation on what the defaults are and how to change settings for
xymon test refresh times.  Is there a way to set how often a test is
performed?  And is there also a way to change the refresh rate on the
browser window?

Thanks so much!
Dan


This e-mail message and any attached files are confidential and are
intended solely for the use of the addressee(s) named above. If you are
not the intended recipient, any review, use, or distribution of this
e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy
regulations, attorney-client work product, or other privileges. If you
have received this confidential communication in error, please notify
the sender immediately by reply e-mail message and permanently delete
the original message.  To reply to our email administrator directly,
send an email to:  user-40803320aaf5@xymon.invalid .

If this e-mail message concerns a contract matter, be advised that no
employee or agent is authorized to conclude any binding agreement on
behalf of Orlando Health by e-mail without express written confirmation
by an officer of the corporation. Any views or opinions presented in
this e-mail are solely those of the author and do not necessarily
represent those of Orlando Health.
- -- 
- ---- _  _ _  _ ___  _  _  _
|Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Sr. Systems Programmer
|$&| |__| |  | |__/ | \| _| |user-ae4522577e16@xymon.invalid - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/CST-Academic Svcs. - ADMC 450, Newark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkz0H44ACgkQmb+gadEcsb7v4ACeKtXPtiFwK0nnofEqE6IICwC6
hBkAoN2y/x8dQAwvHtnOtqq1aFEZ+1KO
=ks6j
-----END PGP SIGNATURE-----
list Ryan Novosielski · Mon, 29 Nov 2010 16:52:10 -0500 ·
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Apparently GMail does not strictly follow what looks to be RFC 822. I
think a lot of companies go for what is most convenient to the user over
what is most correct/predictable.

If you go for the message source, you'll see the "In-reply-to:" header
which most mail readers will observe.
quoted from Josh Luthman

On 11/29/2010 04:03 PM, Josh Luthman wrote:
This is a new thread to me on Gmail.

On Nov 29, 2010 4:01 PM, "Ryan Novosielski" <user-ae4522577e16@xymon.invalid
<mailto:user-ae4522577e16@xymon.invalid>> wrote:
Please do not thread hijack (even if it's your own :)). Thanks.

On 11/29/2010 03:12 PM, Nordquist, Daniel wrote:
This is probably a really stupid question, but I can't seem to find
documentation on what the defaults are and how to change settings for
xymon test refresh times. Is there a way to set how often a test is
performed? And is there also a way to change the refresh rate on the
browser window?

Thanks so much!
Dan


This e-mail message and any attached files are confidential and are
intended solely for the use of the addressee(s) named above. If you are
not the intended recipient, any review, use, or distribution of this
e-mail message and any attached files is strictly prohibited.

This communication may contain material protected by Federal privacy
regulations, attorney-client work product, or other privileges. If you
have received this confidential communication in error, please notify
the sender immediately by reply e-mail message and permanently delete
the original message. To reply to our email administrator directly, send
an email to: user-40803320aaf5@xymon.invalid
<mailto:user-40803320aaf5@xymon.invalid> .
quoted from Ryan Novosielski
If this e-mail message concerns a contract matter, be advised that no
employee or agent is authorized to conclude any binding agreement on
behalf of Orlando Health by e-mail without express written confirmation
by an officer of the corporation. Any views or opinions presented in
this e-mail are solely those of the author and do not necessarily
represent those of Orlando Health.
- -- 
- ---- _  _ _  _ ___  _  _  _
|Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Sr. Systems Programmer
|$&| |__| |  | |__/ | \| _| |user-ae4522577e16@xymon.invalid - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/CST-Academic Svcs. - ADMC 450, Newark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkz0IIkACgkQmb+gadEcsb5PsQCfZXj5WJZWMjrL5ZEtHGyG0tNH
x9UAnjZ4j95VYrDQP2eP8DscfJTbkeOi
=eHOH
-----END PGP SIGNATURE-----