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)
Nov 25 2024, 11:20 AM
Unknown Object (File)
Nov 24 2024, 11:34 PM
Unknown Object (File)
Nov 24 2024, 6:25 PM
Unknown Object (File)
Nov 24 2024, 6:09 PM
Unknown Object (File)
Nov 24 2024, 12:55 PM
Unknown Object (File)
Nov 24 2024, 4:25 AM
Unknown Object (File)
Nov 23 2024, 12:19 AM
Unknown Object (File)
Nov 22 2024, 9:32 PM
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!)