Search found 5 matches

by DougReimers
Thu Oct 20, 2022 6:29 am
Forum: Open Source Nagios Projects
Topic: Obtaining Raw Data from NagiosXI and/or OPSview
Replies: 1
Views: 453

Obtaining Raw Data from NagiosXI and/or OPSview

I am currently working on completing my Masters Thesis project. In order to do so I need to be able to obtain the raw data accumulated in NagiosXI and/or OPSview. Because both of these are based off of the Nagios core, I assume the method to obtaining the raw data may be similar. This raw data is ne...
by DougReimers
Fri Aug 19, 2022 7:06 am
Forum: Open Source Nagios Projects
Topic: Hadoop Resource management
Replies: 0
Views: 1467

Hadoop Resource management

I have a 12 node cluster and I am running a yarn architecture. It seems that my nodes are busy most of the time and many times job fails. How can I check the usage of the resources at any point of time? Also is there any method to set a limited resource to a user for eg: if a user submits a job he s...
by DougReimers
Thu Jun 30, 2022 5:37 am
Forum: Open Source Nagios Projects
Topic: Nagios Core alternatives
Replies: 5
Views: 6642

Nagios Core alternatives

I've been using Nagios Core for our monitoring needs for as long as I can remember. We've got a pretty basic setup monitoring both Linux and Windows servers (CPU, RAM, disk etc). When googling around for Nagios it feels like everything you find was posted like 4 years ago. The latest Nagios Core rel...
by DougReimers
Tue Jun 07, 2022 12:03 am
Forum: Open Source Nagios Projects
Topic: cannot run C compiled programs when compiling nagios core
Replies: 0
Views: 522

Re: cannot run C compiled programs when compiling nagios cor

The problem here has been resolved by:

export PATH=/path/to/gcc-4.9.2/bin/:$PATH
export LD_LIBRARY_PATH=/path/to/gcc-4.9.2/lib64/:$LD_LIBRARY_PATH
./configure --prefix=/path/to/ --host=arm
Hope this will help you.
by DougReimers
Mon Jun 06, 2022 10:58 pm
Forum: Open Source Nagios Projects
Topic: Nagios Core 3 custom notification
Replies: 0
Views: 453

Nagios Core 3 custom notification

I'm hoping to avoid a hacked together mishmash to achieve something. I know it can be done with a mishmash but let's see if I'm missing a SIMPLE, easy way. This is Nagios Core 3. I have a service. That service is checked 24x7x365. Notifications are sent 24x7x365, on WARNING and also on CRITICAL. Tha...