We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
i installed in in /var/www/html/phpsnmptrap/ not on www root.. but already edit the config.php accordingly...
Sorry, something went wrong.
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
******************************/ if(!defined('BASE')) define('BASE', "/index.php");
seems need to be editted..
can you please share the httpd config ?
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: