NetMap4Nagios

Nagios Front-End and Network Configuration Tool

Devices / Links / Nodes Params.



//Record ID
$RECORD_ID

//Map Name
$MAP_NAME

//ASN ISP
$ISP_ASN

//Object label
$LABEL

//HostName
$HOSTNAME

//MGMT IP
$IP

//SNMP community
$SNMP_COMMUNITY

//MGMT IP for destination device
$IP_MGMT_DST

//Name of service running on switch or device
$SERVICE

//Bandwidth (in Mbps) for definig of policer
$BANDWIDTH
$DOWNLOAD
$UPLOAD

//First Device location (for example city)
$LOCATION_SRC

//Second Device location (for example city)
$LOCATION_DST

//Any config of device or link
$CONFIG

//Connection to device. For example: http://, ssh://, telnet://
$CONNECTION

//Path to performance graphs of device or links
$PERF_PATH

//Path to Nagios state pf device
$NAGIOS_STATE

//Type of device: device, switch
//Defined in file config/type_device.php
$TYP_DEVICE

//Model of device: Juniper MX480, MX104 ...
$MODEL_DEVICE

//Vendor of device: JUNIPER, CISCO, DCN ...
//Defined in file config/vendors.php
$VENDOR

//Source IP Loopback of device. It is used for configuration, L2VPN and XConnect connections
$LOOPBACK_SRC
$LOOPBACK
$NEIGHBOR_SRC

//Destination IP Loopback of device. It is used for configuration, L2VPN and XConnect connections
$LOOPBACK_DST
$NEIGHBOR_DST

//IP P2P (ipv4) for configuration conection between devices or Internet servis for clients
$IP_P2P
$IP_P2P_GATEWAY
$IP_P2P_MASK
$IP_P2P_MASK_CISCO
$IP_P2P_NEXT_HOP

//IP's prvider aggregatible pool
$IP_PA

//IP's provider independent poll
$IP_PI

//ASN clients for configure BGP services
$AS=
$CLIENT_AS= $AS;
$ASN= $AS;
$CLIENT_ASN= $AS;

//Name of subinterface on source device
$SUBINTERFACE_SRC

//Name of subinterface on destination device
$SUBINTERFACE_DST

//Name of interface on source device
$INTERFACE_SRC

//Description of interface on source device
$INTERFACE_DESCRIPTION_SRC
$INTERFACE_DESCRPTION = $INTERFACE_DESCRIPTION_SRC;
$INTERFACE_DESC_SRC= $INTERFACE_DESCRIPTION_SRC;

//Name of interface on destination device
$INTERFACE_DST

//Description of interface on destination device
$INTERFACE_DESCRIPTION_DST
$INTERFACE_DESC_DST= $INTERFACE_DESCRIPTION_DST;

//Name or ID S-Vlan on source device
$S_VLAN_SRC

//Name or ID S-Vlan on destination device
//Source S-Vlan and destination S-Vlan usually have to be identical
$S_VLAN_DST

//Name and ID C-Vlan on source device
$C_VLAN_SRC
$VLAN_SRC = $C_VLAN_SRC;
$C_VLAN= $C_VLAN_SRC;
$VLAN= $C_VLAN_SRC;

$C_VLAN_NAME_SRC
$VLAN_NAME_SRC = $C_VLAN_NAME_SRC;
$VLAN_NAME= $C_VLAN_NAME_SRC;

//Name or ID C-Vlan on destionation device
//Source C-Vlan and destination C-Vlan usually have to be identical
$C_VLAN_DST
$VLAN_DST = $C_VLAN_DST;
$C_VLAN_NAME_DST
$VLAN_NAME_DST = $C_VLAN_NAME_DST;