[Bug 212907] New port: net-mgmt/naemon-core Naemon monitoring suite based on Nagios (naemon-core)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jan 2024 17:55:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212907
dereckson@gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dereckson@gmail.com
--- Comment #9 from dereckson@gmail.com ---
I'm currently looking to a naemon test implementation on a FreeBSD server and
checked this port proposal as implementation.
The patch-src_naemon_workers.c is problematic if you read the comment fully:
* ETIME ("Timer expired") doesn't really happen
* on any modern systems, so we reuse it to mean
* "program timed out"
*/
It's used elsewhere in the source code, with this header:
#ifndef ETIME
#define ETIME ETIMEDOUT
#endif
That should be fixed upstream by adding the same header in src/naemon/workers.h
I've opened https://github.com/naemon/naemon-core/pull/441 accordingly.
--
You are receiving this mail because:
You are the assignee for the bug.