Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toyama0919/fluent-plugin-proc_count
https://github.com/toyama0919/fluent-plugin-proc_count
fluentd fluentd-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toyama0919/fluent-plugin-proc_count
- Owner: toyama0919
- License: mit
- Created: 2016-11-17T08:13:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T07:35:48.000Z (over 7 years ago)
- Last Synced: 2024-10-02T19:47:22.689Z (3 months ago)
- Topics: fluentd, fluentd-plugin
- Language: Ruby
- Size: 9.77 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# fluent-plugin-proc_count
[![Gem Version](https://badge.fury.io/rb/fluent-plugin-proc_count.svg)](http://badge.fury.io/rb/fluent-plugin-proc_count)
[![Build Status](https://secure.travis-ci.org/toyama0919/fluent-plugin-proc_count.png?branch=master)](http://travis-ci.org/toyama0919/fluent-plugin-proc_count)process count check plugin for fluentd
## Examples
```@type proc_count
interval 60s
tag proc_count.fluentd
regexp bin/fluentd
proc_count 2 # expect process count
tag proc_count.embulk
regexp embulk
proc_count 1 # expect process count
@type stdout
```
#### output
```
# output: proc_count.example: {"regexp":"embulk","proc_count":0,"expect_proc_count":1,"hostname":"npc064.local"}
```## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new [Pull Request](../../pull/new/master)## Information
* [Homepage](https://github.com/toyama0919/fluent-plugin-proc_count)
* [Issues](https://github.com/toyama0919/fluent-plugin-proc_count/issues)
* [Documentation](http://rubydoc.info/gems/fluent-plugin-proc_count/frames)
* [Email](mailto:[email protected])## Copyright
Copyright (c) 2016 toyama0919