-
Notifications
You must be signed in to change notification settings - Fork 4
New config options #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kepes
wants to merge
1,701
commits into
manul:master
Choose a base branch
from
tarhelypark:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kepes
commented
Aug 5, 2013
- remove git dependenciy
- use attributes
- create mutators and extensions folder
kepes
pushed a commit
to tarhelypark/chef-sensu-community-plugins
that referenced
this pull request
Dec 6, 2013
haproxy metrics patch
Also removed '.' from end of message as this sometimes produces confusing output
Since Memcached is able to listen on a specific port, we should be able to choose which host to run the sensu check. This patch add a new flag in the common fashion : -h or --host with an IP or hostname as parameter
- Create OpenStack directory - Create Ceilometer subdirectory in OenStack - Copy checks script from Nagios OpenStack is an Open-Source IaaS managment system. Ceilometer is the metering service in OpenStack.
- Check if we can get a token - Verify it's not too long
Based on disk-capacity-metrics.rb by bhenerey and nstielau The difference here being how the key is defined in graphite and the size we emit to graphite(now using megabytes). Also i dropped inode info. Using this as an example Filesystem Size Used Avail Use% Mounted on /dev/mapper/precise64-root 79G 3.5G 72G 5% / /dev/sda1 228M 25M 192M 12% /boot The keys with this plugin will be disk_usage.root and disk_usage.root.boot instead of disk.dev.mapper.precise64-root and disk.sda1
Added option to display warning messages along side critical messages in alert text
fixed indentation
- added several config options: master host, slave host, database name, user, password, ssl
this is pretty horrible, but i needed to replace a worse python plugin i was using. this is bad, but can be improved.
If the host has a bond interface, there is /sys/class/net/bonding_masters, which is a regular file. In this case, metrics-net.rb fails to run.
delivery_method is set to smtp by default. Users can
change it to sendmail like this:
{
"mailer": {
"mail_from": "sensu@example.com",
"mail_to": "monitor@example.com",
"delivery_method": "sendmail"
}
}
…rable and can be provided with an alternative tripwire binary, site key and tripwire database for the ultra paranoid. If the database path is an http url the check will pull the database from there to use in the consistency check
…plugins Conflicts: plugins/redis/check-redis-memory.rb plugins/redis/redis-graphite.rb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.