[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RRD graphs appearing in trends but not in Devmon columns?
- To: hobbit (at) hswn.dk
- Subject: RRD graphs appearing in trends but not in Devmon columns?
- From: Richard Finegold <goldfndr (at) gmail.com>
- Date: Thu, 19 Feb 2009 00:12:15 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=suvz5ORVgx9FCWDpwYENCwJ03iwmjrK0pGgx3MKIdJA=; b=jnJlF5QbfwHshi8qaTscB6H9Ho3jpSWPwPrNg5e8yeWVqhDKc0H8I93iYeQYVLV1py BHesoQjZigN5K6FVAzI4JqLP62y1XTE8qBAg04Dk+/5vopJrlLTSbNkpkO+T4WSjAS5v FkiZUgEOERZYqeiv/dAYghc1/LKDjTpy2XGog=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=CpDQqqNd934nAHxDFlEJxyGjJ6+A15p27J/4qt18YsQkldxPiW55OMfmhM6dWNzOTQ Yst/DL/XFffa2TKgGs8kdBIfXgy55l21f0iRUNAtryPvEppMvM3buxGVXrbBeVg5mY1A wkugv1Ay5XqQkH6WHbmH4GtbT8hMgLk1edTTo=
I'm happily getting graphs for if_load and temp for Cisco routers, but
the graphs are only appearing in the trends column. RRD graphs are
appearing in Devmon-checked memory and cpu columns, but presumably
that's due to them using standard text instead of specific Devmon
syntax.
I'm using "if_load=devmon,temp=devmon" in TEST2RRD in
hobbitserver.cfg, as documented in Devmon's docs/GRAPHING, should that
be working? Also "if_load::1,temp" in GRAPHS. I'm not sure, because
the man page for hobbitserver.cfg suggests a "bb-hostsvc.cgi(1)" man
page, which doesn't seem to exist.
http://www.hswn.dk/hobbit/help/manpages/man5/hobbitserver.cfg.5.html#lbAM
Ah, it's been partially renamed to hobbitsvc.cgi(1). That man page
only seems to address "TEST2RRD=test,test", not the optional
=RRDSERVICE syntax in hobbitserver.cfg(5).
devmon-0.3.1-beta1, xymon-4.2.3-RC1. I haven't applied patches,
because I thought they were both already patched for each other.
I'm sure I'm missing something simple (perhaps a TEST2RRD parsing patch).