- Home
- Knowledge Base
- Problems (EN)
Problems (EN)
If you have a specific problem or question, maybe it's solved here.
I get the following error: “Fatal error: Call to undefined function imagerotate()”
This is a problem with PHP-GD implementation in Ubuntu/Debian systems, you need to recompile the PHP files yourself and fix the patches applied...
GNU/Linux agent inventory doesn’t get hardware (CPU, RAM, etc) information
You need to have the lshw command installed. You can obtain this on RPM from: http://rpm.pbone.net/index.php3?stat=3&search=lshw&srodzaj=3 On a Debian/Ubuntu system,...
My pandora_db script programmed in /etc/cron.daily never executes, why?
If you’re running a Debian or Ubuntu server, there is a problem reported with the /etc/cron.daily/apt script which stops the...
I don’t receive an email when an alert is triggered
This is an example SMTP setup on the /etc/pandora/pandora_server.conf file: mta_adress smtp.domain.com mta_port 25 mta_user [email protected] mta_pass 123456 mta_from [email protected] Be careful...
Sending an alert when an agent doesn’t send any information
Question: How can I send a alert to an email address when a windows agent doesn’t send any information? In...