In <user-8f3b760f9ca6@xymon.invalid> "Grilli, Laurent" <user-0c39223e46fb@xymon.invalid> writes:
1) Error during the make install
/home/hobbit/server/etc/hobbitlaunch.cfg larrdstatus=rrdstatus larrddata=rrddata
merge-sects in free(): error: junk pointer, too high to make sense
Abort trap (core dumped)
Think I've got that one nailed down now. There was a completely bogus
free() in merge-sects, amazing it hasn't show up in a lot more places.
2) bbhostgrep with the following tags:
x.x.x.x nokiavpn # testip noconn snmp
when we execute bbhostgrep snmp, it return no value. The only way
actually is to put
x.x.x.x nokiavpn # testip noping snmp
I cannot reproduce this. The only reason I can think of is if you have
the BBLOCATION setting active, then it would ignore this host because
there is no NET:xxx on that entry. In that case, either add the NET:xxx
tag, or run "bbhostgrep --test-untagged snmp"
Not quite sure about vmstat,
In freebsd you can use -w for wait -c for count, so should it be
vmstat -w 300 -c 2 instead of vmstat 300 2,
But doesn't the other syntax work ? It ought to, since that is a pretty
universal vmstat command.
also the sleep command in Freebsd take argument in second so sleep
5 is for 5 second , was it expected to wait 5 minutes ?
:-) That "sleep 5" really is intended to just sleep for 5 seconds. It's
a safeguard to make sure the previous "vmstat 300" command really has
completed.
Regards,
Henrik