Menu

Installation

Steven De Toni

Requirements

Python 2.7
Python Module: pyliner

Before you start the Render4Monitor daemon, change the config/render4monitor.cfg file to suite your site.

Create a self-signed SSL server certificate, review StartcomSSLCertinPEMformatforPython.docx for details
Review config: WS_SSL_SERVER_PEM=./config/server.pem

Alter parameter WS_SERVERNAME if the daemon is picking the wrong dns name.

Update WS_VIEWER_AUTH_PASSWORD, WS_ADMIN_AUTH_PASSWORD

Update EMAIL notifications parameters as required
** NOTIFY_EMAIL_SMTP_SERVER
NOTIFY_EMAIL_TO
NOTIFY_EMAIL_FROM
NOTIFY_EMAIL_SUBJ_STUB**

Update network connection filter:
** WS_FILTER_NETWORK**

Scraping settings for downloaded monitoring services
SCRAPER_CACHE_ON=on
SCRAPER_CACHE_DIR=scraper_cssimg_cache

Value of 0 means to overwrite every time, or number of seconds before redownloading item; supports python eval()
SCRAPER_CACHE_KEEPAGE=(60*60)

Running the Daemon:
** python2.7 Start_Render4Monitor.py
startDaemon.sh
startDaemon.cmd**

Stopping the Daemon:
** Control+C (interactive running)
stopDaemon.sh**


Related

Wiki: Home