Integration script to integrate the PagerDuty notification tool with the Pandora FMS alerts. With this script configured as a alert command it’s possible create a new PagerDuty incident when a Pandora FMS alert is fired and resolve it automatically when the...
This is a session recorder to use with Pandora FMS WEB monitoring engine (Goliat). This will generate a configuration file for a WEB Check. This is implemented as a Firefox extension. Files: goliat_web_recorder.xpi
A so simple php script that get from sourceforge API the number of downloads of a project between two dates. Syntax: php5 ./sf_downloads.php project_name start_date end_date NOTES: * Project name must be the short name on sourceforge used, in example, in the URL of...
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): ...