Search found 129 matches

by bbahn
Tue Apr 09, 2024 10:44 am
Forum: Nagios XI
Topic: Event Logging not working with Application and Services Logs in NCPA 3
Replies: 10
Views: 13193

Re: Event Logging not working with Application and Services Logs in NCPA 3

@willie34,

This should be partially solved in NCPA 3.0.2, but there still remains the bug of how NCPA handles whitespace in the logs API that will be handled in the next release.
by bbahn
Mon Apr 08, 2024 9:16 am
Forum: Open Source Nagios Projects
Topic: NCPA 3.0.1 on Debian Linux – update/re-install issue
Replies: 17
Views: 3967

Re: NCPA 3.0.1 on Debian Linux – update/re-install issue

@madmachinery, Have you tried this yet? It looks like each of those processes are in interruptible sleep, which means they're waiting on an event to complete. Can you check ps aux | grep -E 'apt|dpkg' so we can see what apt/dpkg are doing while things are hanging? You can also check these logs to se...
by bbahn
Fri Apr 05, 2024 9:43 am
Forum: Nagios XI
Topic: NCPA PID file location change
Replies: 3
Views: 239

Re: NCPA PID file location change

Hello @shoreypu, It would seem that you are encountering an issue with NCPA 2. Have you set your loglevel to debug and checked your logs to see if any errors are occuring? Also, NCPA 3.0.2 recently got an upgrade in how it handles its PID file and I suggest that you try upgrading to solve your issue.
by bbahn
Thu Apr 04, 2024 10:22 am
Forum: Open Source Nagios Projects
Topic: What Can I Do with Open Source Nagios?
Replies: 1
Views: 660

Re: What Can I Do with Open Source Nagios?

Hello @levihenry, Nagios Core (the open source host/service/network monitoring program) allows comprehensive monitoring of network services (SMTP, POP3, HTTP, ICMP, SNMP, SSH, FTP, and many more), host resources (CPU load, disk usage, system logs) across a range of operating systems. Nagios Core als...
by bbahn
Wed Apr 03, 2024 9:26 am
Forum: Open Source Nagios Projects
Topic: speed test - check problem
Replies: 1
Views: 654

Re: speed test - check problem

Hello @Sebanek,

Did you define check_internet_speed in commands.cfg?

You can find out more about how command definitions work here:
https://assets.nagios.com/downloads/nag ... ml#command
by bbahn
Tue Apr 02, 2024 11:35 am
Forum: Nagios XI
Topic: vSphere Plugin (BETA) - required software components missin
Replies: 3
Views: 243

Re: vSphere Plugin (BETA) - required software components missin

Hello @Nuggel1234,

You can install Python 3 by using your package manager (dnf/yum on CentOS/RHEL/Oracle, apt/apt-get on Debian/Ubuntu) to install Python 3 with

Code: Select all

[package-manager] install python3
or by upgrading Nagios XI.
by bbahn
Mon Apr 01, 2024 9:58 am
Forum: Open Source Nagios Projects
Topic: NCPA 3.0.1 on Debian Linux – update/re-install issue
Replies: 17
Views: 3967

Re: NCPA 3.0.1 on Debian Linux – update/re-install issue

It looks like each of those processes are in interruptible sleep, which means they're waiting on an event to complete. Can you check ps aux | grep -E 'apt|dpkg' so we can see what apt/dpkg are doing while things are hanging? You can also check these logs to see if apt/dpkg had any errors: /var/log/d...
by bbahn
Fri Mar 29, 2024 1:22 pm
Forum: Open Source Nagios Projects
Topic: NCPA 3.0.1 on Debian Linux – update/re-install issue
Replies: 17
Views: 3967

Re: NCPA 3.0.1 on Debian Linux – update/re-install issue

Try running apt with verbose output, so we can get some more information on where things are failing instead of just a vague idea of where things are getting stuck.

Code: Select all

sudo apt-get -o Debug::pkgProblemResolver=yes -o Debug::Acquire::http=yes install ncpa
by bbahn
Thu Mar 28, 2024 4:29 pm
Forum: Nagios XI
Topic: Apache Upgrade
Replies: 1
Views: 362

Re: Apache Upgrade

Hello @matson-itops, When you update Apache, your package manager should preserve your configuration files and if any changes were made to the default configurations, they should be created alongside your existing configurations with the tag .rpmnew . That said, it's always a good idea to back up yo...
by bbahn
Wed Mar 27, 2024 1:44 pm
Forum: Nagios XI
Topic: User Interface Theme gets stuck on Neptune
Replies: 3
Views: 646

Re: User Interface Theme gets stuck on Neptune

Hello @montr3245,

I will file a bug report for this issue and it should be handled shortly.

In the mean time, Have you double checked that you're setting your user theme or that you're changing your global theme and that your user theme is set to default?