lorenwest / monitor-dashboard

Dashboards for the Node.js monitor project
https://lorenwest.github.com/monitor-dashboard
MIT License
204 stars 28 forks source link

Adding new probes to the dashboard #29

Closed geniant closed 9 years ago

geniant commented 9 years ago

Hello, when I start the dashboard, I find some components in 'Add component'. If I want to customize this menu, to remove or add some components, where can I find the part f the code responsible for adding the components to their probes to show them in 'New component menu'

geniant commented 9 years ago

I found the answer, to add a probe, I must add the probe js file in grunts.js with the other probes and create a view in core-monitor and add an image and it works