php-snmptraps
php-snmptraps copied to clipboard
Severity Page (All, Major, Medium, etc. ) and Host page not showing data
Severity Pages (All, Major, Medium, Minor, Unknown) are blank
Dashboard and Live page is no problem... populated fine.. checked as well on db... data is there..
Host Page showing Hosts, but after clicking on the host.. query showing blank..
Search page is OK no problem , can find datas...
any suggestions?
i installed in in /var/www/html/phpsnmptrap/ not on www root.. but already edit the config.php accordingly...
silly me.. it was a misconfig of config.php
/**
-
BASE definition if snmptraps -
is not in root directory (e.g. /snmptraps/)
******************************/ if(!defined('BASE')) define('BASE', "/phpsnmptrap/");
... previously i was set it the BASE as "/phpsnmptrap/index.php"... , edit the correct way.. and the problem is gone...
apparently the sample config was showing index.php
/**
-
BASE definition if snmptraps -
is not in root directory (e.g. /snmptraps/)
******************************/ if(!defined('BASE')) define('BASE', "/index.php");
seems need to be editted..
can you please share the httpd config ?