Nagios plugins with Golang

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
RickyReyesmatrina
Posts: 7
Joined: Fri Apr 01, 2022 1:24 am

Nagios plugins with Golang

Post by RickyReyesmatrina »

was thinking of a way to learn golang and at the same time to solve some perf issue

should I rewrite all my nagios agents with golang ?
atc0005
Posts: 26
Joined: Thu Oct 28, 2021 2:03 pm

Re: Nagios plugins with Golang

Post by atc0005 »

should I rewrite all my nagios agents with golang ?
That's a significant task to pursue. I'd instead suggest looking at the smallest usable plugin you can create and implement that. As you gain confidence you can implement more complex plugins.

I took a similar path and learned a lot from the process.
Locked