Search Result

Collapse
6 results in 0.0025 seconds.
Keywords
Members
Tags
processes running
  •  

  • foss4ever
    started a topic Multi-process template

    Multi-process template

    First post here, so please be gentle

    How can I set up a template that allows for defining a comma-separated list of Windows processes to monitor?
    It would be ideal, although not strictly necessary, if I could also provide a pattern to match, in case different processes of interest...
    See more | Go to post
    Last edited by foss4ever; 07-09-2023, 13:00.

  • How to get % CPU usage by process - Windows

    Hi all,

    Its my first time on Zabbix, so theres a newbie here.

    I'm trying to get % CPU utilization of some specific processes - i.e. sqlservr.exe
    After some researchs on web, the perf counter below would be the best choice:

    perf_counter["\Process(sqlservr)\%...
    See more | Go to post

  • irs vk
    started a topic list Windows process status and uptime

    list Windows process status and uptime

    On a windows machine a Zabbix server is running
    With the Zabbix server I would like to monitor a list of applications that are running.

    Code:
    [COLOR=inherit]system.runWith an item key of [[COLOR=inherit]tasklist | [COLOR=inherit]findstr[/COLOR] "Tea_*"]
    I am able to the list the interesting processes.[/COLOR]
    [/COLOR]

    Unfortunately...
    See more | Go to post

  • Item key for Calculating Network Traffic based on process

    Hi I'm using Zabbix 3.2.

    I want to calculate the traffic statistics on network interface based on the program name.

    Like for getting total incoming traffic, we use net.if.in[if,<mode>] , by same way is it possible to retreive traffic utilized by a particular running...
    See more | Go to post
    Last edited by mkdr27; 06-10-2016, 16:01.

  • toretto
    started a topic Monitoring AIX

    Monitoring AIX

    I have installed a zabbix server in Linux version 1.8.3 and i have monitoring linux servers. When i want to monitoring services that didn´t come on the template i use "UserParameter" in the zabbix.conf and i don´t have any problem. But now i´m monitoring AIX servers and i want to monitoring...
    See more | Go to post

  • number of process vs. number of running processes - proc.num[] vs proc.num[,,run]

    Hi,

    how is a process determined to be running? In zabbix, I have 2 items from the default linux template: Number of processes, defined by key proc.num[] and number of running processes defined by proc.num[,,run] gives different values. # proc is the number of total processes (as seen...
    See more | Go to post
Working...