Search found 6 matches

by StanGilbertlandria
Tue Aug 30, 2022 1:27 am
Forum: Open Source Nagios Projects
Topic: Nagios to TrueSight Event Integration
Replies: 1
Views: 462

Re: Nagios to TrueSight Event Integration

I installed Nagios through the EPEL repository. I've left most permissions the same as they were installed, including the plugins which were installed as root:root. The one change I did make was to change all the CFG files in /etc/nagios/objects to root:nagios: I added myself to the nagios group, an...
by StanGilbertlandria
Tue Aug 30, 2022 12:14 am
Forum: Open Source Nagios Projects
Topic: Can I compile a single .c file from the Nagios-Plugins packa
Replies: 0
Views: 1826

Can I compile a single .c file from the Nagios-Plugins packa

I'm wondering if I can compile just a single .c file like check_http.c in de source package of nagios-plugins-1.4.15 in the dir plugins. I'm about to add a piece of code to resolve a problem encountered by PNP4NAGIOS. I want to compile this check_http and replace the old one in the libexec folder wi...
by StanGilbertlandria
Wed Jun 22, 2022 5:59 am
Forum: Open Source Nagios Projects
Topic: Nagios XI APIs to be changed to Nagios core APIs
Replies: 1
Views: 774

Nagios XI APIs to be changed to Nagios core APIs

We are using nagios XI APIs (create and query a host, host group, service etc) in out application. We had used CURL and now converted to REST via request module. We now want to implement the same using nagios core module. Is it possible? Does the API remain same ome gle shagle voojio ? Any help is v...
by StanGilbertlandria
Wed May 25, 2022 4:40 am
Forum: Open Source Nagios Projects
Topic: Nagios contacts configuration
Replies: 0
Views: 465

Nagios contacts configuration

Hi I am new at learning the Nagios of 4.4.6 version. I have configured host configuration and service configuration in my Nagios CLI and restarted then everything updated on Nagios Web GUI (localhost/nagiosxi). When I was updating "contact" in web GUI, it is updating on Nagios CLI of /usr/...
by StanGilbertlandria
Tue May 10, 2022 12:11 am
Forum: Open Source Nagios Projects
Topic: Nagios change Rule
Replies: 4
Views: 3331

Re: Nagios change Rule

How do you manage DRY (don't repeat yourself) with Nagios config, especially with respect to the intersection between hosts, hostgroups, services, and contacts? To clarify what my issue here is, let me explain my setup. I use hostgroups extensively for common service definitions. I have, for instanc...
by StanGilbertlandria
Mon May 09, 2022 10:56 pm
Forum: Open Source Nagios Projects
Topic: Nagios status information
Replies: 0
Views: 516

Nagios status information

Hi I am working on a project that has my computer communicating with an arduino board that reads the sensor output and test it in a C plugin for nagios. My problem is that the status information is always null. My plugin is in the lib"/usr/local/nagios/libexec" In commands.cfg I added the ...