Ramil Valitov
Ramil Valitov
Awesome! Thank you!
Thank you! Sounds like a good idea!
It seems like [RichMarker](https://github.com/googlemaps/v3-utility-library/blob/master/richmarker/examples/richmarker.html) can be used for this case. [JSFiddle](http://jsfiddle.net/onxkqcwq/121/) example. Is this what you want?
Nice idea! How do you think it should work for touch devices such as smartphones? I suppose that for smartphones it's required to support touch gestures, i.e. standard clicks. In...
This lib may be helpful https://chadkillingsworth.github.io/geolocation-marker/
@victor-sudakov Thank you for your comments and sorry for a late reply. According to the [Zabbix manual](https://www.zabbix.com/documentation/current/en/manual/appendix/items/proc_mem_notes) the `pmem` is supposed to show the percentage of real memory used. May...
@victor-sudakov Thank you for the link. A very good explanation. After a little googling I found the following methods to get the memory consumption that we need: 1. [Use smem](https://stackoverflow.com/a/13754307)...
Hi! We should find where the problem happens. I can only think of the following command, please run it and check its execution speed: ``` ps aux | grep "php-fpm"...
Thank you! Originally I thought that there could be a problem with `ps` (like [this](https://serverfault.com/questions/171794/why-ps-aux-is-stuck) and similar), but that's not the case. I guess the only reason this problem happens...
Yes, there are no duplicates. You can also check that by [running the script manually](https://github.com/rvalitov/zabbix-php-fpm/wiki/Testing-and-Troubleshooting#21-check-auto-discovery) with debug mode enabled.