[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Get status of a single process using HTTP
From: |
Moshe Elisha |
Subject: |
Get status of a single process using HTTP |
Date: |
Thu, 12 Jul 2012 18:04:52 +0300 |
Hello,
I know I can get the status of all Monit processes by executing a request to http://MONIT_HOST:MONIT_PORT/_status and even pass format=xml.
I have a Monit with many many many processes. I am interested in the status of an individual process but I would like to avoid requesting the status of all processes and than find the one process I am interested in.
Is there something like http://MONIT_HOST:MONIT_PORT/MY_PROCESS?action="" which can give me the status of a single process (text or xml)?
Thanks.
- Get status of a single process using HTTP,
Moshe Elisha <=