11.1U5 to 11.2RC1 - lots of weird alerts?

Dariusz1989

Contributor
Joined
Aug 22, 2017
Messages
185
Hey

Not much of a freenass geek been using it for a year and didnt have any issues but I updated today to 11.2RC1 and I got there errors :



Code:
system.ram Chart								 
ram in use = 90.3%
system RAM usage Alarm								 
ram Family								 
WARNING Severity								 
Mon Nov 5 12:56:54 GMT 2018 Time


system.ram Chart							   
ram in use = 93.4%
system RAM usage Alarm								 
ram Family								 
WARNING Severity							   
Mon Nov 5 13:17:08 GMT 2018 Time


ipv4.tcphandshake Chart							   
ipv4 tcphandshake last collected secs = 00:00:13 ago
number of seconds since the last successful data collection Alarm						   
tcp Family						 
WARNING Severity				   
Mon Nov 5 13:30:12 GMT 2018 Time


ipv4.udperrors Chart
ipv4 udperrors last collected secs = 00:00:13 ago
number of seconds since the last successful data collection Alarm							   
udp Family							 
WARNING Severity							 
Mon Nov 5 13:30:20 GMT 2018 Time
   

ipv4.tcphandshake Chart
ipv4 tcphandshake last collected secs (was warning for 16 seconds)
number of seconds since the last successful data collection Alarm							   
tcp Family							   
Recovered from WARNING Severity
Mon Nov 5 13:35:24 GMT 2018
(was warning for 16 seconds) Time


ipv4.udperrors Chart
ipv4 udperrors last collected secs (was warning for 16 seconds)
number of seconds since the last successful data collection Alarm								 
udp Family						   
Recovered from WARNING Severity
		 


Mon Nov 5 13:35:29 GMT 2018
(was warning for 16 seconds) Time
system.swapio Chart
30min ram swapped out = 768.2% of RAM
the amount of memory swapped in the last 30 minutes, as a percentage of the system RAM Alarm								 
swap Family								 
CRITICAL Severity								 
Mon Nov 5 13:44:34 GMT 2018 Time



system.swapio Chart
30min ram swapped out = 27.9% of RAM
the amount of memory swapped in the last 30 minutes, as a percentage of the system RAM Alarm							   
swap Family								 
WARNING Severity							   
Mon Nov 5 15:06:33 GMT 2018 Time



system.swapio Chart
30min ram swapped out = 38.5% of RAM
the amount of memory swapped in the last 30 minutes, as a percentage of the system RAM Alarm
swap Family							   
Escalated to CRITICAL Severity							 
Mon Nov 5 15:08:33 GMT 2018
(was warning for 2 minutes) Time


They all sound dramatic! What do I do with it all ?!
 
Last edited:

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
The Netdata service is creating those emails. It doesn't work properly in 11.2. I don't know if anyone filed a bug, but I think they should have. It has been discussed on the forum before.
 

Dariusz1989

Contributor
Joined
Aug 22, 2017
Messages
185
Interesting, so they are nothing I should "panic" about I take? Looks like they are set to panic when stuff runs at 90% - well in ram case, not sure what to think of teh tcp/udp ones and system.swapio... hmm
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,080
Interesting, so they are nothing I should "panic" about I take? Looks like they are set to panic when stuff runs at 90% - well in ram case, not sure what to think of teh tcp/udp ones and system.swapio... hmm
I can't say definitively, but I think it is just that the alert levels are not where they should be considering the way that FreeNAS works. The last person that reported this just turned it off so they stopped getting emails. If you would do some investigation and report back, it might help fix the problem in future.
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
It is a name not just a collection of letters.

<mod hat>

That's not really that helpful and could be taken badly. Alternative suggestion:

"Please note, the name is FreeNAS, which roughly means Free Network Attached Storage, or possibly FreeBSD-based Network Attached Storage, depending on how you roll."
 

omcn7

Dabbler
Joined
May 19, 2015
Messages
20
I can't say definitively, but I think it is just that the alert levels are not where they should be considering the way that FreeNAS works. The last person that reported this just turned it off so they stopped getting emails. If you would do some investigation and report back, it might help fix the problem in future.
I was getting some of these messages. I did a google search and found this thread. I figured I would add my recent alerts here in case it would help someone..

Code:
system.ram Chart
ram in use (was warning for 10 seconds)
system RAM usage Alarm
ram Family
Recovered from WARNING Severity
Sun Feb 17 18:02:42 EST 2019
(was warning for 10 seconds) Time

ipv4.udperrors Chart
ipv4 udperrors last collected secs = 00:00:13 ago
number of seconds since the last successful data collection Alarm
udp Family
WARNING Severity
Sun Feb 17 15:31:01 EST 2019 Time

ipv4.udperrors Chart
ipv4 udperrors last collected secs = 00:01:02 ago
number of seconds since the last successful data collection Alarm
udp Family
Escalated to CRITICAL Severity
Sun Feb 17 01:27:58 EST 2019
(was warning for 50 seconds) Time


It might be worth mentioning that the udp and tcp was after starting a scp session with some fairly large files in them. If it happens again I will take a closer look at the tcp and udp issues. As for the ram alert. I set those to silent cause I know ZFS uses a lot of ram and netdata is just not used to that being normal. For others you can find alerts here

Code:
 /usr/local/etc/netdata/health.d


The footer of the netdata emails will show you what created the alert and you can edit the .conf file to silence them *if* you are sure that the issue is "normal" for FreeNAS.

Hopefully this helps and isn't just a dup of another thread. :cool:
 
Top