Personal tools
Skip to content. | Skip to navigation
MySqlMonitor provides a method for pulling performance metrics from the MySQL database server (http://www.mysql.com/) directly into Zenoss without requiring the use of an agent. This is accomplished by utilizing the MySQL client library to connect to the database remotely. The following metrics will be collected and graphed for MySQL server. * Command Statistics (SELECT, INSERT, UPDATE, DELETE) * Select Statistics (Scan, Range Check, Range Join, Full Join) * Handler Statistics (Keyed & Unkeyed Reads, Writes, Updates, Deletes) * Network Traffic (Received & Sent)
This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program.
Amazon Web Services require Marketplace images to have application-level passwords set dynamically to the the running instance id. This suite ensures that upon firstboot that policy is applied. Outside of AWS, this tool can be used to reset an applications admin password. This utility uses cloud-init such that it can platform-agnostically dynamically set passwords. Currently supported applications are OpsCode/Chef, Pulp, Zenoss, and Zope/Plone.
Reset Zenoss Zentinel Admin password
Amazon Web Services require Marketplace images to have application-level passwords set dynamically to the the running instance id. This suite ensures that upon firstboot that policy is applied. Outside of AWS, this tool can be used to reset an applications admin password. This utility uses cloud-init such that it can platform-agnostically dynamically set passwords. Currently supported applications are OpsCode/Chef, Zenoss, and Zope/Plone.
Allows reporting of Chef run metrics from Zenoss event console. You'll need the chef_handler recipe and something like the following in a recipe of your own: chef_handler 'Chef::Handler::ZenossHandler' do action :enable arguments [node[:zenoss][:server_url], node[:zenoss][:server_username], node[:zenoss][:server_password] ] source ::File.join(::Gem.all_load_paths.grep(/chef-handler-zenoss/).first, 'chef', 'handler', 'zenoss') end
This is a wrapper around the Zenoss JSON and REST APIs. For the most things it should feel very familiar to zendmd, but there are some changes do to the merging of the JSON and REST APIs. Please read the API docs for Zenoss and the YARDDoc for this gem (rdoc.info).