How it is possible monitorit quantity of the processes started on various interpreters, for example
Or quantity of identical processes with different parameters?
Now a can monitor only `ruby' processes, not `mongrel_rails' (or other)
Is it internal grep analog in zabbix?
Code:
usr/local/bin/ruby /usr/local/bin/mongrel_rails start -d -e production -p 8500 -a 212.69.109.119 -l /www/projects/announce_1/log -P /www/projects/announce_1/log/mongrel_cluster.8500.pid --user announce-www --group www
Now a can monitor only `ruby' processes, not `mongrel_rails' (or other)
Is it internal grep analog in zabbix?
Comment