*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation, either version 3 of the License, or (at your
* option) any later version. Please see LICENSE.txt at the top level of
* the source code distribution for details.
*/
use LibreNMS\Config;
$pagetitle[] = 'Pollers';
require_once 'includes/modal/delete_poller.inc.php';
?>
| Poller Name | Devices Polled | Total Poll Time | Last Ran | Actions |
|---|---|---|---|---|
| '.$poller['poller_name'].' | '.$poller['devices'].' | '.$poller['time_taken'].' Seconds | '.$poller['last_polled'].' | '.$actions.' |
| Name | Node ID | Version | Groups Served | Last Checkin | Cluster Master | Job | Workers | Devices Actioned Last Interval |
Devices Pending | Worker Seconds Consumed/Maximum |
Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| '.$poller['poller_name'].' | '.$poller['node_id'].' | '.$poller['poller_version'].' | '.$poller['poller_groups'].' | '.$poller['last_report'].' | '. ($poller['master'] ? "Yes" : "No") .' | '; } // Emit the job stats echo ''.$stats['poller_type'].' | '.$stats['workers'].' | '.$stats['devices'].' | '.$stats['depth'].' | '.$stats['worker_seconds'].' / '.$stats['frequency']*$stats['workers'].' | '; if ($first_row) { // On the first iteration, print some rowspanned columns echo ''.$actions.' | '; } // End the row echo '