-
I wrote a simple brutefore fix.
see the patch tracker: http://sourceforge.net/tracker/index.php?func=detail&aid=1809006&group_id=179406&atid=889025.
2007-10-07 16:01:23 UTC in ET131x Driver
-
There is some kind of race condition, when the et131x chip-set is sharing an IRQ with another high data-rate device, that can cause the watchdog tx timer to get mad and/or cause a hardware lockup and/or causes the driver to get confused.
this patch simply adds a reset by performing a et131x_close() and et131x_open() in rapid succession within the tx_timeout() function to unwedge the device. (.
2007-10-07 16:00:10 UTC in ET131x Driver
-
Any updates on this issue? I am having the same issue on a RHEL4 box running 2.6.9-55.0.6.ELsmp and this driver. One thing to note, that it seems twangthunk might also notice, I am running this card at 100mbit, not gig-e. It sounds like twangthunk may be dong the same if it's connected to a cable modem. wondering if this may have something to do with this issue. It is definitely related to...
2007-10-04 03:22:39 UTC in ET131x Driver
-
New feature
Allows all the services setup on a host to be cloned/added to a new host. (note, will not remove any checks on a target host. only copy new ones) This dramatically expedites setting up new high service count hosts in nagios. Yes, templating is supposed to provide some of this functionality, but for hosts with many custom command_parameters and/or custom services, this is VERY.
2007-02-27 20:18:28 UTC in Fruity : A Nagios Configuration Tool
-
HP (in their infinite wisdom) flipped logic in snmp for "online" and "offline" status on the "JetReady" slimmed down embedded print server. With the unpatched check_hpjd, logic is backwards. Added a -A/--jetready command line argument to tell check_hpjd to flip the logic for this snmp mib.
2007-02-15 17:38:25 UTC in Nagios Plugin Development
-
another patch in an attempt to keep perpetual re-exporting re-importing consistancy.
this fix is for when a service group is inherited by a template, it will skip that group.
2006-12-26 20:00:11 UTC in Fruity : A Nagios Configuration Tool
-
if a service being imported does not have check_commands specified, it would reuse the contents $tempCheckCommand was used for the previous host.
clearing the array fixes the issue. see attached patch.
2006-12-18 16:26:55 UTC in Fruity : A Nagios Configuration Tool
-
When importing, if a contact group is templated, it will now look it up, and not duplicate when reading in the services and hosts.
2006-12-15 16:19:05 UTC in Fruity : A Nagios Configuration Tool
-
doh! i just noticed i'm submitting these to the wrong tracker. my apologies.
2006-12-14 19:30:12 UTC in Fruity : A Nagios Configuration Tool
-
added trim while reading imported files to remove carriage returns at the end. The carriage return when left in the arrays would trip up mysql, and leave blank things like use_authentication. see attached patch file.
2006-12-14 19:28:27 UTC in Fruity : A Nagios Configuration Tool