Hi All,
My situation now is I am monitoring my application using proc.num[example.exe] in order to monitor CPU, state and etc. However can I do a monitoring based on the application path e.g. C:/Program Files/example.exe?
Please advise if there is other paramenter other than...
Search Result
Collapse
10 results in 0.0019 seconds.
Keywords
Members
Tags
-
Zabbix Trigger parameter to use path. Please Help!
-
Process count with cmdline
Hi,
I am trying to configure zabbix to count the number of a process.
admin@ip-10-22-215-171:~$ ps -ef | grep feapp
admin 12892 12774 0 22:09 pts/0 00:00:00 grep feapp
admin 23701 13236 8 Mar21 ? 02:49:26 /home/admin/.virtualenvs/express/bin/python... -
AIX (Agent 2.4.4): proc.num always returns 0
Hi
this discussion is still ongoing, I'm afraid (on AIX 5.3)
Years ago there was a problem with the command-line lenght
of the cmdline part in the /proc filesystem (limit was 80 chars).
Now the new fix is in place, but we don't get any value other than 0
for... -
Monitoring jenkins process through zabbix
I am trying to monitor jenkins process through zabbix server, but proc.num always returns 0
$ zabbix_get -s jenkins.com -k proc.num[,,all,jenkins]
0
Same is the case with artifactory process as well,
$ zabbix_get -s artifactory -k proc.num[,,all,artifactory]... -
proc.num always shows 1 running procs when its zero
Hi,
I am using proc.num[,,run] as monitoring item (Zabbix agent type) on my linux server (CentOS 6.x), however even if no running processes on the server - it always shows - 1.
the same result if i use zabbix_get:
[root@zabbix ~]# zabbix_get -s 10.39.81.57... -
trigger proc.num[] doesn´t send message
Hi, I'm monitoring a process and
have a trigger like:
{SERVER
roc.num[process.exe].last(0)}<1
1 - If I stop the process doesn't send me notification error.
2 - When I restart process, yes send me notification like "OK: PROCESS.EXE...."
... -
-
proc.num seems not to work
I am trying to monitoring the number of processes running for a specific windows user
proc.num[,user] and get a 9 returned. the number of process on the server for this user is in excess of 100.
proc.num[] itself is returning <100 where the server is show > 250...