Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.75 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.75 KB

ScreenX readme file

Version 0.1 (beta)
License MIT

Copyright © 20120626 Yury Boykov (aka Neiro) , Russia, Moscow
http://github.com/neiromc/screenx
email: neiromc@gmail.com


DEPENDS: Apache or other web-server, PHP

HINT:

  1. For Development use browser in private mode, without saving cache.
  2. If you didn't see graphics from Zabbix with error somthing that "..corrupted image.." do login to the zabbix as corrected user.

INSTALLATION

  1. Copy all content to DOCUMENT_ROOT directory. You can configure alias or make a virtual host for screenX.

  2. Add user to zabbix:
    Username: ScreenX
    Password: your_password_here

  3. Go to screenX/html/includes/zabbix_auth.inc.php and change:

    //---------------- AUTH CONFIGURATION ---------------- BEGIN
    _zurl = "10.33.101.186"; <--- PATH to Zabbix server, IP address or hostname. Don't use http or other symbols before
    _zusername = "ScreenX"; <--- Username in zabbix for ScreenX
    _zpasswd= "ScreenX"; <--- Password for ScreenX
    //---------------- AUTH CONFIGURATION ---------------- ENDOF

  4. Save, and navigate in browser to http://hostname_or_ipaddress/screenx/html

Make a custom screens and Enjoy!


P.S.

index.php <--- It's rotater, looper or somthing that :) in this file You can change parameters for rotater. See section "MAIN CONFIGURATION"

screens/ <--- Subfolder for screens.

You can navigate in you browser for static screen if you wan't use rotater.
Go to http://hostname_or_ipaddress/screenx/html/screens/1.php
and you'll see all time only this screen

You can change style in screenX/css