public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Doomsayers needed
@ 2014-11-23 18:47 Michael Orlitzky
  2014-11-26 18:43 ` Sergey Popov
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Orlitzky @ 2014-11-23 18:47 UTC (permalink / raw
  To: gentoo-dev

We've got a bug in Nagios's `ping` command format detection:

  https://bugs.gentoo.org/show_bug.cgi?id=468296

It's easy to reproduce by taking down your "lo" interface, or by
filtering all icmp packets in iptables.

Fortunately, you can override the auto-detection by passing it a magic
string, and that works around the bug:

  --with-ping-command="/bin/ping -n -U -w %d -c %d %s"
  --with-ping6-command="/bin/ping6 -n -U -w %d -c %d %s"

Those are the formats and executable locations that get detected on my
machine. Can anyone think of a case where hard-coding these (using
$ROOT) would backfire on me?


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-26 23:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-23 18:47 [gentoo-dev] Doomsayers needed Michael Orlitzky
2014-11-26 18:43 ` Sergey Popov
2014-11-26 19:06   ` Michael Orlitzky
2014-11-26 20:57     ` Diego Elio Pettenò
2014-11-26 23:04       ` Michael Orlitzky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox