Network Switch Port Bandwidth monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
sampath.krb
Posts: 23
Joined: Fri Dec 09, 2016 3:07 pm

Re: Network Switch Port Bandwidth monitoring

Post by sampath.krb »

Hello dwhitfield,

I have sent you the output of "tail -f /var/log/httpd/*_log" via private messaging. Please check and let me know if you need any additional details.

Thank You.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Network Switch Port Bandwidth monitoring

Post by tgriep »

Can you edit the /etc/php.ini file and change the following options from

Code: Select all

max_execution_time = 30
max_input_time = 60
memory_limit = 128M
to

Code: Select all

max_execution_time = 60
max_input_time = 120
memory_limit = 512M
Save the file and restart Apache by running

Code: Select all

service httpd restart
Try that and see if it helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
sampath.krb
Posts: 23
Joined: Fri Dec 09, 2016 3:07 pm

Re: Network Switch Port Bandwidth monitoring

Post by sampath.krb »

Hello,

It is still the same even after making suggested changes.

cat php.ini | grep -i max_execution_time
max_execution_time = 60
cat php.ini | grep -i max_input_time
max_input_time = 120
cat php.ini | grep -i memory_limit
memory_limit = 512M

In fact I confirmed with our Network Team and below are the actual number of ports available on that particular switch.
4 Virtual Ethernet interfaces
384 Gigabit Ethernet interfaces
8 Ten Gigabit Ethernet interfaces

Only 123 services gets created each time I run the config wizard.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Network Switch Port Bandwidth monitoring

Post by tgriep »

I wish we had access to a switch that large so we can try and replicate the issue but we don't.
When you do run the wizard, how many seconds does it run before coming back and displaying the 123 interfaces?

Also, you may want to open a ticket up by emailing [email protected] and referencing this post.
That way we can setup a remote and login to to your system and see what is happening firsthand.
Be sure to check out our Knowledgebase for helpful articles and solutions!
sampath.krb
Posts: 23
Joined: Fri Dec 09, 2016 3:07 pm

Re: Network Switch Port Bandwidth monitoring

Post by sampath.krb »

It takes about 8-10 sec to detect the port and about 15-20sec to apply the configuration.

Sure thing, I will email to open a support ticket. Thank You.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Network Switch Port Bandwidth monitoring

Post by tgriep »

I received the ticket and will continue support there.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked