<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">[ kind of a “me too” note ]</div><div class=""><br class=""></div>This most likely explains a situation I observed with a busybox-based system (QNap) that also graphed all values just fine but happily showed green despite 100% full.<div class="">I was expecting the graphing and alerting/color-determination to use the same parser … which is obviously not the case.</div><div class=""><br class=""></div><div class="">Thanks for the investigation.</div><div class=""><div><blockquote type="cite" class=""><div class="">On 05 Jan 2017, at 22:46, Scot Kreienkamp <<a href="mailto:Scot.Kreienkamp@la-z-boy.com" class="">Scot.Kreienkamp@la-z-boy.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);"><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">The –P was it, strange that it would still receive and graph the value but not be able to read it for the testing piece.  I only have the –h in there because I always do that by default without thinking about it, it’s not in the script that xymon runs though. <span class="Apple-converted-space"> </span></span></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class=""><o:p class=""> </o:p></span></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">Thank you, Paul and JC! <span class="Apple-converted-space"> </span></span></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class=""><o:p class=""> </o:p></span></div><p id="c1-id-6" style="margin-right: 0in; margin-left: 0in; font-size: 12pt; font-family: Arial;" class=""><span id="c1-id-7" style="font-size: 8pt; font-family: Calibri; letter-spacing: normal;" class=""><strong id="c1-id-39" class=""><span id="c1-id-41" style="font-size: 9pt;" class="">Scot Kreienkamp  | Senior Systems Engineer | La-Z-Boy Corporate</span></strong><br id="c1-id-8" class=""></span><span id="c1-id-9" style="font-size: 8pt; font-family: Calibri; letter-spacing: normal;" class="">One La-Z-Boy Drive | Monroe, Michigan 48162 | Office: 734-384-6403 | | Mobile: 7349151444 | Email:<span class="Apple-converted-space"> </span><a href="mailto:Scot.Kreienkamp@la-z-boy.com" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">Scot.Kreienkamp@la-z-boy.com</a></span></p><div class=""><div style="border-style: solid none none; border-top-color: rgb(225, 225, 225); border-top-width: 1pt; padding: 3pt 0in 0in;" class=""><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class=""><span style="color: windowtext;" class="">From:</span></b><span style="color: windowtext;" class=""><span class="Apple-converted-space"> </span>Root, Paul T [<a href="mailto:Paul.Root@CenturyLink.com" class="">mailto:Paul.Root@CenturyLink.com</a>]<span class="Apple-converted-space"> </span><br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>Thursday, January 5, 2017 4:41 PM<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>Root, Paul T; Scot Kreienkamp; 'Japheth Cleaver'; '<a href="mailto:shea4th@comcast.net" class="">shea4th@comcast.net</a>'<br class=""><b class="">Cc:</b><span class="Apple-converted-space"> </span>'xymon'<br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>RE: [Xymon] xymon disk not alerting at 100%, need another set of eyes</span></div></div></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">Specifically if you look in the xymonclient-linux shell script, the df output is looking for:</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class=""><o:p class=""> </o:p></span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">EXCLUDES=`cat /proc/filesystems | grep nodev | grep -v rootfs | awk '{print $2}' | xargs echo | sed -e 's! ! -x !g'`</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">ROOTFS=`readlink -m /dev/root`</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">df -Pl -x iso9660 -x $EXCLUDES | sed -e '/^[^   ][^     ]*$/{</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">N</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">s/[     ]*\n[   ]*/ /</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">}' -e "s&^rootfs&${ROOTFS}&"</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">echo "[inode]"</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">df -Pil -x iso9660 -x $EXCLUDES | sed -e '/^[^  ][^     ]*$/{</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">N</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">s/[     ]*\n[   ]*/ /</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">}' -e "s&^rootfs&${ROOTFS}&"</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class=""><o:p class=""> </o:p></span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">So it specifically does not want –h.     That is most likely the problem.</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class=""><o:p class=""> </o:p></span></div><div class=""><div style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0in 0in;" class=""><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class=""><span style="font-size: 10pt; font-family: Tahoma, sans-serif; color: windowtext;" class="">From:</span></b><span style="font-size: 10pt; font-family: Tahoma, sans-serif; color: windowtext;" class=""><span class="Apple-converted-space"> </span>Root, Paul T<span class="Apple-converted-space"> </span><br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>Thursday, January 05, 2017 3:35 PM<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>'Scot Kreienkamp'; Japheth Cleaver;<span class="Apple-converted-space"> </span><a href="mailto:shea4th@comcast.net" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">shea4th@comcast.net</a><br class=""><b class="">Cc:</b><span class="Apple-converted-space"> </span>xymon<br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>RE: [Xymon] xymon disk not alerting at 100%, need another set of eyes</span></div></div></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">I think you need df –P in your sudo script.</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class=""><o:p class=""> </o:p></span></div><div class=""><div style="border-style: solid none none; border-top-color: rgb(181, 196, 223); border-top-width: 1pt; padding: 3pt 0in 0in;" class=""><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class=""><span style="font-size: 10pt; font-family: Tahoma, sans-serif; color: windowtext;" class="">From:</span></b><span style="font-size: 10pt; font-family: Tahoma, sans-serif; color: windowtext;" class=""><span class="Apple-converted-space"> </span>Xymon [<a href="mailto:xymon-bounces@xymon.com" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">mailto:xymon-bounces@xymon.com</a>]<span class="Apple-converted-space"> </span><b class="">On Behalf Of<span class="Apple-converted-space"> </span></b>Scot Kreienkamp<br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>Thursday, January 05, 2017 3:32 PM<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>Japheth Cleaver;<span class="Apple-converted-space"> </span><a href="mailto:shea4th@comcast.net" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">shea4th@comcast.net</a><br class=""><b class="">Cc:</b><span class="Apple-converted-space"> </span>xymon<br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Xymon] xymon disk not alerting at 100%, need another set of eyes</span></div></div></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">Here’s the output of df, just looks normal to me:</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class=""><o:p class=""> </o:p></span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">[root@corpvskreienl bin]# df -h</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">Filesystem           Size  Used Avail Use% Mounted on</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">/dev/mapper/ol-root  100G  3.2G   97G   4% /</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">devtmpfs             909M     0  909M   0% /dev</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">tmpfs                920M   72K  920M   1% /dev/shm</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">tmpfs                920M   49M  872M   6% /run</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">tmpfs                920M     0  920M   0% /sys/fs/cgroup</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">/dev/sda1            2.0G  2.0G   20K 100% /boot</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">tmpfs                184M     0  184M   0% /run/user/0</span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class=""><o:p class=""> </o:p></span></div><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span id="cid:image001.png@01D26773.43A7B510"><image001.png></span></div><div class=""><div style="border-style: solid none none; border-top-color: rgb(225, 225, 225); border-top-width: 1pt; padding: 3pt 0in 0in;" class=""><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class=""><span style="color: windowtext;" class="">From:</span></b><span style="color: windowtext;" class=""><span class="Apple-converted-space"> </span>Japheth Cleaver [<a href="mailto:cleaver@terabithia.org" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">mailto:cleaver@terabithia.org</a>]<span class="Apple-converted-space"> </span><br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>Thursday, January 5, 2017 3:55 PM<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>Scot Kreienkamp;<span class="Apple-converted-space"> </span><a href="mailto:shea4th@comcast.net" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">shea4th@comcast.net</a><br class=""><b class="">Cc:</b><span class="Apple-converted-space"> </span>xymon<br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Xymon] xymon disk not alerting at 100%, need another set of eyes</span></div></div></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div class=""><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Hmm. That seems strange... We're not showing any space data there, just 0%. It should look something like this below...<span class="Apple-converted-space"> </span><br class="">What's the output of the normal 'df' command on these boxes?<br class=""><br class="">7416 2017-01-05 12:49:20.809413 Disk check host rhel5-i386.build<br class="">7416 2017-01-05 12:49:20.809926 Disk check: header 'Filesystem         1024-blocks      Used Available Capacity Mounted on', columns 3 and 4<br class="">7416 2017-01-05 12:49:20.810409 Disk check: FS='/' level 74%/1751688U (thresholds: 90/95, abs: 0/0)<br class="">7416 2017-01-05 12:49:20.810818 Disk check: FS='/boot' level 13%/83419U (thresholds: 90/95, abs: 0/0)<br class="">7416 2017-01-05 12:49:20.820510 Disk check: FS='/dev/shm' level 1%/257372U (thresholds: 90/95, abs: 0/0)<br class="">7416 2017-01-05 12:49:20.820691 Adding to combo msg: status rhel5-i386,build.disk green Thu Jan  5 12:49:52 PST 2017 - Filesystems ok<br class=""><br class="">One idea: Are these the same boxes that you had to put the sudo hack in for? Is it possible the arguments to 'df' are not being passed in with the execution? At the very least, I think missing a -P (posix) could cause parsing problems.<br class=""><br class="">-jc<br class=""><br class="">On 1/5/2017 12:23 PM, Scot Kreienkamp wrote:</div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">Running the config dump with xymoncmd in front of it didn’t make any difference to the output. </span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">Here’s the debug mode output for the disk section:</span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632660 Disk check host corpvskreienl.na.lzb.hq</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632670 Disk check: header 'Filesystem          1K-blocks    Used Available Use% Mounted on', columns 3 and -1</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632677 Disk check: FS='/' level 0%/101469992U (thresholds: 90/95, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632683 Disk check: FS='/dev' level 0%/930248U (thresholds: 90/95, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632688 Disk check: FS='/dev/shm' level 0%/941992U (thresholds: 90/95, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632692 Disk check: FS='/run' level 0%/892380U (thresholds: 90/95, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632696 Disk check: FS='/sys/fs/cgroup' level 0%/942064U (thresholds: 90/95, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632700 Disk check: FS='/boot' level 0%/20U (thresholds: 90/95, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632704 Disk check: FS='/run/user/0' level 0%/188416U (thresholds: 90/95, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632708 Adding to combo msg: status corpvskreienl,na,lzb,hq.disk green Thu Jan  5 15:18:07 EST 2017 - Filesystems ok</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632710 combo_add (tcp): current xymonmsg size: 11068, buffer size: 617; maxmsgspercombo: 100, messages queued so far: 2</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632713 Inode check host corpvskreienl.na.lzb.hq</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632719 Inode check: header 'Filesystem          1K-blocks    Used Available Use% Mounted on', columns -1 and -1</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632726 Inode check: FS='/' level 0%/0U (thresholds: 70/90, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632752 Inode check: FS='/dev' level 0%/0U (thresholds: 70/90, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632758 Inode check: FS='/dev/shm' level 0%/0U (thresholds: 70/90, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632762 Inode check: FS='/run' level 0%/0U (thresholds: 70/90, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632766 Inode check: FS='/sys/fs/cgroup' level 0%/0U (thresholds: 70/90, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632770 Inode check: FS='/boot' level 0%/0U (thresholds: 70/90, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632773 Inode check: FS='/run/user/0' level 0%/0U (thresholds: 70/90, abs: 0/0)</span></div><div style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">4873 2017-01-05 15:18:07.632777 Adding to combo msg: status corpvskreienl,na,lzb,hq.inode green Thu Jan  5 15:18:07 EST 2017 - Filesystems ok</span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 1in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div class=""><div style="border-style: solid none none; border-top-color: rgb(225, 225, 225); border-top-width: 1pt; padding: 3pt 0in 0in;" class=""><div style="margin: 0in 0in 0.0001pt 1.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class=""><span style="color: windowtext;" class="">From:</span></b><span style="color: windowtext;" class=""><span class="Apple-converted-space"> </span>Japheth Cleaver [<a href="mailto:cleaver@terabithia.org" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">mailto:cleaver@terabithia.org</a>]<span class="Apple-converted-space"> </span><br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>Thursday, January 5, 2017 3:11 PM<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>Scot Kreienkamp;<span class="Apple-converted-space"> </span><a href="mailto:shea4th@comcast.net" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">shea4th@comcast.net</a><br class=""><b class="">Cc:</b><span class="Apple-converted-space"> </span>xymon<br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Xymon] xymon disk not alerting at 100%, need another set of eyes</span></div></div></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 1.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div class=""><div style="margin: 0in 0in 0.0001pt 1.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Eyeballing it, it seems to be correct, and if windows matches are working then it seems like class (or at least OS) is being sensed properly. Can you put xymond_client in debug mode (-USR2) and show the output from the processing of the disk section for this client? It should indicate there the thresholds it *thinks* apply to this host.<br class=""><br class="">Also, when running manually like this:<span style="color: rgb(31, 73, 125);" class=""><br class="">    /usr/libexec/xymon/xymond_client --dump-config</span><br class="">...can you prefix with xymoncmd and see if anything changes? Weird configs I'd forgotten about in xymonserver.cfg have bit me on occasion.<br class=""><br class="">-jc<br class=""><br class="">On 1/5/2017 11:38 AM, Scot Kreienkamp wrote:</div></div><blockquote style="margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0in 0in 0.0001pt 1.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">No… it’s showing up on the page and in the graph.  Even if it was ignored, reverting to the default out-of-the-box config would have removed the ignore also. </span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 1.5in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div style="margin: 0in 0in 0.0001pt 1.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span id="cid:image002.jpg@01D26773.43A7B510"><image002.jpg></span></div><div class=""><div style="border-style: solid none none; border-top-color: rgb(225, 225, 225); border-top-width: 1pt; padding: 3pt 0in 0in;" class=""><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class="">From:</b><a href="mailto:shea4th@comcast.net" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">shea4th@comcast.net</a>[<a href="mailto:shea4th@comcast.net" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">mailto:shea4th@comcast.net</a>]<span class="Apple-converted-space"> </span><br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>Thursday, January 5, 2017 2:36 PM<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>Scot Kreienkamp<br class=""><b class="">Cc:</b><a href="mailto:cleaver@terabithia.org" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">cleaver@terabithia.org</a>; xymon<br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Xymon] xymon disk not alerting at 100%, need another set of eyes</div></div></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-family: Arial, sans-serif;" class="">Is /boot ignored?</span></div></div><div class=""><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="font-family: Arial, sans-serif;" class=""> </span></p></div><div class=""><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="font-family: Arial, sans-serif;" class=""> </span></p></div><div style="margin-left: 0.5in;" class=""><div style="margin-left: 0.5in;" class=""><div style="margin-left: 0.5in;" class=""><div class="MsoNormal" align="center" style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center;"><span style="font-family: Arial, sans-serif;" class=""><hr size="2" width="100%" align="center" class=""></span></div></div></div></div><blockquote style="border-style: none none none solid; border-left-color: rgb(16, 16, 255); border-left-width: 1.5pt; padding: 0in 0in 0in 4pt; margin-left: 3.75pt; margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">It’s not the partition the client is on, and it’s been that way for days. </span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">So a bit more troubleshooting, I moved all the files out of analysis.d so the only analysis config is the default included from the install and restarted xymon. </span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">[root@monvxymon analysis.d]# /usr/libexec/xymon/xymond_client --dump-config --config=etc/analysis.cfg   ; echo Done</span></div><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">UP 3600 -1 (line: 365)</span></div><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">LOAD 5.00 10.00 (line: 366)</span></div><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">DISK * 90% 95% 0 -1 red (line: 367)</span></div><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">INODE * 70% 90% 0 -1 red (line: 368)</span></div><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">MEMREAL 100 101 (line: 369)</span></div><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">MEMSWAP 50 80 (line: 370)</span></div><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">MEMACT 90 97 (line: 371)</span></div><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">Done</span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">Then I restarted my client to force it to report in.  The disk test is still green with the /boot partition at 100% full!  All my windows clients are working, but NONE of my Linux clients with disk full conditions are working. <span class="Apple-converted-space"> </span></span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">Something is definitely broken!</span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">JC, any ideas? </span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div class=""><div style="border-style: solid none none; border-top-color: rgb(225, 225, 225); border-top-width: 1pt; padding: 3pt 0in 0in;" class=""><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class="">From:</b><a href="mailto:shea4th@comcast.net" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">shea4th@comcast.net</a>[<a href="mailto:shea4th@comcast.net" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">mailto:shea4th@comcast.net</a>]<span class="Apple-converted-space"> </span><br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>Thursday, January 5, 2017 2:18 PM<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>Scot Kreienkamp<br class=""><b class="">Cc:</b><span class="Apple-converted-space"> </span>xymon<br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Xymon] xymon disk not alerting at 100%, need another set of eyes</div></div></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div class=""><div class=""><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-family: Arial, sans-serif;" class="">Hi Scott,</span></div></div><div class=""><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="font-family: Arial, sans-serif;" class=""> </span></p></div><div class=""><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-family: Arial, sans-serif;" class="">What may have happened is that the disk filled up quicker than the client could send the alert.</span></div></div><div class=""><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-family: Arial, sans-serif;" class="">If the client is on the same disk that is full.  That's caught me a few times.</span></div></div><div class=""><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="font-family: Arial, sans-serif;" class=""> </span></p></div><div class=""><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-family: Arial, sans-serif;" class="">HTH</span></div></div><div class=""><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-family: Arial, sans-serif;" class="">Regards</span></div></div><div class=""><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-family: Arial, sans-serif;" class="">Greg Shea</span></div></div><div class=""><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="font-family: Arial, sans-serif;" class=""> </span></p></div><div style="margin-left: 0.5in;" class=""><div style="margin-left: 0.5in;" class=""><div style="margin-left: 0.5in;" class=""><div style="margin-left: 0.5in;" class=""><div class="MsoNormal" align="center" style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center;"><span style="font-family: Arial, sans-serif;" class=""><hr size="2" width="100%" align="center" class=""></span></div></div></div></div></div><blockquote style="border-style: none none none solid; border-left-color: rgb(16, 16, 255); border-left-width: 1.5pt; padding: 0in 0in 0in 4pt; margin-left: 3.75pt; margin-top: 5pt; margin-bottom: 5pt;" class=""><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">So I had another thought, I copied the class statement to another file so it’s now first in the list and last in the list, and my disk test is still green.  Is the class match broken?</span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">I’m on 4.3.27-1 from Terabithia.</span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="color: rgb(31, 73, 125);" class="">Thanks!</span></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><div class=""><div style="border-style: solid none none; border-top-color: rgb(225, 225, 225); border-top-width: 1pt; padding: 3pt 0in 0in;" class=""><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><b class="">From:</b><span class="Apple-converted-space"> </span>Scot Kreienkamp<span class="Apple-converted-space"> </span><br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>Thursday, January 5, 2017 1:53 PM<br class=""><b class="">To:</b><a href="mailto:xymon@xymon.com" target="_blank" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">xymon@xymon.com</a><br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>RE: xymon disk not alerting at 100%, need another set of eyes</div></div></div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">After re-reading I can see how that may not be totally clear.  By alerting, I mean that the disk test is still green, even though a partition is at 100%full.  </div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">I found two hosts that weren’t alerting on disk full condition and started digging into the problem further.  As I understand it, xymon matches the first entry from analysis config files.  So I dumped the analysis config for disks:</div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Client line:</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">[collector:]</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">client corpvskreienl,na,lzb,hq.linux linux</div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">[root@monvxymon hosts.d]# /usr/libexec/xymon/xymond_client --dump-config --config=etc/analysis.cfg |grep -i ^disk</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK %^(D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z) 15728640U 10485760U 0 -1 red HOST=%(mondbexec.*|mondb.*|retmaildb.*).na.lzb.hq (line: 515)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK %^(1|2|3|4|5|6|7|8|9|0).* IGNORE HOST=%(mondbexec.*|mondb.*|retmaildb.*).na.lzb.hq (line: 516)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK %^(D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z) 15728640U 10485760U 0 -1 red HOST=%(mon|new|red|neo|taz|sil|kin|sal|hpt)exch.*.na.lzb.hq (line: 527)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK %^(1|2|3|4|5|6|7|8|9|0).* IGNORE HOST=%(mon|new|red|neo|taz|sil|kin|sal|hpt)exch.*.na.lzb.hq (line: 528)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK %^(D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|U|V|W|X|Y|Z) 15728640U 10485760U 0 -1 red HOST=%dayexch.*.na.lzb.hq (line: 539)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK %^T IGNORE HOST=%dayexch.*.na.lzb.hq (line: 540)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK %^(1|2|3|4|5|6|7|8|9|0|).* IGNORE HOST=%dayexch.*.na.lzb.hq (line: 541)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK C 204800U 102400U 0 -1 red HOST=mdas4000.mdmza.dmz.hq (line: 567)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK E 101% 101% 0 -1 red HOST=mdas4000.mdmza.dmz.hq (line: 568)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK F 99% 100% 0 -1 red HOST=mons6000.na.lzb.hq (line: 576)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK %^(D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z) 15728640U 10485760U 0 -1 red PAGE=infrastructure/fileserv (line: 582)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK D 99% 100% 0 -1 red HOST=lzbv5223.na.lzb.hq,lzbv6016.na.lzb.hq (line: 746)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK * 90% 95% 0 -1 red HOST=%dvrvas(0|1)\.mdmza.dmz.hq (line: 762)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK * 90% 95% 0 -1 red CLASS=powershell (line: 1054)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK * 90% 95% 0 -1 red CLASS=win32 (line: 1073)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK * 90% 95% 0 -1 red CLASS=linux (line: 1090)</div><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">DISK * 90% 95% 0 -1 red (line: 1132)</div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">I can’t find any lines above where the hostname matches, it’s on page Infrastructure/Miscellaneous so none of the page statements match, so it should match on the class.  Or the very last line is the system default which should apply if nothing else.  My server is sitting at 100%full on one partition so it SHOULD be alerting. </div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Thanks for any help. </div><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="color: rgb(31, 73, 125);" class=""> </span></p><p id="c1-id-10" style="margin-right: 0in; margin-left: 2.5in; font-size: 12pt; font-family: 'Times New Roman', serif; line-height: 10.5pt;" class=""><span style="font-size: 8pt; font-family: Arial, sans-serif;" class="">This message is intended only for the individual or entity to which it is addressed.  It may contain privileged, confidential information which is exempt from disclosure under applicable laws.  If you are not the intended recipient, you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information.  If you have received this communication in error, please notify us immediately by e-mail or by telephone at the above number. Thank you</span><span style="font-size: 8pt;" class="">.</span></p><div style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><span style="font-size: 12pt; font-family: Helvetica, sans-serif;" class=""><br class="">_______________________________________________<br class="">Xymon mailing list<br class=""><a href="mailto:Xymon@xymon.com" target="_blank" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">Xymon@xymon.com</a><br class=""><a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">http://lists.xymon.com/mailman/listinfo/xymon</a></span></div></blockquote><div class=""><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2.5in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="font-size: 12pt; font-family: Arial, sans-serif;" class=""> </span></p></div></div></blockquote><div class=""><p class="MsoNormal" style="margin: 0in 0in 0.0001pt 2in; font-size: 11pt; font-family: Calibri, sans-serif;"><span style="font-size: 12pt; font-family: Arial, sans-serif;" class=""> </span></p></div></div></blockquote><div style="margin-right: 0in; margin-left: 1.5in; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""> <br class="webkit-block-placeholder"></div></blockquote><p style="margin-right: 0in; margin-left: 1in; font-size: 12pt; font-family: 'Times New Roman', serif;" class=""><o:p class=""> </o:p></p><div style="margin: 0in 0in 0.0001pt 0.5in; font-size: 11pt; font-family: Calibri, sans-serif; text-align: center;" class=""><span style="font-size: 12pt; font-family: 'Times New Roman', serif; color: windowtext;" class="">This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communication in error, please immediately notify the sender by reply e-mail and destroy all copies of the communication and any attachments.</span></div></div><span style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" class=""><span style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); float: none; display: inline !important;" class="">Xymon mailing list</span><br style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" class=""><span style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); float: none; display: inline !important;" class=""><a href="mailto:Xymon@xymon.com" class="">Xymon@xymon.com</a></span><br style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" class=""><span style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); float: none; display: inline !important;" class=""><a href="http://lists.xymon.com/mailman/listinfo/xymon" class="">http://lists.xymon.com/mailman/listinfo/xymon</a></span><br style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);" class=""></div></blockquote></div><br class=""></div></body></html>