mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Code formatting
This commit is contained in:
@@ -511,7 +511,7 @@ function isSNMPable($device) {
|
||||
*
|
||||
* @return bool TRUE if the host responded to at least one ping request, FALSE otherwise.
|
||||
*/
|
||||
function isPingable($hostname,$address_family = AF_INET,$device_id = FALSE) {
|
||||
function isPingable($hostname, $address_family = AF_INET, $device_id = FALSE) {
|
||||
global $config;
|
||||
|
||||
$fping_params = '';
|
||||
|
||||
Reference in New Issue
Block a user