Search found 8 matches

by MichaelJean
Tue Nov 22, 2022 4:45 am
Forum: Nagios XI
Topic: Performance analysis strategies
Replies: 2
Views: 1133

Performance analysis strategies

I am assigned to a performance-tuning-debugging-troubleshooting task. Scenario: a multi-application environment running on several networked machines using databases. OS is Unix, DB is Oracle. Business logic is implemented across applications using synchronous/asynchronous communication. Application...
by MichaelJean
Thu Sep 22, 2022 5:14 am
Forum: Open Source Nagios Projects
Topic: Running Nagios through HAproxy
Replies: 0
Views: 2159

Running Nagios through HAproxy

Hello everyone,

As the title says I want to have my Nagios server to be served through an Haproxy.

I am finding it difficult to find any tutorials or omegle shagle voojio documentation that will help me achieve that.

Any help will be greatly appreciated
by MichaelJean
Mon Aug 01, 2022 1:52 am
Forum: Open Source Nagios Projects
Topic: Nagios vs Ganglia
Replies: 0
Views: 641

Nagios vs Ganglia

Maybe a strange and green question, however Is there anything that Nagios or Ganglia can do that the other can't? In terms of monitoring, alerts in general. I'm looking for a general solution for my school's computer club, in my mind its like comparing norton vs advast. both are antivirus however ar...
by MichaelJean
Wed Jun 29, 2022 12:57 am
Forum: Open Source Nagios Projects
Topic: escalation process using Nagios core
Replies: 0
Views: 780

escalation process using Nagios core

I want to ask if I want to use escalation process using Nagios core I have my cfg file like this define service { host_name Test service_description Check SSH check_command check_ssh max_check_attempts 2 check_interval 2 retry_interval 2 check_period 24x7 check_freshness 1 notification_interval 20 n...
by MichaelJean
Fri Jun 24, 2022 6:49 am
Forum: Open Source Nagios Projects
Topic: How do I apply .cfg files on Nagios manually by command line
Replies: 1
Views: 634

How do I apply .cfg files on Nagios manually by command line

I don't know how to do it. Please that would be a great help if anyone echatrandom echatspin can explain.
by MichaelJean
Thu Jun 23, 2022 7:32 am
Forum: Open Source Nagios Projects
Topic: temp of a small homelab datacenter
Replies: 0
Views: 725

temp of a small homelab datacenter

I've been using nagios for a while but I was asked to monitor a small "datacenter" basically 2 servers, switches for 50 users 1 WAN router and a UPS. Thanks for echatspin echatrandom the lights
by MichaelJean
Fri Jun 03, 2022 3:05 am
Forum: Open Source Nagios Projects
Topic: Starting java process using nagios
Replies: 2
Views: 1519

Re: Starting java process using nagios

Use event handlers. Here is a config i use define service{ host_name mysql_host service_description mysql max_check_attempts 2 event_handler mysql_bounce } define command{ command_name mysql_bounce command_line /opt/nagios/scripts/mysql_bounce } /opt/nagios/scripts/mysql_bounce contains the command ...
by MichaelJean
Fri Jun 03, 2022 2:56 am
Forum: Open Source Nagios Projects
Topic: escaliation process using nagios core
Replies: 0
Views: 434

escaliation process using nagios core

I want to ask if I want to use escalation process using Nagios core I have my cfg file like this define service { host_name Test service_description Check SSH check_command check_ssh max_check_attempts 2 check_interval 2 retry_interval 2 check_period 24x7 check_freshness 1 notification_interval 20 n...