a) I've implemented devmon, my very small and resource strapped client is very happy... I'm still in the process of working the bugs out. devmon appears to go purple (and all reports dependent on it) periodically, and then not come back... did that last time I was here, wasn't sure what caused it. Just did it a few minutes ago. Wasn't sure what caused it, and was too distracted and tired to carefully trace out what I did to fix it again (stopped, started devmon, xymon, and manually ran devmon) after it was working for most of three hours.<div>
<br></div><div>I really need an Ubuntu specific init.d script. Ubuntu's use of upstart in hardy means that the "status" command, for instance, is dependent on stuff in /etc/event.d to work, and I really don't want to have to manually re-create all that... surely someone else is running devmon on a Debian derivative, and has a functional initialization script?<br>
<div><br></div><div>b) I've begun to implement weathermap. I'm trying to figure out a rational process for creating a map of our small network... the weathermap.conf example appears to have been generated using php-weathermap... do I really need to implement that, so I get the editor for it?<br>
<br></div><div>Thomas</div><div><br><div class="gmail_quote">On Mon, Aug 17, 2009 at 7:49 AM, Buchan Milne <span dir="ltr"><<a href="mailto:bgmilne@staff.telkomsa.net">bgmilne@staff.telkomsa.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Friday, 14 August 2009 15:08:33 <a href="mailto:mv652@softhome.net">mv652@softhome.net</a> wrote:<br>

> Hi,<br>
><br>
> Could I get a quick-and-dirty explanation regarding the Devmon<br>
> implementation in Xymon 4.3.x?<br>
<br>
</div>Nothing has changed regarding Devmon in Xymon 4.3.x.<br>
<br>
However, Xymon itself has some basic native SNMP support, which is new in<br>
<div class="im">4.3.x.<br>
<br>
> The way I understand it, Devmon provides SNMP capabilities to Xymon so the<br>
> monitoring server can poll SNMP capable devices.<br>
><br>
> How is this different to Integrating MRTF data into XYMON, for example?<br>
<br>
</div>Devmon only polls devices, does conversion and formatting of data, which it<br>
then sends to Xymon as a normal status message. A devmon RRD collector is now<br>
shipped with Xymon (as of 4.2.2), that allows RRD graphs to be created by<br>
Xymon for any test/template that includes data intended for this purpose<br>
(using the rrd option to the TABLE operator in the template file on the devmon<br>
side), if the test is mapped to use this collector (in the TEST2RRD variable<br>
in hobbitserver.cfg).<br>
<br>
Besides the graphs, devmon will also change the "colour" of the tests based on<br>
thresholds, allowing you to alert on SNMP data (including non-graph data).<br>
<div class="im"><br>
> If I am interesting in getting bandwidth for various device interfaces, I<br>
> am assuming it is best to do via Devmon rather than integrate MRTG?<br>
<br>
</div>I think it is probably easier to get bandwidth graphs up with Devmon than with<br>
MRTG, and alerts based on link utilisation will be available out-the-box.<br>
<div class="im"><br>
> Lastly, is there a readme / howto that explains devmon-xymon setup?<br>
<br>
</div>If you're on a distro that provides devmon, it is more or less a matter of:<br>
<br>
# $install devmon<br>
<br>
(where install=urpmi for Mandriva, or $install="yum install" on RHEL or CentOS<br>
if you have added the repo at e.g.<br>
<a href="http://staff.telkomsa.net/packages/rhel5/xymon" target="_blank">http://staff.telkomsa.net/packages/rhel5/xymon</a>)<br>
<br>
# vi /etc/devmon.cfg<br>
<br>
(set your SNMP community strings in the SNMPCIDS variable, the others should<br>
have adequate defaults)<br>
<br>
# /etc/init.d/devmon readbbhosts<br>
<br>
# /etc/init.d/devmon start<br>
<br>
<br>
If you're adventurous, you could add the weathermap (see<br>
<a href="http://staff.telkomsa.net/~bgmilne/xymon/" target="_blank">http://staff.telkomsa.net/~bgmilne/xymon/</a>).<br>
<br>
If you're not on a distro with packages available, please see the INSTALLATION<br>
and USING files shipped in the docs directory.<br>
<br>
Regards,<br>
<font color="#888888">Buchan<br>
</font><div><div></div><div class="h5"><br>
To unsubscribe from the hobbit list, send an e-mail to<br>
<a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br>
<br>
<br>
</div></div></blockquote></div><br></div></div>