Page MenuHomeFreeBSD

New port: net-mgmt/check_nwc_health: Nagios plugin to monitor network equipment via SNMP
ClosedPublic

Authored by leres on May 31 2019, 10:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 5, 4:35 AM
Unknown Object (File)
Tue, Mar 5, 4:34 AM
Unknown Object (File)
Tue, Mar 5, 4:34 AM
Unknown Object (File)
Tue, Mar 5, 4:34 AM
Unknown Object (File)
Mon, Mar 4, 10:53 AM
Unknown Object (File)
Jan 3 2024, 5:41 AM
Unknown Object (File)
Jan 3 2024, 5:41 AM
Unknown Object (File)
Jan 3 2024, 5:41 AM
Subscribers

Details

Summary

I used psvn to add the new directories/files and will use
Tools/scripts/addport to commit the changes (on approval).

Proposed commit message:

This adds net-mgmt/check_nwc_health, a Nagios plugin that uses
SNMP to monitor network devices.

Reviewed by:	? (mentor)
Approved by:	? (mentor)
Differential Revision:	?

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

see my comments inline.

net-mgmt/check_nwc_health/files/patch-plugins-scripts_Makefile.in
9 ↗(On Diff #58135)

for both grep & sed, the standard is to use ${GREP} and ${SED}

but in this case I'm not sure if that'll come through.

Maybe it would be better to use REINPLACE_CMD for this?

Replace the patch file with REINPLACE_CMD, SED, and GREP.

This revision is now accepted and ready to land.Jun 1 2019, 4:02 PM
This revision was automatically updated to reflect the committed changes.
head/net-mgmt/check_nwc_health/Makefile
20

Use PERL here, not PERL5. PERL5 is version dependent, and if it gets recorded it will stop working when Perl is upgraded.

Addressed by r503750 (thanks!)