DEV Community

Discussion on: What tools do you use for monitoring?

Collapse
 
cmmata profile image
Carles Mata

In my company and my personal projects, I use:

  • Sentry: online version or selfhosted, for error handling. It does a great job capturing exceptions, showing all the exception trace and not duplicating it if it happens more than one time.
  • Jenkins: monitoring tests and staging server deployment output.
  • Zabbix: monitoring almost all other things: servers availability via ping, server processes uptime and performance with templates, backups output, web sites response code and time, periodic background processes being executed, etc.