Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Professional Edition
Description
in `includes/polling/unix-agent.inc.php` there is a line:
```
// include('includes/polling/applications/'.$key.'.inc.php');
```
This is commented out, and due to this comment no custom application will ever get added tot he system nor get polled. This needs to be uncommented for the system to work as per the docs.