Setting up Fluentd log publisher to Loggly is straightforward thanks to the detailed tutorials can be found online. Some useful readings: Fluentd logs to loggly: https://www.loggly.com/docs/fluentd-logs/...
Monitoring
I have upgraded the LVM collector in my StorageCollector repository on github (https://github.com/charlesnagy/Diamond-StorageCollectors) to match the new directory structure of Diamond and added support to collect flashcache...
I need to monitor snapshot usage pv free space and a bunch of other parameters on a lot of servers. As we are using graphite and...
I’ve created the php-apc status collector for Diamond. It’s available on github under Diamond-PhpCollectors: https://github.com/charlesnagy/Diamond-PhpCollectors This collector is for collecting APC (Alternative PHP Cache) statistics for Graphite....
I’ve created the php-fpm status collector for Diamond. It’s available on github under Diamond-PhpCollectors: https://github.com/charlesnagy/Diamond-PhpCollectors Collected metrics
1 2 3 4 5 6 7 8 9 10 11 12 |
$ curl http://localhost/fpm_status [...ignored values] start since: 2926 accepted conn: 113 listen queue: 0 max listen queue: 0 listen queue len: 128 idle processes: 2 active processes: 1 total processes: 3 max active processes: 1 max children reached: 0 |
Configuration First of all you will need to enable...
Recent comments