This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
1141
SSL / Re: CWP support for TLSv1.3
« on: February 27, 2020, 06:03:57 PM »
Any updates to the TLS v1.3 support?
I just manually enabled TLS v1.2 and disabled 1.0 & 1.1, since they are depreciated already.
I just manually enabled TLS v1.2 and disabled 1.0 & 1.1, since they are depreciated already.
1142
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 24, 2020, 01:44:15 AM »Do you have to open particular ports in the firewall for nagios?
You might want to check "iptables -L" before and after the problem occurs (the cwp cron task). If there is a difference then use /etc/csf/csfpost.sh to add in the missing entries. It may explain why you need a reboot for nagios to begin functioning again.
Thanks for your help ejsolutions.
But I'm giving up on this bug for right now.
1143
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 24, 2020, 01:40:04 AM »Do you have to open particular ports in the firewall for nagios?Nagios uses port 5666 and is open.
You might want to check "iptables -L" before and after the problem occurs (the cwp cron task). If there is a difference then use /etc/csf/csfpost.sh to add in the missing entries.
As Nagios is running fine 23 hr 55mins each day, and only stops after the cron.daily runs.
xinetd is still running, and restarting the service doesn't work.
And I don't feel like having to reboot servers each day after cron.daily runs.
Checked the logs files and don't see anything.
I'll just chaulk it up to that processes can't be monitored on CWPPro servers.
1144
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 24, 2020, 01:23:29 AM »Is Monit running on the CWP Pro ones? Something must be killing the nagios process/daemon..
I'd be looking at the cron logs on both server types, to try to identify the culprit.
Nagios isn't running on the CWPPro server, Monit is (tried to disable it, no difference).
xinetd service is still running, wasn't killed.
Trying to restart xinetd service doesn't change anything.
1145
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 24, 2020, 01:21:18 AM »
Saw the chat back & forth.
It could be something in that area that is proprietary, and this is fine not to disclose.
I don't see how this thread if off topic with a problem I've narrowed down to CWWPro though.
Maybe no one else has monitored processes running, which isn't a deal breaker for me to disable, if it comes to that.
It could be something in that area that is proprietary, and this is fine not to disclose.
I don't see how this thread if off topic with a problem I've narrowed down to CWWPro though.
Maybe no one else has monitored processes running, which isn't a deal breaker for me to disable, if it comes to that.
1146
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 24, 2020, 01:10:07 AM »I presume that you've tried a cron withCode: [Select]/etc/rc.d/init.d/nagios reload
orCode: [Select]/usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
and set it to run after that cwp one has done it's thing.
Nagios is running on another box.
I tried restarting the nagios service on that box when I noticed this.
Nothing changed.
Again everything is reporting correctly, except the 2 CWPPro servers after the cron.daily runs.
Only fix right now, is to restart the server CWPPro is running on after the cron.daily runs.
Then all is back normal.
1147
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 24, 2020, 01:03:16 AM »How about extending Monit?
https://www.howtoforge.com/tutorial/server-monitoring-with-munin-and-monit-on-centos/
(Though note the CWP Pro possible restriction.)
What's nice with Nagios, is you can monitor multiple servers.
Had a problem with the Dovecot service dying, and it still was showing active on the server, but an external check showed it non-responsive.
1148
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 24, 2020, 12:54:12 AM »I started using MRTG just over 20 years ago.MRTG & RRDTool is great for bandwidth monitoring.
I use the basics of munin on all servers, plus DNS monitoring on my nameservers. It is possible to set up alerts though I don't utilise that aspect ( I should! ).
Nagios is great for service monitoring (http, ftp, smtp, pop/imap, etc) if a service stops responding it will send an email & text alert.
The each have their areas they are good in.
1149
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 24, 2020, 12:46:56 AM »Would munin not suffice as an alternative? I have had it running fine for months on various servers/VPS.Never seen munin before, but have used MRTG & RRDTool.
Just a thought.
I like Nagios because it will send out notifications if a service stops responding like WhatsUp Gold.
RRDTool is great for monitoring bandwidth usage on network cards, switches and routers.
I had used it for the 95%tile.
1150
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 24, 2020, 12:35:33 AM »Out of curiosity, does the service shut down after an update.After cron.daily runs it stops sending the correct # of processes running, 6 instead of about 140, xinetd is still running and all other monitors are working correctly.
Do you really need to restart the entire server, or can you just restart the service...
I've tried restarting the xinetd service, but doesn't do anything.
Only thing that bring back CWPPro reporting correctly is a server reboot.
And again, it's only happening on the CWPPro servers.
The Non-Pro server is OK.
Hence why I've been trying to figure out what runs differently on CWPPro, from looking in /etc/cron.daily @ CWP and other in that directory, I don't see anything.
And it's very weird that the logs show it stops reporting correctly at the same time as that.
I'm tring a couple things different on 1 of the CWPPro servers tonight, but at this point I'm just shotgunning.
1151
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 23, 2020, 09:05:56 PM »
Sandeep,
With all due respect this isn't a Nagios problem according to the logs.
Something is running in the cron.daily that is causing the problem according to the timestamps in the logs.
And funny enough the 2 servers running CWP Pro are having the problem, while another CWP Non-Pro server is not.
Reboot the server(s) running CWP Pro and it runs fine for 23 hours 55 mins until cron.dail runs again, and then server has to be rebooted to start functioning again.
I'm just trying to narrow down exactly what CWP runs that could be causing this.
With all due respect this isn't a Nagios problem according to the logs.
Something is running in the cron.daily that is causing the problem according to the timestamps in the logs.
And funny enough the 2 servers running CWP Pro are having the problem, while another CWP Non-Pro server is not.
Reboot the server(s) running CWP Pro and it runs fine for 23 hours 55 mins until cron.dail runs again, and then server has to be rebooted to start functioning again.
I'm just trying to narrow down exactly what CWP runs that could be causing this.
1152
Other / What runs differently in daily.crom between Pro and Non-Pro
« on: February 23, 2020, 03:39:59 PM »
Anyone know what runs differently in the daily.crom whether it's a Non-Pro or Pro version?
1153
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 23, 2020, 03:38:11 PM »
Igor? Anyone?
1154
CentOS Configuration / Re: IPv6 support
« on: February 22, 2020, 10:53:46 AM »
My problem is having an IPv6 only server.
CWP won't even try to install. :/
CWP won't even try to install. :/
1155
CentOS 7 Problems / Re: Nagios Xi and CWP Pro problem
« on: February 22, 2020, 09:34:05 AM »Try to check if Nagios server accessible from the server and check the firewall's whitelist.
Nagios XI server is white listed, everything works fine until in the morning when the cron.daily runs.
Then on the 2 server running CWPPro stop reporting the check_all_procs to Nagios correctly. But 1 server not running Pro continues OK.
The 2 servers running Pro, when rebooted, start reporting correctly again.
Just trying to narrow down what is running at that time causing the problem.
Thanks,
David