We are 99% windows and our agents is NSClient++.
The monitoring only provide alerts for high cpu or memory.
Anyone here have good scripts to capture the top 5 or 10 services using the CPU or Memory?
It should capture the service name, pid and the comsumed resrouces in percentage.
Thanks in advance
Search found 21 matches
- Fri Sep 19, 2025 12:16 pm
- Forum: Nagios XI
- Topic: PS script for top CPU and Memory Usage
- Replies: 3
- Views: 19405
- Wed Nov 27, 2024 8:56 am
- Forum: Nagios XI
- Topic: Monitoring engine wont start
- Replies: 1
- Views: 916
Monitoring engine wont start
Can anyone help us? We just upgraded from Nagios 5.9.1 to 2024R1.3.1 and now we couldn't make the monitoring engines starts [root@NagiosSRV ~]# service nagios status Redirecting to /bin/systemctl status nagios.service × nagios.service - Nagios Core 4.5.3 Loaded: loaded (/usr/lib/systemd/system/nagio...
- Wed Nov 13, 2024 6:43 am
- Forum: Nagios XI
- Topic: SSL Error after migration
- Replies: 1
- Views: 1472
SSL Error after migration
We restored the Nagios data from the old server (CentOS7) to this new server (CentOS9). We only reused the old server IP so to will be easier for us to replace the Nagios server. However, some servers are now throwing an error related to SSL Handshake. Example: CHECK_NRPE: (ssl_err != 5) Error - Cou...
- Fri Oct 04, 2024 2:02 am
- Forum: Nagios XI
- Topic: OVA contains 2024R1.2 can this be uninstalled?
- Replies: 10
- Views: 5096
OVA contains 2024R1.2 can this be uninstalled?
We have Cent7 with Nagios XI 5.9.1 and we want to replace with Cent9.
We downloaded the OVA but it contains with 2024R1.2.
Cant this be uninstalled and install 5.9.1, so can do the backup and restore?
We downloaded the OVA but it contains with 2024R1.2.
Cant this be uninstalled and install 5.9.1, so can do the backup and restore?
- Tue Oct 01, 2024 9:48 am
- Forum: Nagios XI
- Topic: Local Backup is not working
- Replies: 5
- Views: 2219
Re: Local Backup is not working
mysql -u root -p followed by the password. yes it works.. When I checked: cat /usr/local/nagiosxi/html/config.inc.php This is what I get. "user" => 'nagiosxi', "pwd" => 'n@gweb', "db" => 'nagiosxi', Aand I managed to login to db using this account too. So what is this ...
- Tue Oct 01, 2024 6:58 am
- Forum: Nagios XI
- Topic: Local Backup is not working
- Replies: 5
- Views: 2219
Re: Local Backup is not working
1. Run this script to get your database passwords (if you do not have this script, let me know - you are probably on a version of XI that is too old): /usr/local/nagiosxi/scripts/get_mysql_passwords.sh I checked the local path and cant find the script. Can you send the script please. Thanks. 2. Mak...
- Mon Sep 30, 2024 2:08 pm
- Forum: Nagios XI
- Topic: Upgrade from 5.9.1 to 2024R1.1.5 is failing
- Replies: 4
- Views: 1786
Re: Upgrade from 5.9.1 to 2024R1.1.5 is failing
Hi @11abbidoa, It seems likely to me that the issue you're running into is due to Cent7 being EOL, which means a lot of mirrors for it won't be active anymore. As you're on XI version 5.9.1, you should be able to migrate to a supported Linux distro and then resume upgrading your XI version. We have...
- Mon Sep 30, 2024 10:31 am
- Forum: Nagios XI
- Topic: Upgrade from 5.9.1 to 2024R1.1.5 is failing
- Replies: 4
- Views: 1786
Re: Upgrade from 5.9.1 to 2024R1.1.5 is failing
Sometimes these mirrors are unavailable and it creates this issue. If you revert and run it again does it have the same issue? If so can you check a few things for us. It sounds obvious but can you run a ping check to make sure you have network on the machine. If yes could you next make sure your D...
- Mon Sep 30, 2024 5:50 am
- Forum: Nagios XI
- Topic: Upgrade from 5.9.1 to 2024R1.1.5 is failing
- Replies: 4
- Views: 1786
Upgrade from 5.9.1 to 2024R1.1.5 is failing
We have Cent7 so we can only upgrade up to 2024R1.1.5 but failing. We use below series of command, everything works fine until the upgrade. Please see attached files. cd /tmp rm -rf nagiosxi xi*.tar.gz wget https://assets.nagios.com/downloads/nagiosxi/2024/xi-2024R1.1.5.tar.gz tar xzf xi-2024R1.1.5....
- Mon Sep 30, 2024 3:15 am
- Forum: Nagios XI
- Topic: How to stop the Nagios Temporarily
- Replies: 6
- Views: 2230
Re: How to stop the Nagios Temporarily
This one right? Yup thats the one. If you click the x next to notifications it should run a job to disable notifications. You will have to go back in and repeat this (it will be a check mark to turn it back on) to get your notifications back afterwards. Alright will do this, we attempted to upgrade...