Search found 8 matches

by CarolBrusteredman
Tue Nov 22, 2022 11:44 pm
Forum: Open Source Nagios Projects
Topic: Nagios script to check Nagios
Replies: 4
Views: 2572

Re: Nagios script to check Nagios

I am in the process of developing web services RESTful API for Nagios. If is still work in progress, but current version (0.2) can retrieve all hosts status, and all service status over HTTP, and additionally configuration of objects. It is also possible to submit passive check results for hosts and...
by CarolBrusteredman
Tue Nov 22, 2022 11:24 pm
Forum: Nagios Log Server
Topic: Splunk and Nagios Log Server
Replies: 1
Views: 1521

Splunk and Nagios Log Server

I just arrived at an internship position that uses Splunk. At the moment it's being used to test the time it takes to do different pre-written autonomous functions on computers we own around the world. One of my co-workers has me looking into a solution to a problem of one of those computers going d...
by CarolBrusteredman
Wed Jul 13, 2022 7:24 am
Forum: Open Source Nagios Projects
Topic: Configuring Hosts on Nagios in Centos
Replies: 0
Views: 668

Configuring Hosts on Nagios in Centos

I have added hots to nagios on centos server but need to configure them for CPU Load , C Drive & D rive Memory usages etc

Could some one help how to omegle shagle voojio configure them
by CarolBrusteredman
Sun Jun 19, 2022 11:12 pm
Forum: Open Source Nagios Projects
Topic: Nagios plugins and frontends
Replies: 0
Views: 625

Nagios plugins and frontends

Observium let me down with the email alerts not working, although I do like the GUI and detailed port views. I'm installing and configuring Nagios in my lab environment now and a friend recommended Opsview. It has a free version for up to 25 hosts but we're already monitoring 60 devices and adding m...
by CarolBrusteredman
Fri May 27, 2022 6:40 am
Forum: Open Source Nagios Projects
Topic: Nagios change Rule
Replies: 4
Views: 3329

Re: Nagios change Rule

I actually built the server myself. We have a stiged rhel template we use and I downloaded the package myself and moved over the required browser files and cfg's. I didn't set anything, nor would I know how cus im newish to Linux, to alter where the Nagios process is located and what location the ma...
by CarolBrusteredman
Thu May 19, 2022 6:32 am
Forum: Open Source Nagios Projects
Topic: unable to start nagios with systemctl
Replies: 2
Views: 756

Re: unable to start nagios with systemctl

I created this file: sudo vi /etc/systemd/system/nagios.service and added the following: [Unit] Description=Nagios BindTo=network.target [Install] WantedBy=multi-user.target [Service] User=nagios Group=nagios Type=simple ExecStart=/usr/local/nagios/bin/nagios /usr/local/nagios/etc/nagios.cfg Then th...
by CarolBrusteredman
Thu May 19, 2022 6:04 am
Forum: Open Source Nagios Projects
Topic: compiling nagios-plugins error with perl
Replies: 0
Views: 536

compiling nagios-plugins error with perl

Hi I'm trying to compile the nagios plugins in a RHEL8 box but it fails and reports an error message when running tools/build_perl_modules make[2]: Entering directory '/root/nagios-plugins-2.2.1/perlmods' ../tools/build_perl_modules -d /usr/local/nagios/perl -em . make[2]: ../tools/build_perl_module...
by CarolBrusteredman
Fri May 06, 2022 5:33 am
Forum: Open Source Nagios Projects
Topic: Nagios Monitoring
Replies: 0
Views: 502

Nagios Monitoring

Hi I have an application running with python and django. The users login details for this application are saving to a mysql table. Once a user login to app, it will be updated on this table. So now I need to print "CRITICAL" status on nagios if there is no activity on the app for two days,...