Преглед на файлове

check_junos_vc: Query the oper status rather than the admin status.

The latter indicates that the interface has been en-/disabled by the admin.
Sebastian Harl преди 13 години
родител
ревизия
8af2b997ad
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      check_junos_vc.pl

+ 1 - 1
check_junos_vc.pl

@@ -812,7 +812,7 @@ sub get_iface_name
 sub get_iface_status
 {
 	my $iface = shift;
-	return get_obj_element($iface, 'admin-status');
+	return get_obj_element($iface, 'oper-status');
 }
 
 sub verbose