Dashboard for sites

hello;

i have a consult, is posible create a dashboard for monitoring many website in the same server ?

best regrads.

Hi @Luis ,

Welcome to Netdata Community Forums.

What type of monitoring on those websites are you looking for? Do you want to create a custom dashboard or use some out-of-the-box dashboard where you could monitor multiple websites?

If you want to create custom dashboards, at the moment, the possible way is getting a Netdata Cloud account and that would make it possible for you to persist those dashboards.

With a bit of more detail on what you’re looking for we could better direct you to the possible options.

Regards,
Hugo

Hi Hugo;

thks for reply, we need monitoring a many sites in the one server, have a information detail by site.
example,
information about respon status (200, 404, etc), request´s number, source ip, etc for www.site1.com,
information about respon status (200, 404, etc), request´s number, source ip, etc for www.site2.com,
both sites in the server X.X.X.X

this can be a custom o standar dashboard,

this is posible? if is it, how can do it?
is necesary extra configuration in my server?
is necesary upgrade license for this ?

regards.

this can be a custom o standard dashboard,

The point is if you need to have a custom dashboard you will need to go for a Netdata Cloud account, where these customization and configuration options can be persisted - there is a Community free plan.

If the standard dashboards are enough for you simply deploy the Netdata Agent a server, probably better one other than the one you are monitoring.

information about respon status (200, 404, etc), request´s number, source ip, etc for www.site1.com,
information about respon status (200, 404, etc), request´s number, source ip, etc for www.site2.com,

From the information you mention we usually track that on a webserver monitoring, for that we have a couple of collectors that you can check here.

The Web server log files has a lot of the metrics you mention - this at the moment is compatible with NGINX and Apache.

There are also other types of synthetic check collectors to monitor for hosts and endpoints but don’t provide what you are looking for:

If these don’t work for you, you have the option to send custom metrics to Netdata through a prometheus endpoint that you can scrape or StatdD.

Hope some of these details can help.