<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/net-mgmt/check_mk_agent, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>net-mgmt/check_mk_agent: Update 2.3.0p16 =&gt; 2.4.0p20</title>
<updated>2026-02-06T19:33:36+00:00</updated>
<author>
<name>Vladimir Druzenko</name>
<email>vvd@FreeBSD.org</email>
</author>
<published>2026-02-06T19:33:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=4c675749719c6ab78ae794cdf1874a56057f49d0'/>
<id>4c675749719c6ab78ae794cdf1874a56057f49d0</id>
<content type='text'>
Commit log:
https://github.com/Checkmk/checkmk/commits/7e6a4f8/agents/check_mk_agent.freebsd

Upstream hasn't created tags for new versions since 2.4.0p12, so we use
the hash.

PR:		292480
Approved by:	Ian Valentine &lt;ivalentine@arizona.edu&gt; (maintainer, timeout 3 weeks)
Co-authored-by:	Lukas Engelhardt &lt;lukas.engelhardt@gmx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit log:
https://github.com/Checkmk/checkmk/commits/7e6a4f8/agents/check_mk_agent.freebsd

Upstream hasn't created tags for new versions since 2.4.0p12, so we use
the hash.

PR:		292480
Approved by:	Ian Valentine &lt;ivalentine@arizona.edu&gt; (maintainer, timeout 3 weeks)
Co-authored-by:	Lukas Engelhardt &lt;lukas.engelhardt@gmx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net-mgmt/check_mk_agent: Add sysctl_mem feature</title>
<updated>2024-11-01T17:03:23+00:00</updated>
<author>
<name>Xavier Beaudouin</name>
<email>kiwi@oav.net</email>
</author>
<published>2024-11-01T17:00:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d2757d98eb2f6c0b2e95da75f95397a59c8f0bf3'/>
<id>d2757d98eb2f6c0b2e95da75f95397a59c8f0bf3</id>
<content type='text'>
PR:		281384
Approved by:	Ian Valentine &lt;ivalentine@arizona.edu&gt; (maintainer)
See:		https://github.com/Checkmk/checkmk/pull/723
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		281384
Approved by:	Ian Valentine &lt;ivalentine@arizona.edu&gt; (maintainer)
See:		https://github.com/Checkmk/checkmk/pull/723
</pre>
</div>
</content>
</entry>
<entry>
<title>net-mgmt/check_mk_agent: Update to 2.3.0p16</title>
<updated>2024-10-02T10:54:54+00:00</updated>
<author>
<name>Bernhard Froehlich</name>
<email>decke@FreeBSD.org</email>
</author>
<published>2024-10-02T10:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=28ef60369304e8443cb721cff0ea4583713b90fe'/>
<id>28ef60369304e8443cb721cff0ea4583713b90fe</id>
<content type='text'>
PR:		281637
Approved by:	maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		281637
Approved by:	maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>net-mgmt/check_mk_agent: revert incorrect LOCALBASE/PREFIX swap</title>
<updated>2024-08-22T18:13:02+00:00</updated>
<author>
<name>Ian Valentine</name>
<email>ivalentine@arizona.edu</email>
</author>
<published>2024-08-22T18:05:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7f1c837a4c84c57504b9939665018d4aabd965f3'/>
<id>7f1c837a4c84c57504b9939665018d4aabd965f3</id>
<content type='text'>
The incorrect swap is in commit 61d4ddfb22cf8e9e3048887938550dabeb985b51.

Reported by:	0mp (email)
Approved by:	submitter is maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The incorrect swap is in commit 61d4ddfb22cf8e9e3048887938550dabeb985b51.

Reported by:	0mp (email)
Approved by:	submitter is maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>net-mgmt/check_mk_agent: update to 2.3.0p12</title>
<updated>2024-08-20T20:32:23+00:00</updated>
<author>
<name>Ian Valentine</name>
<email>ivalentine@arizona.edu</email>
</author>
<published>2024-08-20T20:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=61d4ddfb22cf8e9e3048887938550dabeb985b51'/>
<id>61d4ddfb22cf8e9e3048887938550dabeb985b51</id>
<content type='text'>
Add dependencies on sysutils/ipmitool, devel/libstatgrab, ftp/wget,
and USES=python since those are listed as required in the docs.
[https://docs.checkmk.com/latest/en/agent_freebsd.html]
Switch to PREFIX (from LOCALBASE).
Change MK_VARDIR from /var/lib/check_mk_agent to /var/db/check_mk_agent.
Update the pkg-message to remove reference to devel/libstatgrab and
devel/libstatgrab since those are included now, and changed the docs URL
to be current.

Changelog: https://checkmk.com/werks

PR:		280953
Approved by:	submitter is maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add dependencies on sysutils/ipmitool, devel/libstatgrab, ftp/wget,
and USES=python since those are listed as required in the docs.
[https://docs.checkmk.com/latest/en/agent_freebsd.html]
Switch to PREFIX (from LOCALBASE).
Change MK_VARDIR from /var/lib/check_mk_agent to /var/db/check_mk_agent.
Update the pkg-message to remove reference to devel/libstatgrab and
devel/libstatgrab since those are included now, and changed the docs URL
to be current.

Changelog: https://checkmk.com/werks

PR:		280953
Approved by:	submitter is maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>net-mgmt/check_mk_agent: Update to 2.1.0p22</title>
<updated>2023-03-19T19:43:25+00:00</updated>
<author>
<name>Ian Valentine</name>
<email>ivalentine@arizona.edu</email>
</author>
<published>2023-03-03T08:26:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=9abc07bcb3156136cf28a86c56dc1d1e7cc00dba'/>
<id>9abc07bcb3156136cf28a86c56dc1d1e7cc00dba</id>
<content type='text'>
PR:		269925
Reported by:	ivalentine@arizona.edu (maintainer)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		269925
Reported by:	ivalentine@arizona.edu (maintainer)
</pre>
</div>
</content>
</entry>
<entry>
<title>net-mgmt/check_mk_agent: Pass maintainership</title>
<updated>2023-02-22T17:40:24+00:00</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2023-02-22T17:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=ab0ab4d5cdc3cd576ae596f3be8f7f7481b7f955'/>
<id>ab0ab4d5cdc3cd576ae596f3be8f7f7481b7f955</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WWW entries moved into port Makefiles</title>
<updated>2022-09-07T21:58:51+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4'/>
<id>fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4</id>
<content type='text'>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WWW entries to port Makefiles</title>
<updated>2022-09-07T21:10:59+00:00</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2022-09-07T21:06:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b7f05445c00f2625aa19b4154ebcbce5ed2daa52'/>
<id>b7f05445c00f2625aa19b4154ebcbce5ed2daa52</id>
<content type='text'>
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
</pre>
</div>
</content>
</entry>
<entry>
<title>net-mgmt/check_mk_agent: Update to 2.0.0p20</title>
<updated>2022-02-20T22:21:32+00:00</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2022-02-20T22:01:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=87975e9d898f0339b07f7dbdc823336917b24902'/>
<id>87975e9d898f0339b07f7dbdc823336917b24902</id>
<content type='text'>
Changes:	https://github.com/tribe29/checkmk/commits/v2.0.0p20/agents/check_mk_agent.freebsd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes:	https://github.com/tribe29/checkmk/commits/v2.0.0p20/agents/check_mk_agent.freebsd
</pre>
</div>
</content>
</entry>
</feed>
