Search found 12 matches

by EdwardSMaTeresa
Tue Dec 13, 2022 7:01 am
Forum: Nagios XI
Topic: Nagios Server Cluster report
Replies: 1
Views: 661

Nagios Server Cluster report

I am currently running Nagios Core 4.3.4 and looking for a way to run a reoccurring report to list per Pool the servers (IP address) within each pool. For instance..Default Pool 'PL_ASP_Citrix' (10.221.21.41, 10.221.21.56), Default Pool 'PL_AAS_TA' (172.17.21.174, 172.17.21.175). IF I can report on ...
by EdwardSMaTeresa
Fri Oct 28, 2022 12:38 am
Forum: Open Source Nagios Projects
Topic: Uninstalling nagios
Replies: 1
Views: 491

Uninstalling nagios

I tried to remove nagios from my computer after the installation process got screwed up. However,the uninstallation process was not able to remove all of the files from the computer. I tried various methods (used even other 'direct' tools like 'dpkg command') to remove the installation but it just w...
by EdwardSMaTeresa
Tue Sep 13, 2022 6:08 am
Forum: Open Source Nagios Projects
Topic: Nagios Cert Store monitoring
Replies: 4
Views: 1976

Nagios Cert Store monitoring

Does anyone know a way to check for certificate expiration on a remote computer's personal store? Monitoring server is nagios core on Ubuntu. Remote is Server 2019 with NCPA client. All versions are echatspin echatrandom relatively up to date.
by EdwardSMaTeresa
Thu Aug 04, 2022 5:37 am
Forum: Open Source Nagios Projects
Topic: Need help for monitoring mysql database
Replies: 3
Views: 1517

Re: Need help for monitoring mysql database

I'm not familiar with MySQL, but you will probably end up having to poll the database to do this. You'll probably end up with some timer based code that will go check the database at a particular interval. However, you can do your best to minimize the amount of work done on each check. A bad way to ...
by EdwardSMaTeresa
Tue Jul 12, 2022 6:30 am
Forum: Open Source Nagios Projects
Topic: Nagios and Rails Monitoring
Replies: 3
Views: 1475

Nagios and Rails Monitoring

We want to use Nagios for monitoring a Rails app. The reason is we just don't have a Rails app; we have Java and .Net apps and we want to use Nagios for all different apps; to have a centralized monitoring system. I know there are some great monitoring tools such as New Relic,Monit,etc. out there bu...
by EdwardSMaTeresa
Fri Apr 29, 2022 12:47 am
Forum: Open Source Nagios Projects
Topic: Monitoring Windows with SNMP Walk Wizard
Replies: 5
Views: 2721

Re: Monitoring Windows with SNMP Walk Wizard

OpManager lets you create SNMP trap processors with ease. You can either import SNMP Traps directly from the SNMP MIB file or create the processor from the unsolicited traps under Alarms view. When no trap processors are created, OpManager by default detects the trap from a managed device and lists ...
by EdwardSMaTeresa
Fri Apr 29, 2022 12:41 am
Forum: Open Source Nagios Projects
Topic: Nagios Network Analyzer installation error on linux
Replies: 0
Views: 501

Nagios Network Analyzer installation error on linux

Hi I am having trouble trying to install nagios network analyzer on Ubuntu. I have successfully downloaded and compiled but cannot install. The step entails entering ./fullinstall but when I do so, it says Installation step failed - exiting. Check for error messages in the install log (install.log)....
by EdwardSMaTeresa
Mon Mar 21, 2022 1:49 am
Forum: Open Source Nagios Projects
Topic: How to connect to web interface
Replies: 1
Views: 529

Re: How to connect to web interface

If you don't want to have the switch on that subnet (maybe want to have a seperate management subnet). Then you need to make a new interface in pfsense on the 192.168.0.0 subnet and make the ip of the interface the default gateway of the switch. And make the appropriate rules to allow traffic betwee...
by EdwardSMaTeresa
Mon Mar 21, 2022 1:44 am
Forum: Open Source Nagios Projects
Topic: Query On Nagios Reports
Replies: 1
Views: 623

Re: Query On Nagios Reports

I'm hoping someone here has done this before, as I am struggling to locate the correct tables. I am looking to create an uptime report on a specific service on one specific host. The default availability reports are not to the businesses' liking, so I'm stuck creating these by hand. There doesn't se...
by EdwardSMaTeresa
Mon Mar 21, 2022 1:42 am
Forum: Open Source Nagios Projects
Topic: Nagios conditional checks
Replies: 2
Views: 956

Nagios conditional checks

Hi Currently I am monitoring my target windows hosts for a bunch of services (CPU, memory, disks, ssl certs, http etc). I'm using nsclient as the client that the nagios server will talk to. My problem is that I deploy to those hosts three times every 24 hours. The deployment process requires the hos...