sdepassio 4baf784e5e
feat(network::juniper::common::junos::netconf): New connector network juniper mseries netconf (#5613)
* Move network::juniper::common::junos plugins to network::juniper::common::junos::snmp

* New plugins network::juniper::common::junos::netconf::*

* fix network::juniper::common::junos::snmp::mode::interfaces bias_current to divise by 1000 instead of 100

Co-authored-by: garnier-quentin <garnier.quentin@gmail.com>
2025-06-10 18:03:22 +02:00

14 lines
209 B
Bash
Executable File

#!/bin/bash
# Read the -f option for the file path and ignore the others options
while getopts "f:" opt; do
case $opt in
f)
file_path="$OPTARG"
;;
*)
;;
esac
done
cat $file_path