Missing character in plugin output
Mark Clayton <[email protected]>
| Newsgroups | gmane.network.nagios.plugins.devel |
|---|---|
| Message-ID | <CAJv0My-k+A+jd8PDAk9W_BDZdWjOTEcwyYNw2WFYMiSnZC7XpA@mail.gmail.com> |
I put together a bash script to use as a plugin. It is to monitor a hard
drive temperature via hddtemp on a linux box. I based the script on
check_log. The interesting bits are:
<snip>
HDTEMP=$(/user/sbin/hddtemp $DRIVE | awk '{ print $4}' | awk -F '°' '{
print $1}')
<snip>
/bin/echo "($DRIVE)=${HDTEMP} C."
<snip>
The command line output looks fine:
root@little-harbor:/home/mark# /usr/lib/nagios/plugins/check_hddtemp -d
/dev/sda
(/dev/sda)=36 C.
But Firefox and Safari show:
Disk Temperature<http://little-harbor.local/cgi-bin/nagios3/extinfo.cgi?type=2&host=localhost&service=Disk+Temperature>
OK 2012-01-16 13:14:550d 4h 8m 22s 1/4(/dev/sda)= C.
The machine details are:
Ubuntu 11.10
Nagios core 3.2.3
Nagios plugins 1.4.15
Apache 2.2.20
Does anyone have any thoughts?
Thanks,
Mark
--
claytoncapers.blogspot.com
www.mark-clayton.com
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________________
Nagios Plugin Development Mailing List Nagiosplug-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Unsubscribe at https://lists.sourceforge.net/lists/listinfo/nagiosplug-devel
::: Please include plugins version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null