openwisp / openwisp-monitoring

Network monitoring system written in Python and Django, designed to be extensible, programmable, scalable and easy to use by end users: once the system is configured, monitoring checks, alerts and metric collection happens automatically.
https://openwisp.io/docs/dev/monitoring/
Other
165 stars 112 forks source link

[docs] Add quickstart tutorial to README #285

Closed nemesifier closed 2 years ago

nemesifier commented 3 years ago

We need a quickstart that helps first time users to set up and understand the monitoring system.

Let's add more points to this issue!

minhng99 commented 3 years ago

I'd like the quickstart to mentioned about ansible installed it into a virtual environment in /opt/openwisp2 which all the other openwisp-* modules located at and it doesn't need to be installed on the real OS, this got me really frustrated at first. Also about the supervisorctl is for restarting the service.

chanduaki commented 3 years ago

Summary

we are using the Freeradius Sucessfully for the Network Authentication & Authorisation we want to monitor our device , we had configured the Openwisp monitoring on the same system to Track the CPU, RAM stats etc When we are cloned the repo and added the device , it shows device is adding but there is no Stats in the Charts

Steps executed

In the Admin Panel

Need clarification about the configuration variables (key, value) here we had given as key ping and value 30 can you tell what are the values does we have to given in the key, value

Queries

nemesifier commented 3 years ago

@chanduaki have you set management_interface in /etc/config/openwisp?

What happens if you input these commands on the OpenWRT device?

which netjson-monitoring
netjson-monitoring
which openwisp-monitoring
openwisp-monitoring
chanduaki commented 3 years ago

@nemesisdesign i havent set management_interface in /etc/config/openwisp

 /etc/config/openwisp
bash: /etc/config/openwisp: No such file or directory

Can you please tell how can we set in '/etc/config/openwisp'. It sgows that No such file or directory

nemesifier commented 3 years ago

@chanduaki did you install openwisp-config in your OpenWRT device?