This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
You've already forked librenms-librenms
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ca8b72dd1efe12ecd2f65e3ed459aabad26f7894
librenms-librenms
/
includes
/
discovery
/
os
/
poweralert.inc.php
6 lines
83 B
PHP
Raw
Normal View
History
Unescape
Escape
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
<
?
php
fix: Fixed poweralert discovery, check is now case insensitive (#5000)
2016-11-15 20:52:35 +00:00
if
(
starts_with
(
$sysDescr
,
'POWERALERT'
,
true
))
{
finished n to r
2016-09-23 01:26:54 +03:00
$os
=
'poweralert'
;
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
}
Reference in New Issue
Copy Permalink