Search found 3 matches
- Thu Apr 26, 2012 10:33 am
- Forum: Open Source Nagios Projects
- Topic: Developping a custom plugin
- Replies: 5
- Views: 1670
Re: Developping a custom plugin
Yes i saw these files but is it possible to compile them into a static or dynamic library independently from the nagios plugin package ? I mean a library which would contain only the generic functions such as set_thresholds(thresholds *, char *, char *), get_status(double, thresholds *), ...
- Wed Apr 25, 2012 7:11 am
- Forum: Open Source Nagios Projects
- Topic: Developping a custom plugin
- Replies: 5
- Views: 1670
Re: Developping a custom plugin
Ok, thank you for your reply !
I'll develop my own plugin development package then.
I'll develop my own plugin development package then.
- Tue Apr 24, 2012 10:41 am
- Forum: Open Source Nagios Projects
- Topic: Developping a custom plugin
- Replies: 5
- Views: 1670
Developping a custom plugin
Hi there ! I have been asked to develop some plugins for Nagios Core in order to watch a service. I read the development guideline, but I still have some questions. Indeed, some functions have already been developed such as set_thresholds(), but is there a library I could download to use them. Moreo...