Difference between revisions of "OS process monitoring using SNMP"

m
Text replacement - "^" to "{{deprecated}}"
(Created page with "'''Warning: You need at least version 2.0-M1 for this tutorial to work!''' = Scripts = First create the appropriate scripts in the Script Library.<br> You can get the scripts...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
'''Warning: You need at least version 2.0-M1 for this tutorial to work!'''
{{deprecated}}'''Warning: You need at least version 2.0-M1 for this tutorial to work!'''


= Scripts =
= Scripts =
First create the appropriate scripts in the Script Library.<br>
First create the appropriate scripts in the Script Library.<br>
You can get the scripts from here:<br>
You can get the scripts from here:<br>
https://github.com/tomaskir/netxms-process-snmp
https://github.com/tomaskir/netxms-snmp_process_mon


Your script library should look like this:<br>
Your script library should look like this:<br>
Line 20: Line 20:
This will also work on Windows. As an example, you can change "cron" for "explorer.exe".
This will also work on Windows. As an example, you can change "cron" for "explorer.exe".


To minotor memory usage of a certain process, use a DCI like this:<br>
To monitor memory usage of a certain process, use a DCI like this:<br>
[[File:Snmp_process_MemUse.PNG]]
[[File:Snmp_process_MemUse.PNG]]
Please note that the MemUsage script currently takes the first instance of the process.<br>
Monitoring memory usage of multiple instances is currently not supported using the MemUsage script.