Dec 15, 2020 | Linux category, Windows category
program uptime; // Cor van Wandelen 23-12-2020 // returns the uptime in days // Freepascal code, compiles to executable to be used in Windows or Linux uses SysUtils, Classes; function UpTime: string; const ticksperday: int64 = 1000 * 60 * 60 * 24; var t : int64; d :...Dec 1, 2020 | Log Files, Operating Systems, Windows category
With this plugin you’ll be able to monitor event logs in your Windows systems based on the Source and the Log name of the events on the last N minutes. It is possible to create a single string module whose content will be all the logs matched with the Source and Log...Mar 3, 2020 | Enterprise, Windows category
Basic local checks to monitor Windows Systems. Requires Powershell 3+. Includes: Bytes per second (Received) Bytes per second (Sent) CPU % Total processes Uptime WMI Service A plugin to dinamically monitor disks (pandora_df_used) A plugin to dinamically monitor memory...Dec 22, 2017 | Application monitoring, Enterprise, Operating Systems, Windows category
With this plugin you can monitor a Windows Printing Server. Modules: Print Service Status Printers X’s Printer Status Printers on Idle Printers printing Printers stopped Printers have been stopped Percentage of printers stopped Ports of x printer Jobs for all...Dec 22, 2017 | Application monitoring, Enterprise, Windows category
This plugin retrieves information from Biztalk service in following modules: CPU % and RAM used. Status process BTSNTSvc RAM Use process BTSNTSvc CPU Use process BTSNTSvc Status process BizMon.AlertService RAM Use process BizMon.AlertService CPU Use process...Dec 22, 2017 | Application monitoring, Enterprise, Operating Systems, Windows category
This plugin allows you to get any performance counter from your Windows system as a module in Pandora FMS. Requirements The requirements in order this monitoring could work properly are the following: Pandora FMS agent 3.2.1 version or higher. Powershell 2.0 console...