Mar 3, 2020 | Enterprise, Solaris category
Basic local checks to monitor Solaris systems. Includes: CPU % Disk / usage(%) Disk /var usage(%) Load Average Memory Free % Port 22 Open (SSH) Swap Used % Total processes Uptime Only enterprise users can view the download...Dec 27, 2017 | Enterprise, Operating Systems, Solaris category
This couple of plugins monitor different elements from your Solaris zone configuration. Zone performance Pandora FMS plugin for Solaris zone performance, retrieves the list of zones as independent agents with following modules: Zone CPU usage Zone MEM usage The only...Dec 20, 2017 | Operating Systems, Solaris category
This is a manual which helps you to monitor Solaris based devices using Pandora FMS. Module data 1. CPU User This module returns the percentage of CPU occupied by user processes.The syntax for the modules would be this: module_begin module_name CPU User module_type...Dec 15, 2017 | Operating Systems, Solaris category
The number of failed requests of very large amounts of memory. Module data module_begin module_name KMA_ovsz_fail module_type generic_data module_exec sar -k | tail -1 | awk '{print $9}' module_description The number of failed requests of very large amounts of...Dec 15, 2017 | Operating Systems, Solaris category
The amount of memory allocated for large memory applications, which are applications than 4 Kbytes. These requests are fulfilled by the page allocator. Therefore, there is no cluster. Module data module_begin module_name KMA_ovsz_alloc module_type generic_data ...Dec 15, 2017 | Operating Systems, Solaris category
The number of failed requests for large amounts of memory. Module data module_begin module_name KMA_lg_fail module_type generic_data module_exec sar -k | tail -1 | awk '{print $7}' module_description The number of failed requests for large amounts of memory. ...