Scheduling very unstable - Part 2
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Scheduling very unstable - Part 2
You are getting queue send errors although you have increased this already you may need to go higher that your current values
https://support.nagios.com/kb/article.php?id=139
Also, it may be a good time to think about offloading the database to another server, which can shift the strain on this server
https://assets.nagios.com/downloads/nag ... Server.pdf
https://support.nagios.com/kb/article.php?id=139
Also, it may be a good time to think about offloading the database to another server, which can shift the strain on this server
https://assets.nagios.com/downloads/nag ... Server.pdf
Re: Scheduling very unstable - Part 2
scottwilkerson wrote:You are getting queue send errors although you have increased this already you may need to go higher that your current values
https://support.nagios.com/kb/article.php?id=139
Also, it may be a good time to think about offloading the database to another server, which can shift the strain on this server
https://assets.nagios.com/downloads/nag ... Server.pdf
Offloaded but same old problem. There is no queue messages but the scheduling is totally blank.
Hope you guys can fix this problem.
How can it be a performance problem when it is ok for ages then acts up for weeks then ok again?
You do not have the required permissions to view the files attached to this post.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Scheduling very unstable - Part 2
scottwilkerson wrote:PM sent
Since we work 12 hours apart, there seems to be a scheduling problem.
We work at GMT+8 hours. 2pm CDT is 3am our time and nobody will be in office.
Previously Troy used to do WebEx with us as he works in Australian time.
Hope we can arrange something similar.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Scheduling very unstable - Part 2
I will reach out to Troy to see if he would be available
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Scheduling very unstable - Part 2
I do not have anyone available in your timezone, so we either have to continue through the thread or schedule something that can be accomplished between 9-5 CDT
Earlier you mentioned
Earlier you mentioned
what script is this? We do not have anything included in Nagios XI that does this.rajasegar wrote:
Looks like a normal shutdown as we included mysqld service shutdown in the script.
Re: Scheduling very unstable - Part 2
scottwilkerson wrote:I do not have anyone available in your timezone, so we either have to continue through the thread or schedule something that can be accomplished between 9-5 CDT
Earlier you mentionedwhat script is this? We do not have anything included in Nagios XI that does this.rajasegar wrote:
Looks like a normal shutdown as we included mysqld service shutdown in the script.
Can we schedule WebEx at 9am CDT which is Thursday 02-Aug 10pm my time today?
I will send you my WhatsApp number via PM.
It is just our own script we use to shutdown Nagios and restart its associated services before any activities in the server.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Scheduling very unstable - Part 2
Reverted back from offloaded DB.
It seems slow but way better now. I hour plus and it still around the 100 mark Here is the profile now
It seems slow but way better now. I hour plus and it still around the 100 mark Here is the profile now
Code: Select all
[nagios@nagiosprodxi3 debug]$ ipcs -q
------ Message Queues --------
key msqid owner perms used-bytes messages
0x99000002 19333120 nagios 600 188128256 183719
You have mail in /var/spool/mail/nagios
Code: Select all
[nagios@nagiosprodxi3 debug]$ cat /etc/my.cnf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
innodb_buffer_pool_size = 10G
max_connections=500
# Added by NAgios Tech 6/8/2018
max_allowed_packet = 32M
innodb_file_per_table = 1
query_cache_size=16M
query_cache_limit=4M
tmp_table_size=64M
max_heap_table_size=64M
table_open_cache=32
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
[nagios@nagiosprodxi3 debug]$
You do not have the required permissions to view the files attached to this post.
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Scheduling very unstable - Part 2
your ndo2db.cfg still has this meaning it is offloaded
that should be changed to
and then restart ndo2db
Code: Select all
db_host=10.17.19.237Code: Select all
db_host=localhostCode: Select all
service ndo2db restart