librenms-librenms/includes/discovery/os/poweralert.inc.php
Adam Amstrong cfccd479ad POWERALERT IS GO. and fals loves :
19:01 < falz>          _
19:01 < falz>         /\) _
19:01 < falz>    _   / / (/\
19:01 < falz>   /\) ( Y)  \ \
19:01 < falz>  / /   ""   (Y )
19:01 < falz> ( Y)         ""
19:01 < falz>  ""



git-svn-id: http://www.observium.org/svn/observer/trunk@2037 61d68cd4-352d-0410-923a-c4978735b2b8
2011-04-08 18:33:22 +00:00

9 lines
95 B
PHP

<?php
if (!$os)
{
if (preg_match("/^POWERALERT/", $sysDescr)) { $os = "poweralert"; }
}
?>