Page 1 of 1

Nagios plugins with Golang

Posted: Wed Jun 22, 2022 6:39 am
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 ?

Re: Nagios plugins with Golang

Posted: Wed Jun 22, 2022 7:21 am
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.