[ NetData ] [ 1.36.1] Real-time performance monitoring, done right

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
Post Reply
User avatar
peelos
Been there, done that
Posts: 580
Joined: Sun Jun 26, 2016 9:28 pm

Re: [ NetData ] [ 1.5.0 ] Real-time performance monitoring, done right

Post by peelos »

I see critical error on both of my NAS's:

mdstat.md13

Array is degraded!

yet didnt see this on 1.4

any ideas?
NAS: TVS-1282-i7-7700-40G / 4 x 500GB SSD 2.5" RAID 10 / 2 x 500GB M.2 SSD / 8 x 12TB WD Whites 3.5" RAID 6 / Noctua L9x65 / 3 x 80mm PWM Noctua fans / Corsair 600W PSU / Asus Turbo GTX 1060 6GB GPU
Software: Plex Media Server / Transmission / Sonarr / Radarr / Bazarr / Jackett / Tautulli / Home Assistant / Resilio Sync / Python / NetData / SortMyQPKGs
pfSense Firewall / OpenVPN Server: QOTOM Fanless Mini PC / Core i5 / 8GB RAM / 128GB SSD / 4 Gigabit NICs / AES-NI
Wireless Routers: 2 x Netgear AC1900 R7000 Nighthawk / 1 x Netgear AC3200 R8000 Nighthawk / FreshTomato Firmware
User avatar
peelos
Been there, done that
Posts: 580
Joined: Sun Jun 26, 2016 9:28 pm

Re: [ NetData ] [ 1.5.0 ] Real-time performance monitoring, done right

Post by peelos »

Actually I realised that the mdstat log was only introduced in 1.5, makes sense.. now to investigate, thanks!
NAS: TVS-1282-i7-7700-40G / 4 x 500GB SSD 2.5" RAID 10 / 2 x 500GB M.2 SSD / 8 x 12TB WD Whites 3.5" RAID 6 / Noctua L9x65 / 3 x 80mm PWM Noctua fans / Corsair 600W PSU / Asus Turbo GTX 1060 6GB GPU
Software: Plex Media Server / Transmission / Sonarr / Radarr / Bazarr / Jackett / Tautulli / Home Assistant / Resilio Sync / Python / NetData / SortMyQPKGs
pfSense Firewall / OpenVPN Server: QOTOM Fanless Mini PC / Core i5 / 8GB RAM / 128GB SSD / 4 Gigabit NICs / AES-NI
Wireless Routers: 2 x Netgear AC1900 R7000 Nighthawk / 1 x Netgear AC3200 R8000 Nighthawk / FreshTomato Firmware
JimboJoe
Starting out
Posts: 12
Joined: Sun Oct 30, 2016 6:31 pm

Re: [ NetData ] [ 1.5.0 ] Real-time performance monitoring, done right

Post by JimboJoe »

I think there is some remaining debugging code in NetData.sh.
It's particularily dangerous as

Code: Select all

NetData.sh stop
leads to removing NetData !

See

Code: Select all

rm -rf /opt/$QPKG_NAME
in the script.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ NetData ] [ 1.5.0 ] Real-time performance monitoring, done right

Post by QNAP_Stephane »

rm -rf /opt/$QPKG_NAME is just removing symlink on stop

because all my apps are cross compile in /opt without the symlink apps cant find shared libs and settings
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ NetData ] [ 1.5.0 ] Real-time performance monitoring, done right

Post by QNAP_Stephane »

peelos wrote:I see critical error on both of my NAS's:

mdstat.md13

Array is degraded!

yet didnt see this on 1.4

any ideas?
md13 is your firmware LUN automatatically set as RAID1 on 24 HDD on NAS install .. so the behavior is normal
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
JimboJoe
Starting out
Posts: 12
Joined: Sun Oct 30, 2016 6:31 pm

Re: [ NetData ] [ 1.5.0 ] Real-time performance monitoring, done right

Post by JimboJoe »

QNAP_Stephane wrote:rm -rf /opt/$QPKG_NAME is just removing symlink on stop

because all my apps are cross compile in /opt without the symlink apps cant find shared libs and settings
Thanks for your answer, I now understand what happened! :-)
As I launched NetData stop, I didn't have the /opt/NetData any more, so I thought NetData had been deleted.
You could warn people that they'd better use the "restart" command only, as otherwise they'll have to figure out the QPKG_ROOT by themselves to start the service :-)
User avatar
peelos
Been there, done that
Posts: 580
Joined: Sun Jun 26, 2016 9:28 pm

Re: [ NetData ] [ 1.5.0 ] Real-time performance monitoring, done right

Post by peelos »

You can start and stop from the app centre :)
NAS: TVS-1282-i7-7700-40G / 4 x 500GB SSD 2.5" RAID 10 / 2 x 500GB M.2 SSD / 8 x 12TB WD Whites 3.5" RAID 6 / Noctua L9x65 / 3 x 80mm PWM Noctua fans / Corsair 600W PSU / Asus Turbo GTX 1060 6GB GPU
Software: Plex Media Server / Transmission / Sonarr / Radarr / Bazarr / Jackett / Tautulli / Home Assistant / Resilio Sync / Python / NetData / SortMyQPKGs
pfSense Firewall / OpenVPN Server: QOTOM Fanless Mini PC / Core i5 / 8GB RAM / 128GB SSD / 4 Gigabit NICs / AES-NI
Wireless Routers: 2 x Netgear AC1900 R7000 Nighthawk / 1 x Netgear AC3200 R8000 Nighthawk / FreshTomato Firmware
User avatar
peelos
Been there, done that
Posts: 580
Joined: Sun Jun 26, 2016 9:28 pm

Re: [ NetData ] [ 1.5.0 ] Real-time performance monitoring, done right

Post by peelos »

QNAP_Stephane wrote:
peelos wrote:I see critical error on both of my NAS's:

mdstat.md13

Array is degraded!

yet didnt see this on 1.4

any ideas?
md13 is your firmware LUN automatatically set as RAID1 on 24 HDD on NAS install .. so the behavior is normal
Thanks Stephane, is md9 also related to the firmware LUN?
NAS: TVS-1282-i7-7700-40G / 4 x 500GB SSD 2.5" RAID 10 / 2 x 500GB M.2 SSD / 8 x 12TB WD Whites 3.5" RAID 6 / Noctua L9x65 / 3 x 80mm PWM Noctua fans / Corsair 600W PSU / Asus Turbo GTX 1060 6GB GPU
Software: Plex Media Server / Transmission / Sonarr / Radarr / Bazarr / Jackett / Tautulli / Home Assistant / Resilio Sync / Python / NetData / SortMyQPKGs
pfSense Firewall / OpenVPN Server: QOTOM Fanless Mini PC / Core i5 / 8GB RAM / 128GB SSD / 4 Gigabit NICs / AES-NI
Wireless Routers: 2 x Netgear AC1900 R7000 Nighthawk / 1 x Netgear AC3200 R8000 Nighthawk / FreshTomato Firmware
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ NetData ] [ 1.5.0 ] Real-time performance monitoring, done right

Post by QNAP_Stephane »

md9 is boot/conf lun exactly the same md13 setup
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
Rhialto
Easy as a breeze
Posts: 360
Joined: Tue Dec 09, 2014 3:26 am

Re: [ NetData ] [ 1.5.0 ] Real-time performance monitoring, done right

Post by Rhialto »

JimboJoe wrote:For your information, NetData 1.6.0 has been released: https://github.com/firehol/netdata/releases/tag/v1.6.0 ;-)
Came here to post that also...
Entered the NAS world with a TS-251+ in December 2016. As of December 2020, disks are now used in a TS-253D. :geek:
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ NetData ] [ 1.6.0 ] Real-time performance monitoring, done right

Post by QNAP_Stephane »

x64 version is available
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
Rhialto
Easy as a breeze
Posts: 360
Joined: Tue Dec 09, 2014 3:26 am

Re: [ NetData ] [ 1.6.0 ] Real-time performance monitoring, done right

Post by Rhialto »

Merci!
Entered the NAS world with a TS-251+ in December 2016. As of December 2020, disks are now used in a TS-253D. :geek:
efaden
Getting the hang of things
Posts: 65
Joined: Sun Nov 22, 2009 6:42 am

Re: [ NetData ] [ 1.6.0 ] Real-time performance monitoring, done right

Post by efaden »

Doesn't seem to want to install on 4.3.3.0154 on a TVS-682. Just keeps saying check the error log... but there is nothing in the log?

-Eric
dmnc_net
New here
Posts: 4
Joined: Wed Apr 27, 2016 10:31 pm

Re: [ NetData ] [ 1.6.0 ] Real-time performance monitoring, done right

Post by dmnc_net »

Netdata is great tool, thanks for the package! I'm also happy to see it in the QNAP Club repository.

My question: how to set the mail recipient address to prevent sending everything to root@qnap ... I'm receiving a lot of NDRs (because QNAP is using my gmail account for outgoing mail). Is it also possible to choose what to send via smtp?

thanks
goodelyfe
Know my way around
Posts: 122
Joined: Tue Jul 01, 2014 5:50 pm

Re: [ NetData ] [ 1.6.0 ] Real-time performance monitoring, done right

Post by goodelyfe »

dmnc_net wrote:Netdata is great tool, thanks for the package! I'm also happy to see it in the QNAP Club repository.

My question: how to set the mail recipient address to prevent sending everything to root@qnap ... I'm receiving a lot of NDRs (because QNAP is using my gmail account for outgoing mail). Is it also possible to choose what to send via smtp?

thanks
+1
Post Reply

Return to “Community Apps”