You haven't selected the "Unified" views under the "Performance Settings", have you?
Admin > System Config > Performance Settings > Pages tab
If you did, clear these boxes and click on "Update Settings". Did this help?
Nagios GUI defaulted back to older version.
Re: Nagios GUI defaulted back to older version.
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios GUI defaulted back to older version.
That is it. That was the problem. I was reading through the Maximizing performance in Nagios XI document the other day and i happen to make these changes. I have nagios running on a physical server but the GUI performance was slower than that of a virtual machine. I was trying to fix one problem in turn created another one. Do you happen to know any tips/changes that i could apply to make my GUI move faster?
Re: Nagios GUI defaulted back to older version.
Well, it depends on what is really slowing XI. Do you have sufficient resources for the number of nodes that you are monitoring?
https://assets.nagios.com/downloads/nag ... ements.pdf
You can always add more hardware if needed - RAM, faster disks, etc.
Have you implemented any of the "boosting performance tweaks", described in our Administrator's Guide?
https://assets.nagios.com/downloads/nag ... p#boosting
https://assets.nagios.com/downloads/nag ... ements.pdf
You can always add more hardware if needed - RAM, faster disks, etc.
Have you implemented any of the "boosting performance tweaks", described in our Administrator's Guide?
https://assets.nagios.com/downloads/nag ... p#boosting
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios GUI defaulted back to older version.
I will look at the document links provided. Mean while here is the lscpu output of my nagios server.
[nagios@NagiosServer static]$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 16
On-line CPU(s) list: 0-15
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 2
NUMA node(s): 2
Vendor ID: GenuineIntel
CPU family: 6
Model: 62
Model name: Intel(R) Xeon(R) CPU E5-2637 v2 @ 3.50GHz
Stepping: 4
CPU MHz: 2648.925
CPU max MHz: 3800.0000
CPU min MHz: 1200.0000
BogoMIPS: 6999.89
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 15360K
NUMA node0 CPU(s): 0,2,4,6,8,10,12,14
NUMA node1 CPU(s): 1,3,5,7,9,11,13,15
[nagios@NagiosServer static]$ free -g
total used free shared buff/cache available
Mem: 188 4 116 4 68 178
Swap: 7 0 7
It is a physical server, much bigger than my other traditional 4 CPU x 32 MEMORY VMs i have nagiosxi running on. I usually see the GUI slowing down after i cross 10K services on the server. This one has around 9K services running on it, but give the size of the server it should be pretty smooth.
[nagios@NagiosServer static]$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 16
On-line CPU(s) list: 0-15
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 2
NUMA node(s): 2
Vendor ID: GenuineIntel
CPU family: 6
Model: 62
Model name: Intel(R) Xeon(R) CPU E5-2637 v2 @ 3.50GHz
Stepping: 4
CPU MHz: 2648.925
CPU max MHz: 3800.0000
CPU min MHz: 1200.0000
BogoMIPS: 6999.89
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 15360K
NUMA node0 CPU(s): 0,2,4,6,8,10,12,14
NUMA node1 CPU(s): 1,3,5,7,9,11,13,15
[nagios@NagiosServer static]$ free -g
total used free shared buff/cache available
Mem: 188 4 116 4 68 178
Swap: 7 0 7
It is a physical server, much bigger than my other traditional 4 CPU x 32 MEMORY VMs i have nagiosxi running on. I usually see the GUI slowing down after i cross 10K services on the server. This one has around 9K services running on it, but give the size of the server it should be pretty smooth.
Re: Nagios GUI defaulted back to older version.
These are pretty good specs. With 10K+ services however, the I/O may become an issue. I would strongly recommend utilizing ramdisk on the server. Also, you may need to tweak the mysql settings, e.g. increase the max_connections value. See our KB article on the topic here:
https://support.nagios.com/kb/article/n ... s-513.html
https://support.nagios.com/kb/article/n ... s-513.html
Be sure to check out our Knowledgebase for helpful articles and solutions!