Search found 17 matches

by taashee
Wed May 26, 2021 11:09 am
Forum: Nagios XI
Topic: Nagios running slowly and utilizing 100% RAM
Replies: 5
Views: 333

Re: Nagios running slowly and utilizing 100% RAM

Hello team ,

The database you are seeing is older database which is as it is untouched after doing the db offloading . The database was offloaded later on it's not from starting .
by taashee
Wed May 26, 2021 9:03 am
Forum: Nagios XI
Topic: Nagios running slowly and utilizing 100% RAM
Replies: 5
Views: 333

Re: Nagios running slowly and utilizing 100% RAM

Hello Team ,

Whatever changes you have suggested we have made the changes . Please suggest the best way to update it . Currently we are running 5.5.8 version and db is also offloaded . We are not running modgearman .Please suggest the way we have to update it . System profile already shared .
by taashee
Fri May 21, 2021 8:01 am
Forum: Nagios XI
Topic: Nagios running slowly and utilizing 100% RAM
Replies: 5
Views: 333

Nagios running slowly and utilizing 100% RAM

Hello Team , It is observed that Nagios has become too slow . On checking it is found that it is using almost whole RAM . We took reboot of the server also . We even tried killall -u nagios . And started back the service .It frees the RAM , but again RAM utilization came to 100 % . We have also conf...
by taashee
Thu Apr 29, 2021 11:30 am
Forum: Nagios XI
Topic: Below metrics can be monitored using nagiosxi
Replies: 1
Views: 182

Below metrics can be monitored using nagiosxi

Dear Team ,

Please let us know if attached metrics can be monitored using nagiosxi . And how to monitor them .
by taashee
Mon Apr 26, 2021 12:53 am
Forum: Nagios XI
Topic: Connection failed message
Replies: 1
Views: 112

Connection failed message

Hello Team ,

Getting below error when tried to access nagios XI .Please let us know what kind of error is this and why such error is coming and how to troubleshoot it .

Please find the screenshot attached.
by taashee
Thu Apr 01, 2021 12:27 pm
Forum: Nagios XI
Topic: Nagios xi integration
Replies: 1
Views: 176

Nagios xi integration

Hello team ,

Below are the requirements -

1.can Nagios Xi integrated with solar winds tool ?

2.Can Nagios Xi integrated with any asset management tool ?

3.Management Consoles Integration like Anti virus Console, ESRS ? Is it possible
by taashee
Mon Mar 15, 2021 3:04 am
Forum: Nagios XI
Topic: Network Inventory monitoring using nagiosxi
Replies: 1
Views: 423

Network Inventory monitoring using nagiosxi

Hello Team , I would like to monitor below network inventory from nagiosxi . Please suggest if it is possible and how to implement in nagiosxi . 1. Access Point-- Aruba , Fortinet ,Net Gear ,Ruckus ,TP-Link 2.ACS -- Cisco 3.Avaya media gateway 4.Avaya Voice - AMMServer 5.Avaya Voice - Server 6.Check...
by taashee
Fri Jan 29, 2021 2:03 am
Forum: Nagios XI
Topic: Nagios XI offloaded db size increasing frequently
Replies: 6
Views: 341

Re: Nagios XI offloaded db size increasing frequently

Hi Benjamin ,
I did as guided by you .

But how you came to know that it is a bug . Can u clarify please .
by taashee
Thu Jan 28, 2021 1:01 am
Forum: Nagios XI
Topic: Nagios XI offloaded db size increasing frequently
Replies: 6
Views: 341

Re: Nagios XI offloaded db size increasing frequently

Hi Benjamin , command worked .please find the respective size . MariaDB [(none)]> SELECT table_name AS 'Table', round(((data_length + index_length) / 1024 / 1024), 2) 'Size in MB' FROM information_schema.TABLES WHERE table_schema IN ('nagios', 'nagiosql', 'nagiosxi'); +------------------------------...
by taashee
Thu Jan 28, 2021 12:53 am
Forum: Nagios XI
Topic: Nagios XI offloaded db size increasing frequently
Replies: 6
Views: 341

Re: Nagios XI offloaded db size increasing frequently

Hello Benjamin , Please find the size of the databases .The command you have mentioned is not working but i checked db size otherway . [root@nagios-db ~]# cd /var/lib/mysql/ [root@nagios-db mysql]# du -hs * | grep G 7.5G nagios 13G nagiosxi [root@nagios-db mysql]# cd nagios [root@nagios-db nagios]# ...