Page 1 of 1

reading source code

Posted: Sun Dec 17, 2017 7:07 am
by mk_mk_47
hello everyone

our company is going to writing their own monitoring agent and server GUI and im the guy who have to do that!!
i just know a little bit php
i know it might be ridiculous but i tried to read nagios source code but i dont know where to start? and i didnt understand anything.
can any body help me where to start writing a monitoring agent a guide how it can be done?
is it possible to read nagios source code


i ll be really thankfull if anyone helps.

Re: reading source code

Posted: Mon Dec 18, 2017 1:00 pm
by npolovenko
Hello, @mk_mk_47.

This is funny. Well, here's a source code for Nagios Core, it's open source:

Code: Select all

https://github.com/NagiosEnterprises/nagioscore
Here's a GitHub Page for nagios monitoring agents:

Code: Select all

https://github.com/NagiosEnterprises
I guess my first question is what is that your company trying to accomplish? Are you trying to implement a custom GUI interface? What kind of infrastructure are you trying to monitor? How are planning to monitor it, passive/active checks? Or are you trying to write everything from scratch? In that case you'd need to learn a bit of Shell, C, JavaScript, maybe Perl. I recommend the treehouse.com :lol: