UPS Monitor Program via serial interface (upsd) of Linux and other systems. Module data module_begin module_name UPS_Power module_type generic_proc module_exec apcaccess | grep STATUS | grep ONLINE | wc -l module_end module_begin module_name UPS_Charge module_type...
This is a sample on how monitoring Stock values from public websites and put values in Pandora, ready to warn you by SMS or put data inside to make fancy graphs. Module data module_begin module_name Google_Stock module_type generic_data module_description Stock...
This is a python rss reader that can be used with other programs like Conky. Module data #!/bin/python import feedparser import re rss_url = “your.pandora.rss/feed” feed = feedparser.parse( rss_url ) for x in xrange(0,10): ...
A script to configure alert commands in Pandora FMS to send alerts via Whatsapp Module data A simple script in PHP to accept parameters via console and be executed in the following way: Syntax: php5 send_whatsapp.php [phone_number_source] [password]...