jhuckaby / performa

A multi-server monitoring system with a web based UI.
Other
424 stars 20 forks source link

Database Size? #29

Closed Ruok2bu closed 2 weeks ago

Ruok2bu commented 2 weeks ago

How big can the database get for 1 machine after 1 year? I ask because i need to reinstall my server and partition the hard drive but i want to plan ahead for when im monitoring dozens of machines.

jhuckaby commented 2 weeks ago

Approximately 360MB per server per year. That can vary based on a lot of things (how many alerts, how many snapshots, custom monitors), but that's an average.

Also note that if you choose to host on a local filesystem, make sure you have lots of INODEs allocated. At least 100,000 per server per year.

Ruok2bu commented 2 weeks ago

Thanks for fast reply!