Jump to: navigation, search

Difference between revisions of "Operations/Tools"

m
(Add Service Telemetry Framework to Monitoring Tools list.)
 
(15 intermediate revisions by 9 users not shown)
Line 3: Line 3:
 
==Automation==
 
==Automation==
  
* Chef: http://www.opscode.com/chef
+
* Chef: https://www.chef.io/chef/
 
* Cobbler: http://cobbler.github.com
 
* Cobbler: http://cobbler.github.com
 
* Puppet: https://puppetlabs.com
 
* Puppet: https://puppetlabs.com
Line 20: Line 20:
 
==Logging==
 
==Logging==
  
* rsyslog: http://www.rsyslog.com
+
* OpenStack Logging Tools: https://github.com/osops/tools-logging
* logstash: http://www.logstash.net
+
* Rsyslog: http://www.rsyslog.com
 +
* Logstash: http://www.logstash.net
 +
** Sample Logstash configuration: https://github.com/OpenStratus/openstack-logstash
 
* StackTach: event-based monitoring, usage and billing (arguably could go under Monitoring)
 
* StackTach: event-based monitoring, usage and billing (arguably could go under Monitoring)
    overview: http://www.sandywalsh.com/2012/10/debugging-openstack-with-stacktach-and.html
+
** overview: http://www.sandywalsh.com/2012/10/debugging-openstack-with-stacktach-and.html
    rep git://git.openstack.org/stackforge/stacktach
+
** repository git://git.openstack.org/stackforge/stacktach
    stackforge https://git.openstack.org/cgit/stackforge/stacktach
+
** stackforge https://git.openstack.org/cgit/stackforge/stacktach
    older repo is on github rackerlabs
+
** older repository is on https://github.com/rackerlabs
  
 
==Network==
 
==Network==
Line 36: Line 38:
 
==Monitoring and Trending==
 
==Monitoring and Trending==
  
 +
* Cacti: http://www.cacti.net/
 +
* Centina Systems: http://www.centinasystems.com/
 +
* Centreon: http://www.centreon.com/
 
* collectd: http://collectd.org
 
* collectd: http://collectd.org
 +
** [https://github.com/catalyst/collectd-openstack plugins for collecting OpenStack metrics]
 +
* Consul: https://consul.io/
 +
* dashing-openstack: https://github.com/catalyst/dashing-openstack -  a dashing-based dashboard for displaying the operational status of an OpenStack cluster, integrates with Nagios or Icinga.
 +
* Datadog: https://www.datadoghq.com/blog/datadog-now-supports-openstack-monitoring/
 +
* Diamond: https://github.com/BrightcoveOS/Diamond
 +
* Dynatrace: https://www.dynatrace.com/technologies/cloud-and-microservices/openstack-monitoring/
 
* Ganglia: http://ganglia.sourceforge.net/
 
* Ganglia: http://ganglia.sourceforge.net/
 +
* Graphite: https://github.com/graphite-project
 
* Groundwork: http://www.gwos.com
 
* Groundwork: http://www.gwos.com
 +
* Icinga: https://www.icinga.org/
 +
* InfluxDB: http://influxdb.com/
 +
* Mist.io: https://mist.io/
 +
* Monasca: https://wiki.openstack.org/wiki/Monasca
 +
* Munin: http://munin-monitoring.org
 
* Nagios: http://www.nagios.org
 
* Nagios: http://www.nagios.org
* Munin: http://munin-monitoring.org
+
* Netcool: http://www-03.ibm.com/software/products/en/netcool-network-management
 +
* Observium: http://www.observium.org/
 +
* Open TSDB: http://opentsdb.net/
 +
* pnp4nagios: https://docs.pnp4nagios.org/
 +
* Rally: https://wiki.openstack.org/wiki/Rally
 +
* Service Telemetry Framework: https://infrawatch.github.io/documentation
 +
* Stacktach: http://stacktach.readthedocs.org/
 +
* Sensu: http://sensuapp.org/
 +
* Shinken: http://www.shinken-monitoring.org/
 +
* Surveil: http://docs.surveil.io
 +
* Thruk: http://www.thruk.org/
 +
* Xymon: http://xymon.sourceforge.net/
 +
* Zabbix: http://www.zabbix.com/
 +
* Zenoss: http://www.zenoss.com/
 +
 
 +
Repositories with monitoring scripts and checks:
 +
* Tools to monitor OpenStack: https://github.com/osops/tools-monitoring
 +
* Rackspace private cloud monitoring scripts: https://github.com/rcbops/rpc-maas
 +
* Scripts to push OpenStack metrics to Graphite: https://github.com/NeCTAR-RC/nectar-metrics
 +
* https://github.com/stackforge/monitoring-for-openstack
 +
* https://github.com/sensu-plugins/sensu-plugins-openstack
 +
* https://github.com/cirrax/openstack-nagios-plugins
 +
* http://packages.ubuntu.com/search?keywords=nagios-plugins-openstack
 +
* https://github.com/rcbops/rpc-maas
  
 
==Database==
 
==Database==
  
 
* Percona Toolkit: http://www.percona.com/software/percona-toolkit
 
* Percona Toolkit: http://www.percona.com/software/percona-toolkit
 +
 +
==Other tools==
 +
 +
* Generic operations tools for OpenStack: https://github.com/osops/tools-generic
 +
* CERN Tools repositories: https://github.com/cernops
 +
* [[Rally]], a load generator for OpenStack that can be used to check the operational state of a live OpenStack cloud.

Latest revision as of 21:45, 9 March 2021

The following is a list of external tools that we have used for supporting OpenStack infrastructures. Please note that this list is by no means complete.

Automation

Collaboration

File Systems

Logging

Network

Monitoring and Trending

Repositories with monitoring scripts and checks:

Database

Other tools