installationagent
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
installationagent [2018/03/22 10:39] – gl | installationagent [2018/03/29 10:54] (current) – [indexfmap.com] gl | ||
---|---|---|---|
Line 33: | Line 33: | ||
$ | $ | ||
</ | </ | ||
+ | |||
Copy the zabbix_logicals.template as a.com file | Copy the zabbix_logicals.template as a.com file | ||
Line 74: | Line 75: | ||
</ | </ | ||
+ | Review the .JSON files and update them if needed | ||
+ | |||
+ | Example 1 | ||
+ | |||
+ | The file ZABBIX_SHAD_DISKS_DISCOVERY.JSON | ||
+ | |||
+ | may contain | ||
+ | |||
+ | < | ||
+ | { | ||
+ | " | ||
+ | {" | ||
+ | {" | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | This means that the device DSA0 has 2 members in its shadow, and an alarm is sent when | ||
+ | |||
+ | * the shadow has less than 2 members | ||
+ | * the free space is under 10%. | ||
+ | |||
+ | Example 2 | ||
+ | |||
+ | The file ZABBIX_BQUEUES_DISCOVERY.JSON | ||
+ | |||
+ | may contain | ||
+ | |||
+ | < | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | this means that any batch queue will trigger an alarm if it has 2 jobs or more in pending state, you may want to modify this value. | ||
+ | |||
+ | |||
+ | Then launch ZABBIX_STARTUP | ||
+ | |||
+ | < | ||
+ | $ @ZABBIX_STARTUP | ||
+ | </ | ||
+ | |||
+ | This will create a process **ZABBIX_AGENT**, | ||
+ | |||
+ | Example | ||
+ | < | ||
+ | > sh sys/ | ||
+ | OpenVMS V8.3 on node ITA123 | ||
+ | Pid Process Name State Pri I/O | ||
+ | 0001FD59 ZABBIX_AGENT | ||
+ | </ | ||
+ | |||
+ | To stop Zabbix Agent, just | ||
+ | < | ||
+ | $ stop ZABBIX_AGENT | ||
+ | </ | ||
+ | |||
+ | or | ||
+ | |||
+ | < | ||
+ | $ stop/ | ||
+ | </ | ||
+ | |||
+ | You should download the templates and load them on your Zabbix server, in order to save time to configure the various monitored items. | ||
+ | |||
+ | See the link at | ||
+ | |||
+ | Latest versions of OpenVMS templates | ||
+ | |||
+ | on the start page | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== What is included in the kit ===== | ||
+ | |||
+ | ==== freeheaders.com ==== | ||
+ | |||
+ | needs the tool DFU that you can download at | ||
+ | |||
+ | https:// | ||
+ | |||
+ | For each disk, it calculates the number of used headers and free headers, and sends it to the Zabbix server. | ||
+ | |||
+ | The last lines | ||
+ | < | ||
+ | $ ZABBIX_SENDER/ | ||
+ | $ ZABBIX_SENDER/ | ||
+ | </ | ||
+ | |||
+ | |||
+ | ==== indexfmap.com ==== | ||
+ | |||
+ | does for each disk | ||
+ | < | ||
+ | DUMP/ | ||
+ | </ | ||
+ | |||
+ | and checks the value for | ||
+ | * Map area words in use | ||
+ | * Maximum value is 155 |
installationagent.1521711555.txt.gz · Last modified: 2018/03/22 10:39 by gl