conf/jstat.conf
changeset 12 07047572a27b
equal deleted inserted replaced
11:ab5293025139 12:07047572a27b
       
     1 # JVM jstat(1) parameters
       
     2 # Creates jstat(1) statistics
       
     3 # param $1 - service name
       
     4 # 	$2 - pid file
       
     5 UserParameter=jstat.make[*],/usr/local/etc/zabbix/jvm-jstat-make $1 `cat $2`; echo $?
       
     6 
       
     7 # Obtains jstat(1) value
       
     8 # param $1 - service name
       
     9 #	$2 - statistics/option name (like class,compiler,gc etc.)
       
    10 #	$3 - field number
       
    11 UserParameter=jstat.get[*],/usr/local/etc/zabbix/jvm-jstat-get $1 $2 $3
       
    12