mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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