I have some processes that write data in a db.
Whenever I add a new "process" I want to be able to monitor some items about it; these items are database-monitor type of items.
So I:
Nothing happens...
So some questions:
Whenever I add a new "process" I want to be able to monitor some items about it; these items are database-monitor type of items.
So I:
- set up a LLD in SQL: "select processid from processes where enabled=TRUE", db.odbc.discovery[processes,pg_QA]
- in the discovery created, I set up an item: "select count(*) from process_status where timestamp between now() - interval '5 minutes' and now() and processid='{#PROCESSID}'"
Nothing happens...
So some questions:
- How can I see that the processes are "discovered"?
- Can I have a LLD macro in SQL as parameter as shown above?
- What am I supposed to see? The items under what?
Comment