mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
b8c96abc35
* Added new device - Exagrid * Update and Rename exagridos.inc.php Match Version and HW
6 lines
119 B
PHP
6 lines
119 B
PHP
<?php
|
|
|
|
preg_match('/^ExaGrid ([^,]*), (.*)$/', $device['sysDescr'], $data);
|
|
$version = $data[2];
|
|
$hardware = $data[1];
|