librenms/tests/data/cumulus_cumulus.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3034 lines
130 KiB
JSON
Raw Normal View History

BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.40310",
"sysDescr": "Cumulus-Linux 4.4.2 (Linux Kernel 4.19.206-1+cl4.4.2u1)",
"sysContact": "<private>",
"version": "Cumulus-Linux 4.4.2 (Linux Kernel 4.19.206-1+cl4.4.2u1)",
"hardware": "Cumulus Networks VX Chassis",
"features": null,
"location": "<private>",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"os": "cumulus",
"type": "network",
"serial": "0c:04:1f:86:00:00",
"icon": "cumulus.png"
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
}
]
},
"poller": "matches discovery"
},
"ports": {
"discovery": {
"ports": [
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "lo",
"ifName": "lo",
"portName": null,
"ifIndex": 1,
"ifSpeed": null,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifOperStatus": "up",
"ifOperStatus_prev": null,
"ifAdminStatus": null,
"ifAdminStatus_prev": null,
"ifDuplex": null,
"ifMtu": null,
"ifType": "softwareLoopback",
"ifAlias": "lo",
"ifPhysAddress": null,
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": null,
"ifInUcastPkts_prev": null,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": null,
"ifOutUcastPkts_prev": null,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": null,
"ifInErrors_prev": null,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": null,
"ifOutErrors_prev": null,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": null,
"ifInOctets_prev": null,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": null,
"ifOutOctets_prev": null,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": null,
"ifInNUcastPkts_prev": null,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": null,
"ifOutNUcastPkts_prev": null,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": null,
"ifInDiscards_prev": null,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": null,
"ifOutDiscards_prev": null,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": null,
"ifInUnknownProtos_prev": null,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": null,
"ifInBroadcastPkts_prev": null,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": null,
"ifOutBroadcastPkts_prev": null,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": null,
"ifInMulticastPkts_prev": null,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": null,
"ifOutMulticastPkts_prev": null,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "eth0",
"portName": null,
"ifIndex": 2,
"ifSpeed": null,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifOperStatus": "up",
"ifOperStatus_prev": null,
"ifAdminStatus": null,
"ifAdminStatus_prev": null,
"ifDuplex": null,
"ifMtu": null,
"ifType": "ethernetCsmacd",
"ifAlias": "eth0",
"ifPhysAddress": null,
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": null,
"ifInUcastPkts_prev": null,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": null,
"ifOutUcastPkts_prev": null,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": null,
"ifInErrors_prev": null,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": null,
"ifOutErrors_prev": null,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": null,
"ifInOctets_prev": null,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": null,
"ifOutOctets_prev": null,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": null,
"ifInNUcastPkts_prev": null,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": null,
"ifOutNUcastPkts_prev": null,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": null,
"ifInDiscards_prev": null,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": null,
"ifOutDiscards_prev": null,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": null,
"ifInUnknownProtos_prev": null,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": null,
"ifInBroadcastPkts_prev": null,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": null,
"ifOutBroadcastPkts_prev": null,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": null,
"ifInMulticastPkts_prev": null,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": null,
"ifOutMulticastPkts_prev": null,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp1",
"portName": null,
"ifIndex": 3,
"ifSpeed": null,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifOperStatus": "up",
"ifOperStatus_prev": null,
"ifAdminStatus": null,
"ifAdminStatus_prev": null,
"ifDuplex": null,
"ifMtu": null,
"ifType": "ethernetCsmacd",
"ifAlias": "swp1",
"ifPhysAddress": null,
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": null,
"ifInUcastPkts_prev": null,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": null,
"ifOutUcastPkts_prev": null,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": null,
"ifInErrors_prev": null,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": null,
"ifOutErrors_prev": null,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": null,
"ifInOctets_prev": null,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": null,
"ifOutOctets_prev": null,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": null,
"ifInNUcastPkts_prev": null,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": null,
"ifOutNUcastPkts_prev": null,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": null,
"ifInDiscards_prev": null,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": null,
"ifOutDiscards_prev": null,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": null,
"ifInUnknownProtos_prev": null,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": null,
"ifInBroadcastPkts_prev": null,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": null,
"ifOutBroadcastPkts_prev": null,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": null,
"ifInMulticastPkts_prev": null,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": null,
"ifOutMulticastPkts_prev": null,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp2",
"portName": null,
"ifIndex": 4,
"ifSpeed": null,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifOperStatus": "down",
"ifOperStatus_prev": null,
"ifAdminStatus": null,
"ifAdminStatus_prev": null,
"ifDuplex": null,
"ifMtu": null,
"ifType": "ethernetCsmacd",
"ifAlias": "swp2",
"ifPhysAddress": null,
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": null,
"ifInUcastPkts_prev": null,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": null,
"ifOutUcastPkts_prev": null,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": null,
"ifInErrors_prev": null,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": null,
"ifOutErrors_prev": null,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": null,
"ifInOctets_prev": null,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": null,
"ifOutOctets_prev": null,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": null,
"ifInNUcastPkts_prev": null,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": null,
"ifOutNUcastPkts_prev": null,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": null,
"ifInDiscards_prev": null,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": null,
"ifOutDiscards_prev": null,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": null,
"ifInUnknownProtos_prev": null,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": null,
"ifInBroadcastPkts_prev": null,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": null,
"ifOutBroadcastPkts_prev": null,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": null,
"ifInMulticastPkts_prev": null,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": null,
"ifOutMulticastPkts_prev": null,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp3",
"portName": null,
"ifIndex": 5,
"ifSpeed": null,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifOperStatus": "down",
"ifOperStatus_prev": null,
"ifAdminStatus": null,
"ifAdminStatus_prev": null,
"ifDuplex": null,
"ifMtu": null,
"ifType": "ethernetCsmacd",
"ifAlias": "swp3",
"ifPhysAddress": null,
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": null,
"ifInUcastPkts_prev": null,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": null,
"ifOutUcastPkts_prev": null,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": null,
"ifInErrors_prev": null,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": null,
"ifOutErrors_prev": null,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": null,
"ifInOctets_prev": null,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": null,
"ifOutOctets_prev": null,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": null,
"ifInNUcastPkts_prev": null,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": null,
"ifOutNUcastPkts_prev": null,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": null,
"ifInDiscards_prev": null,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": null,
"ifOutDiscards_prev": null,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": null,
"ifInUnknownProtos_prev": null,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": null,
"ifInBroadcastPkts_prev": null,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": null,
"ifOutBroadcastPkts_prev": null,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": null,
"ifInMulticastPkts_prev": null,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": null,
"ifOutMulticastPkts_prev": null,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp4",
"portName": null,
"ifIndex": 6,
"ifSpeed": null,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifOperStatus": "down",
"ifOperStatus_prev": null,
"ifAdminStatus": null,
"ifAdminStatus_prev": null,
"ifDuplex": null,
"ifMtu": null,
"ifType": "ethernetCsmacd",
"ifAlias": "swp4",
"ifPhysAddress": null,
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": null,
"ifInUcastPkts_prev": null,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": null,
"ifOutUcastPkts_prev": null,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": null,
"ifInErrors_prev": null,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": null,
"ifOutErrors_prev": null,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": null,
"ifInOctets_prev": null,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": null,
"ifOutOctets_prev": null,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": null,
"ifInNUcastPkts_prev": null,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": null,
"ifOutNUcastPkts_prev": null,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": null,
"ifInDiscards_prev": null,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": null,
"ifOutDiscards_prev": null,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": null,
"ifInUnknownProtos_prev": null,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": null,
"ifInBroadcastPkts_prev": null,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": null,
"ifOutBroadcastPkts_prev": null,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": null,
"ifInMulticastPkts_prev": null,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": null,
"ifOutMulticastPkts_prev": null,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp5",
"portName": null,
"ifIndex": 7,
"ifSpeed": null,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifOperStatus": "down",
"ifOperStatus_prev": null,
"ifAdminStatus": null,
"ifAdminStatus_prev": null,
"ifDuplex": null,
"ifMtu": null,
"ifType": "ethernetCsmacd",
"ifAlias": "swp5",
"ifPhysAddress": null,
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": null,
"ifInUcastPkts_prev": null,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": null,
"ifOutUcastPkts_prev": null,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": null,
"ifInErrors_prev": null,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": null,
"ifOutErrors_prev": null,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": null,
"ifInOctets_prev": null,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": null,
"ifOutOctets_prev": null,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": null,
"ifInNUcastPkts_prev": null,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": null,
"ifOutNUcastPkts_prev": null,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": null,
"ifInDiscards_prev": null,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": null,
"ifOutDiscards_prev": null,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": null,
"ifInUnknownProtos_prev": null,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": null,
"ifInBroadcastPkts_prev": null,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": null,
"ifOutBroadcastPkts_prev": null,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": null,
"ifInMulticastPkts_prev": null,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": null,
"ifOutMulticastPkts_prev": null,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp6",
"portName": null,
"ifIndex": 8,
"ifSpeed": null,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifOperStatus": "down",
"ifOperStatus_prev": null,
"ifAdminStatus": null,
"ifAdminStatus_prev": null,
"ifDuplex": null,
"ifMtu": null,
"ifType": "ethernetCsmacd",
"ifAlias": "swp6",
"ifPhysAddress": null,
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": null,
"ifInUcastPkts_prev": null,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": null,
"ifOutUcastPkts_prev": null,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": null,
"ifInErrors_prev": null,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": null,
"ifOutErrors_prev": null,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": null,
"ifInOctets_prev": null,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": null,
"ifOutOctets_prev": null,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": null,
"ifInNUcastPkts_prev": null,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": null,
"ifOutNUcastPkts_prev": null,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": null,
"ifInDiscards_prev": null,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": null,
"ifOutDiscards_prev": null,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": null,
"ifInUnknownProtos_prev": null,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": null,
"ifInBroadcastPkts_prev": null,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": null,
"ifOutBroadcastPkts_prev": null,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": null,
"ifInMulticastPkts_prev": null,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": null,
"ifOutMulticastPkts_prev": null,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp7",
"portName": null,
"ifIndex": 9,
"ifSpeed": null,
"ifSpeed_prev": null,
"ifConnectorPresent": null,
"ifOperStatus": "down",
"ifOperStatus_prev": null,
"ifAdminStatus": null,
"ifAdminStatus_prev": null,
"ifDuplex": null,
"ifMtu": null,
"ifType": "ethernetCsmacd",
"ifAlias": "swp7",
"ifPhysAddress": null,
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": null,
"ifInUcastPkts_prev": null,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": null,
"ifOutUcastPkts_prev": null,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": null,
"ifInErrors_prev": null,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": null,
"ifOutErrors_prev": null,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": null,
"ifInOctets_prev": null,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": null,
"ifOutOctets_prev": null,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": null,
"ifInNUcastPkts_prev": null,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": null,
"ifOutNUcastPkts_prev": null,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": null,
"ifInDiscards_prev": null,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": null,
"ifOutDiscards_prev": null,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": null,
"ifInUnknownProtos_prev": null,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": null,
"ifInBroadcastPkts_prev": null,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": null,
"ifOutBroadcastPkts_prev": null,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": null,
"ifInMulticastPkts_prev": null,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": null,
"ifOutMulticastPkts_prev": null,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
}
]
},
"poller": {
"ports": [
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "lo",
"ifName": "lo",
"portName": null,
"ifIndex": 1,
"ifSpeed": 10000000,
"ifSpeed_prev": null,
"ifConnectorPresent": "false",
"ifOperStatus": "up",
"ifOperStatus_prev": "up",
"ifAdminStatus": "up",
"ifAdminStatus_prev": null,
"ifDuplex": null,
"ifMtu": 65536,
"ifType": "softwareLoopback",
"ifAlias": "lo",
"ifPhysAddress": null,
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": 69016,
"ifInUcastPkts_prev": 0,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": 69016,
"ifOutUcastPkts_prev": 0,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": 0,
"ifInErrors_prev": 0,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": 0,
"ifOutErrors_prev": 0,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": 4538678,
"ifInOctets_prev": 0,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": 4538678,
"ifOutOctets_prev": 0,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": 0,
"ifInNUcastPkts_prev": 0,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": 0,
"ifOutNUcastPkts_prev": 0,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": 0,
"ifInDiscards_prev": 0,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": 0,
"ifOutDiscards_prev": 0,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": 0,
"ifInUnknownProtos_prev": 0,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": 0,
"ifInBroadcastPkts_prev": 0,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": 0,
"ifOutBroadcastPkts_prev": 0,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": 0,
"ifInMulticastPkts_prev": 0,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": 0,
"ifOutMulticastPkts_prev": 0,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "eth0",
"portName": null,
"ifIndex": 2,
"ifSpeed": 1000000000,
"ifSpeed_prev": null,
"ifConnectorPresent": "true",
"ifOperStatus": "up",
"ifOperStatus_prev": "up",
"ifAdminStatus": "up",
"ifAdminStatus_prev": null,
"ifDuplex": "fullDuplex",
"ifMtu": 1500,
"ifType": "ethernetCsmacd",
"ifAlias": "eth0",
"ifPhysAddress": "0c041f860000",
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": 184544,
"ifInUcastPkts_prev": 0,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": 187842,
"ifOutUcastPkts_prev": 0,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": 0,
"ifInErrors_prev": 0,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": 0,
"ifOutErrors_prev": 0,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": 33905945,
"ifInOctets_prev": 0,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": 18980374,
"ifOutOctets_prev": 0,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": 0,
"ifInNUcastPkts_prev": 0,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": 0,
"ifOutNUcastPkts_prev": 0,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": 0,
"ifInDiscards_prev": 0,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": 0,
"ifOutDiscards_prev": 0,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": 0,
"ifInUnknownProtos_prev": 0,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": 0,
"ifInBroadcastPkts_prev": 0,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": 0,
"ifOutBroadcastPkts_prev": 0,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": 0,
"ifInMulticastPkts_prev": 0,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": 0,
"ifOutMulticastPkts_prev": 0,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp1",
"portName": null,
"ifIndex": 3,
"ifSpeed": 1000000000,
"ifSpeed_prev": null,
"ifConnectorPresent": "true",
"ifOperStatus": "up",
"ifOperStatus_prev": "up",
"ifAdminStatus": "up",
"ifAdminStatus_prev": null,
"ifDuplex": "fullDuplex",
"ifMtu": 9216,
"ifType": "ethernetCsmacd",
"ifAlias": "swp1",
"ifPhysAddress": "0c041f860001",
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": 428817,
"ifInUcastPkts_prev": 0,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": 425104,
"ifOutUcastPkts_prev": 0,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": 0,
"ifInErrors_prev": 0,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": 0,
"ifOutErrors_prev": 0,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": 46613202,
"ifInOctets_prev": 0,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": 96262192,
"ifOutOctets_prev": 0,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": 0,
"ifInNUcastPkts_prev": 0,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": 0,
"ifOutNUcastPkts_prev": 0,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": 0,
"ifInDiscards_prev": 0,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": 0,
"ifOutDiscards_prev": 0,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": 0,
"ifInUnknownProtos_prev": 0,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": 0,
"ifInBroadcastPkts_prev": 0,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": 0,
"ifOutBroadcastPkts_prev": 0,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": 0,
"ifInMulticastPkts_prev": 0,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": 0,
"ifOutMulticastPkts_prev": 0,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp2",
"portName": null,
"ifIndex": 4,
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifConnectorPresent": "true",
"ifOperStatus": "down",
"ifOperStatus_prev": "down",
"ifAdminStatus": "down",
"ifAdminStatus_prev": null,
"ifDuplex": "unknown",
"ifMtu": 1500,
"ifType": "ethernetCsmacd",
"ifAlias": "swp2",
"ifPhysAddress": "0c041f860002",
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": 0,
"ifInUcastPkts_prev": 0,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": 0,
"ifOutUcastPkts_prev": 0,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": 0,
"ifInErrors_prev": 0,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": 0,
"ifOutErrors_prev": 0,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": 0,
"ifInOctets_prev": 0,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": 0,
"ifOutOctets_prev": 0,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": 0,
"ifInNUcastPkts_prev": 0,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": 0,
"ifOutNUcastPkts_prev": 0,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": 0,
"ifInDiscards_prev": 0,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": 0,
"ifOutDiscards_prev": 0,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": 0,
"ifInUnknownProtos_prev": 0,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": 0,
"ifInBroadcastPkts_prev": 0,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": 0,
"ifOutBroadcastPkts_prev": 0,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": 0,
"ifInMulticastPkts_prev": 0,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": 0,
"ifOutMulticastPkts_prev": 0,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp3",
"portName": null,
"ifIndex": 5,
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifConnectorPresent": "true",
"ifOperStatus": "down",
"ifOperStatus_prev": "down",
"ifAdminStatus": "down",
"ifAdminStatus_prev": null,
"ifDuplex": "unknown",
"ifMtu": 1500,
"ifType": "ethernetCsmacd",
"ifAlias": "swp3",
"ifPhysAddress": "0c041f860003",
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": 0,
"ifInUcastPkts_prev": 0,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": 0,
"ifOutUcastPkts_prev": 0,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": 0,
"ifInErrors_prev": 0,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": 0,
"ifOutErrors_prev": 0,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": 0,
"ifInOctets_prev": 0,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": 0,
"ifOutOctets_prev": 0,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": 0,
"ifInNUcastPkts_prev": 0,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": 0,
"ifOutNUcastPkts_prev": 0,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": 0,
"ifInDiscards_prev": 0,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": 0,
"ifOutDiscards_prev": 0,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": 0,
"ifInUnknownProtos_prev": 0,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": 0,
"ifInBroadcastPkts_prev": 0,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": 0,
"ifOutBroadcastPkts_prev": 0,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": 0,
"ifInMulticastPkts_prev": 0,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": 0,
"ifOutMulticastPkts_prev": 0,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp4",
"portName": null,
"ifIndex": 6,
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifConnectorPresent": "true",
"ifOperStatus": "down",
"ifOperStatus_prev": "down",
"ifAdminStatus": "down",
"ifAdminStatus_prev": null,
"ifDuplex": "unknown",
"ifMtu": 1500,
"ifType": "ethernetCsmacd",
"ifAlias": "swp4",
"ifPhysAddress": "0c041f860004",
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": 0,
"ifInUcastPkts_prev": 0,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": 0,
"ifOutUcastPkts_prev": 0,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": 0,
"ifInErrors_prev": 0,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": 0,
"ifOutErrors_prev": 0,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": 0,
"ifInOctets_prev": 0,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": 0,
"ifOutOctets_prev": 0,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": 0,
"ifInNUcastPkts_prev": 0,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": 0,
"ifOutNUcastPkts_prev": 0,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": 0,
"ifInDiscards_prev": 0,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": 0,
"ifOutDiscards_prev": 0,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": 0,
"ifInUnknownProtos_prev": 0,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": 0,
"ifInBroadcastPkts_prev": 0,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": 0,
"ifOutBroadcastPkts_prev": 0,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": 0,
"ifInMulticastPkts_prev": 0,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": 0,
"ifOutMulticastPkts_prev": 0,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp5",
"portName": null,
"ifIndex": 7,
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifConnectorPresent": "true",
"ifOperStatus": "down",
"ifOperStatus_prev": "down",
"ifAdminStatus": "down",
"ifAdminStatus_prev": null,
"ifDuplex": "unknown",
"ifMtu": 1500,
"ifType": "ethernetCsmacd",
"ifAlias": "swp5",
"ifPhysAddress": "0c041f860005",
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": 0,
"ifInUcastPkts_prev": 0,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": 0,
"ifOutUcastPkts_prev": 0,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": 0,
"ifInErrors_prev": 0,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": 0,
"ifOutErrors_prev": 0,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": 0,
"ifInOctets_prev": 0,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": 0,
"ifOutOctets_prev": 0,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": 0,
"ifInNUcastPkts_prev": 0,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": 0,
"ifOutNUcastPkts_prev": 0,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": 0,
"ifInDiscards_prev": 0,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": 0,
"ifOutDiscards_prev": 0,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": 0,
"ifInUnknownProtos_prev": 0,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": 0,
"ifInBroadcastPkts_prev": 0,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": 0,
"ifOutBroadcastPkts_prev": 0,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": 0,
"ifInMulticastPkts_prev": 0,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": 0,
"ifOutMulticastPkts_prev": 0,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp6",
"portName": null,
"ifIndex": 8,
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifConnectorPresent": "true",
"ifOperStatus": "down",
"ifOperStatus_prev": "down",
"ifAdminStatus": "down",
"ifAdminStatus_prev": null,
"ifDuplex": "unknown",
"ifMtu": 1500,
"ifType": "ethernetCsmacd",
"ifAlias": "swp6",
"ifPhysAddress": "0c041f860006",
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": 0,
"ifInUcastPkts_prev": 0,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": 0,
"ifOutUcastPkts_prev": 0,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": 0,
"ifInErrors_prev": 0,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": 0,
"ifOutErrors_prev": 0,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": 0,
"ifInOctets_prev": 0,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": 0,
"ifOutOctets_prev": 0,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": 0,
"ifInNUcastPkts_prev": 0,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": 0,
"ifOutNUcastPkts_prev": 0,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": 0,
"ifInDiscards_prev": 0,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": 0,
"ifOutDiscards_prev": 0,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": 0,
"ifInUnknownProtos_prev": 0,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": 0,
"ifInBroadcastPkts_prev": 0,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": 0,
"ifOutBroadcastPkts_prev": 0,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": 0,
"ifInMulticastPkts_prev": 0,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": 0,
"ifOutMulticastPkts_prev": 0,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
},
{
"port_descr_type": null,
"port_descr_descr": null,
"port_descr_circuit": null,
"port_descr_speed": null,
"port_descr_notes": null,
"ifDescr": "Red Hat, Inc Device 0001",
"ifName": "swp7",
"portName": null,
"ifIndex": 9,
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifConnectorPresent": "true",
"ifOperStatus": "down",
"ifOperStatus_prev": "down",
"ifAdminStatus": "down",
"ifAdminStatus_prev": null,
"ifDuplex": "unknown",
"ifMtu": 1500,
"ifType": "ethernetCsmacd",
"ifAlias": "swp7",
"ifPhysAddress": "0c041f860007",
"ifLastChange": 0,
"ifVlan": null,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"ifTrunk": null,
"ignore": 0,
"disabled": 0,
"deleted": 0,
"pagpOperationMode": null,
"pagpPortState": null,
"pagpPartnerDeviceId": null,
"pagpPartnerLearnMethod": null,
"pagpPartnerIfIndex": null,
"pagpPartnerGroupIfIndex": null,
"pagpPartnerDeviceName": null,
"pagpEthcOperationMode": null,
"pagpDeviceId": null,
"pagpGroupIfIndex": null,
"ifInUcastPkts": 0,
"ifInUcastPkts_prev": 0,
"ifInUcastPkts_delta": null,
"ifInUcastPkts_rate": null,
"ifOutUcastPkts": 0,
"ifOutUcastPkts_prev": 0,
"ifOutUcastPkts_delta": null,
"ifOutUcastPkts_rate": null,
"ifInErrors": 0,
"ifInErrors_prev": 0,
"ifInErrors_delta": null,
"ifInErrors_rate": null,
"ifOutErrors": 0,
"ifOutErrors_prev": 0,
"ifOutErrors_delta": null,
"ifOutErrors_rate": null,
"ifInOctets": 0,
"ifInOctets_prev": 0,
"ifInOctets_delta": null,
"ifInOctets_rate": null,
"ifOutOctets": 0,
"ifOutOctets_prev": 0,
"ifOutOctets_delta": null,
"ifOutOctets_rate": null,
"poll_prev": null,
"ifInNUcastPkts": 0,
"ifInNUcastPkts_prev": 0,
"ifInNUcastPkts_delta": null,
"ifInNUcastPkts_rate": null,
"ifOutNUcastPkts": 0,
"ifOutNUcastPkts_prev": 0,
"ifOutNUcastPkts_delta": null,
"ifOutNUcastPkts_rate": null,
"ifInDiscards": 0,
"ifInDiscards_prev": 0,
"ifInDiscards_delta": null,
"ifInDiscards_rate": null,
"ifOutDiscards": 0,
"ifOutDiscards_prev": 0,
"ifOutDiscards_delta": null,
"ifOutDiscards_rate": null,
"ifInUnknownProtos": 0,
"ifInUnknownProtos_prev": 0,
"ifInUnknownProtos_delta": null,
"ifInUnknownProtos_rate": null,
"ifInBroadcastPkts": 0,
"ifInBroadcastPkts_prev": 0,
"ifInBroadcastPkts_delta": null,
"ifInBroadcastPkts_rate": null,
"ifOutBroadcastPkts": 0,
"ifOutBroadcastPkts_prev": 0,
"ifOutBroadcastPkts_delta": null,
"ifOutBroadcastPkts_rate": null,
"ifInMulticastPkts": 0,
"ifInMulticastPkts_prev": 0,
"ifInMulticastPkts_delta": null,
"ifInMulticastPkts_rate": null,
"ifOutMulticastPkts": 0,
"ifOutMulticastPkts_prev": 0,
"ifOutMulticastPkts_delta": null,
"ifOutMulticastPkts_rate": null
}
]
}
},
"processors": {
"discovery": {
"processors": [
{
"entPhysicalIndex": 0,
"hrDeviceIndex": 196608,
"processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196608",
"processor_index": "196608",
"processor_type": "hr",
"processor_usage": 2,
"processor_descr": "QEMU Virtual version 2.5+",
"processor_precision": 1,
"processor_perc_warn": 75
}
]
},
"poller": "matches discovery"
},
"mempools": {
"discovery": {
"mempools": [
{
"mempool_index": "1",
"entPhysicalIndex": null,
"mempool_type": "hrstorage",
"mempool_class": "system",
"mempool_precision": 1024,
"mempool_descr": "Physical memory",
"mempool_perc": 34,
"mempool_perc_oid": null,
"mempool_used": 237584384,
"mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.1",
"mempool_free": 464371712,
"mempool_free_oid": null,
"mempool_total": 701956096,
"mempool_total_oid": null,
"mempool_largestfree": null,
"mempool_lowestfree": null,
"mempool_deleted": 0,
"mempool_perc_warn": 99
},
{
"mempool_index": "3",
"entPhysicalIndex": null,
"mempool_type": "hrstorage",
"mempool_class": "virtual",
"mempool_precision": 1024,
"mempool_descr": "Virtual memory",
"mempool_perc": 67,
"mempool_perc_oid": null,
"mempool_used": 469106688,
"mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.3",
"mempool_free": 232849408,
"mempool_free_oid": null,
"mempool_total": 701956096,
"mempool_total_oid": null,
"mempool_largestfree": null,
"mempool_lowestfree": null,
"mempool_deleted": 0,
"mempool_perc_warn": 95
},
{
"mempool_index": "6",
"entPhysicalIndex": null,
"mempool_type": "hrstorage",
"mempool_class": "buffers",
"mempool_precision": 1024,
"mempool_descr": "Memory buffers",
"mempool_perc": 8,
"mempool_perc_oid": null,
"mempool_used": 54841344,
"mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.6",
"mempool_free": 647114752,
"mempool_free_oid": null,
"mempool_total": 701956096,
"mempool_total_oid": null,
"mempool_largestfree": null,
"mempool_lowestfree": null,
"mempool_deleted": 0,
"mempool_perc_warn": 0
},
{
"mempool_index": "7",
"entPhysicalIndex": null,
"mempool_type": "hrstorage",
"mempool_class": "cached",
"mempool_precision": 1024,
"mempool_descr": "Cached memory",
"mempool_perc": 25,
"mempool_perc_oid": null,
"mempool_used": 176680960,
"mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.7",
"mempool_free": 525275136,
"mempool_free_oid": null,
"mempool_total": 701956096,
"mempool_total_oid": null,
"mempool_largestfree": null,
"mempool_lowestfree": null,
"mempool_deleted": 0,
"mempool_perc_warn": 0
},
{
"mempool_index": "8",
"entPhysicalIndex": null,
"mempool_type": "hrstorage",
"mempool_class": "shared",
"mempool_precision": 1024,
"mempool_descr": "Shared memory",
"mempool_perc": 2,
"mempool_perc_oid": null,
"mempool_used": 13598720,
"mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.8",
"mempool_free": 688357376,
"mempool_free_oid": null,
"mempool_total": 701956096,
"mempool_total_oid": null,
"mempool_largestfree": null,
"mempool_lowestfree": null,
"mempool_deleted": 0,
"mempool_perc_warn": 0
}
]
},
"poller": "matches discovery"
},
"sensors": {
"discovery": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100011001",
"sensor_index": "100011001",
"sensor_type": "entity-sensor",
"sensor_descr": "Fan1",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100011001",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100011002",
"sensor_index": "100011002",
"sensor_type": "entity-sensor",
"sensor_descr": "Fan2",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100011002",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100011003",
"sensor_index": "100011003",
"sensor_type": "entity-sensor",
"sensor_descr": "Fan3",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100011003",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100011004",
"sensor_index": "100011004",
"sensor_type": "entity-sensor",
"sensor_descr": "Fan4",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100011004",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100011005",
"sensor_index": "100011005",
"sensor_type": "entity-sensor",
"sensor_descr": "Fan5",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100011005",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100011006",
"sensor_index": "100011006",
"sensor_type": "entity-sensor",
"sensor_descr": "Fan6",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100011006",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100011007",
"sensor_index": "100011007",
"sensor_type": "entity-sensor",
"sensor_descr": "PSU1Fan1",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100011007",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100011008",
"sensor_index": "100011008",
"sensor_type": "entity-sensor",
"sensor_descr": "PSU2Fan1",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100011008",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.3.1.3.1",
"sensor_index": "1",
"sensor_type": "lmsensors",
"sensor_descr": "fan1",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.3.1.3.2",
"sensor_index": "2",
"sensor_type": "lmsensors",
"sensor_descr": "fan2",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.3.1.3.3",
"sensor_index": "3",
"sensor_type": "lmsensors",
"sensor_descr": "fan3",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.3.1.3.4",
"sensor_index": "4",
"sensor_type": "lmsensors",
"sensor_descr": "fan4",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.3.1.3.5",
"sensor_index": "5",
"sensor_type": "lmsensors",
"sensor_descr": "fan5",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.3.1.3.6",
"sensor_index": "6",
"sensor_type": "lmsensors",
"sensor_descr": "fan6",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.3.1.3.7",
"sensor_index": "7",
"sensor_type": "lmsensors",
"sensor_descr": "fan7",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "fanspeed",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.3.1.3.8",
"sensor_index": "8",
"sensor_type": "lmsensors",
"sensor_descr": "fan8",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 6000,
"sensor_limit": 10800,
"sensor_limit_warn": null,
"sensor_limit_low": 4800,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "power",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.110000001",
"sensor_index": "110000001",
"sensor_type": "entity-sensor",
"sensor_descr": "PSU1",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 0,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "110000001",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "power",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.110000002",
"sensor_index": "110000002",
"sensor_type": "entity-sensor",
"sensor_descr": "PSU2",
"group": null,
"sensor_divisor": 100,
"sensor_multiplier": 1,
"sensor_current": 0,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "110000002",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100000001",
"sensor_index": "100000001",
"sensor_type": "entity-sensor",
"sensor_descr": "PSU1Temp1",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100000001",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100000002",
"sensor_index": "100000002",
"sensor_type": "entity-sensor",
"sensor_descr": "PSU2Temp1",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100000002",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100000003",
"sensor_index": "100000003",
"sensor_type": "entity-sensor",
"sensor_descr": "Temp1",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100000003",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100000004",
"sensor_index": "100000004",
"sensor_type": "entity-sensor",
"sensor_descr": "Temp2",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100000004",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100000005",
"sensor_index": "100000005",
"sensor_type": "entity-sensor",
"sensor_descr": "Temp3",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100000005",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100000006",
"sensor_index": "100000006",
"sensor_type": "entity-sensor",
"sensor_descr": "Temp4",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100000006",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.2.1.99.1.1.1.4.100000007",
"sensor_index": "100000007",
"sensor_type": "entity-sensor",
"sensor_descr": "Temp5",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": "100000007",
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.2.1.3.10",
"sensor_index": "10",
"sensor_type": "lmsensors",
"sensor_descr": "temp2",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.2.1.3.11",
"sensor_index": "11",
"sensor_type": "lmsensors",
"sensor_descr": "temp3",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.2.1.3.12",
"sensor_index": "12",
"sensor_type": "lmsensors",
"sensor_descr": "temp4",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.2.1.3.13",
"sensor_index": "13",
"sensor_type": "lmsensors",
"sensor_descr": "temp5",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.2.1.3.14",
"sensor_index": "14",
"sensor_type": "lmsensors",
"sensor_descr": "temp6",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.2.1.3.15",
"sensor_index": "15",
"sensor_type": "lmsensors",
"sensor_descr": "temp7",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.2021.13.16.2.1.3.9",
"sensor_index": "9",
"sensor_type": "lmsensors",
"sensor_descr": "temp1",
"group": "lmsensors",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"sensor_divisor": 1000,
"sensor_multiplier": 1,
"sensor_current": 25,
"sensor_limit": 45,
"sensor_limit_warn": null,
"sensor_limit_low": 15,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"rrd_type": "GAUGE",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"state_name": null
}
]
},
"poller": "matches discovery"
},
"storage": {
"discovery": {
"storage": [
{
"storage_mib": "hrstorage",
"storage_index": "35",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/run",
"storage_size": 70197248,
"storage_units": 4096,
"storage_used": 8003584,
"storage_free": 0,
"storage_perc": 0,
"storage_perc_warn": 60,
"storage_deleted": 0
},
{
"storage_mib": "hrstorage",
"storage_index": "36",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/",
"storage_size": 6007205888,
"storage_units": 4096,
"storage_used": 2496929792,
"storage_free": 0,
"storage_perc": 0,
"storage_perc_warn": 60,
"storage_deleted": 0
},
{
"storage_mib": "hrstorage",
"storage_index": "38",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/dev/shm",
"storage_size": 350978048,
"storage_units": 4096,
"storage_used": 5308416,
"storage_free": 0,
"storage_perc": 0,
"storage_perc_warn": 60,
"storage_deleted": 0
},
{
"storage_mib": "hrstorage",
"storage_index": "39",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/run/lock",
"storage_size": 5242880,
"storage_units": 4096,
"storage_used": 0,
"storage_free": 0,
"storage_perc": 0,
"storage_perc_warn": 60,
"storage_deleted": 0
},
{
"storage_mib": "hrstorage",
"storage_index": "40",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/sys/fs/cgroup",
"storage_size": 350978048,
"storage_units": 4096,
"storage_used": 0,
"storage_free": 0,
"storage_perc": 0,
"storage_perc_warn": 60,
"storage_deleted": 0
},
{
"storage_mib": "hrstorage",
"storage_index": "54",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/tmp",
"storage_size": 350978048,
"storage_units": 4096,
"storage_used": 0,
"storage_free": 0,
"storage_perc": 0,
"storage_perc_warn": 60,
"storage_deleted": 0
}
]
},
"poller": {
"storage": [
{
"storage_mib": "hrstorage",
"storage_index": "35",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/run",
"storage_size": 70197248,
"storage_units": 4096,
"storage_used": 8003584,
"storage_free": 62193664,
"storage_perc": 11,
"storage_perc_warn": 60,
"storage_deleted": 0
},
{
"storage_mib": "hrstorage",
"storage_index": "36",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/",
"storage_size": 6007205888,
"storage_units": 4096,
"storage_used": 2496929792,
"storage_free": 3510276096,
"storage_perc": 42,
"storage_perc_warn": 60,
"storage_deleted": 0
},
{
"storage_mib": "hrstorage",
"storage_index": "38",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/dev/shm",
"storage_size": 350978048,
"storage_units": 4096,
"storage_used": 5308416,
"storage_free": 345669632,
"storage_perc": 2,
"storage_perc_warn": 60,
"storage_deleted": 0
},
{
"storage_mib": "hrstorage",
"storage_index": "39",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/run/lock",
"storage_size": 5242880,
"storage_units": 4096,
"storage_used": 0,
"storage_free": 5242880,
"storage_perc": 0,
"storage_perc_warn": 60,
"storage_deleted": 0
},
{
"storage_mib": "hrstorage",
"storage_index": "40",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/sys/fs/cgroup",
"storage_size": 350978048,
"storage_units": 4096,
"storage_used": 0,
"storage_free": 350978048,
"storage_perc": 0,
"storage_perc_warn": 60,
"storage_deleted": 0
},
{
"storage_mib": "hrstorage",
"storage_index": "54",
"storage_type": "hrStorageFixedDisk",
"storage_descr": "/tmp",
"storage_size": 350978048,
"storage_units": 4096,
"storage_used": 0,
"storage_free": 350978048,
"storage_perc": 0,
"storage_perc_warn": 60,
"storage_deleted": 0
}
]
}
},
"bgp-peers": {
"discovery": {
"bgpPeers": [
{
"astext": "AS65000-MOCK-TEXT",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"bgpPeerIdentifier": "192.168.0.1",
"bgpPeerRemoteAs": 65000,
"bgpPeerState": "idle",
"bgpPeerAdminStatus": "stop",
"bgpPeerLastErrorCode": null,
"bgpPeerLastErrorSubCode": null,
"bgpPeerLastErrorText": null,
"bgpPeerIface": null,
"bgpLocalAddr": "0.0.0.0",
"bgpPeerRemoteAddr": "0.0.0.0",
"bgpPeerDescr": "",
"bgpPeerInUpdates": 0,
"bgpPeerOutUpdates": 0,
"bgpPeerInTotalMessages": 0,
"bgpPeerOutTotalMessages": 0,
"bgpPeerFsmEstablishedTime": 0,
"bgpPeerInUpdateElapsedTime": 0,
"context_name": "",
"bgpLocalAs": 65002,
"vrfLocalAs": null
},
{
"astext": "AS65005-MOCK-TEXT",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"bgpPeerIdentifier": "192.168.0.5",
"bgpPeerRemoteAs": 65005,
"bgpPeerState": "idle",
"bgpPeerAdminStatus": "stop",
"bgpPeerLastErrorCode": null,
"bgpPeerLastErrorSubCode": null,
"bgpPeerLastErrorText": null,
"bgpPeerIface": null,
"bgpLocalAddr": "0.0.0.0",
"bgpPeerRemoteAddr": "0.0.0.0",
"bgpPeerDescr": "",
"bgpPeerInUpdates": 0,
"bgpPeerOutUpdates": 0,
"bgpPeerInTotalMessages": 0,
"bgpPeerOutTotalMessages": 0,
"bgpPeerFsmEstablishedTime": 0,
"bgpPeerInUpdateElapsedTime": 0,
"context_name": "",
"bgpLocalAs": 65002,
"vrfLocalAs": null
}
]
},
"poller": {
"bgpPeers": [
{
"astext": "AS65000-MOCK-TEXT",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"bgpPeerIdentifier": "192.168.0.1",
"bgpPeerRemoteAs": 65000,
"bgpPeerState": "established",
"bgpPeerAdminStatus": "start",
"bgpPeerLastErrorCode": 0,
"bgpPeerLastErrorSubCode": 0,
"bgpPeerLastErrorText": null,
"bgpPeerIface": 3,
"bgpLocalAddr": "fe80:0000:0000:0000:0e04:1fff:fe86:0001",
"bgpPeerRemoteAddr": "0.0.0.0",
"bgpPeerDescr": "",
"bgpPeerInUpdates": 6,
"bgpPeerOutUpdates": 6,
"bgpPeerInTotalMessages": 32629,
"bgpPeerOutTotalMessages": 32629,
"bgpPeerFsmEstablishedTime": 97875,
"bgpPeerInUpdateElapsedTime": 11473,
"context_name": "",
"bgpLocalAs": 65002,
"vrfLocalAs": null
},
{
"astext": "AS65005-MOCK-TEXT",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"bgpPeerIdentifier": "192.168.0.5",
"bgpPeerRemoteAs": 65005,
"bgpPeerState": "established",
"bgpPeerAdminStatus": "start",
"bgpPeerLastErrorCode": 0,
"bgpPeerLastErrorSubCode": 0,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"bgpPeerLastErrorText": null,
"bgpPeerIface": null,
"bgpLocalAddr": "192.168.125.2",
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"bgpPeerRemoteAddr": "0.0.0.0",
"bgpPeerDescr": "",
"bgpPeerInUpdates": 6,
"bgpPeerOutUpdates": 6,
"bgpPeerInTotalMessages": 32629,
"bgpPeerOutTotalMessages": 32629,
"bgpPeerFsmEstablishedTime": 97875,
"bgpPeerInUpdateElapsedTime": 11473,
BGP unnumbered support for Cumulus (#13785) * Add Cumulus-BGPUN-MIB * Add bgpPeerIface column into bgpPeers table * update mysql database for BGP unnumbered support * Rename BGP unumbered MIB for Cumulus * remove duplicate Cumulus BGPUM mib * Use custom BGPUN minb for Cumulus while polling bgp peers * Update BGP peers discovery for Cumulus with unumbered support * Update BGP peers polling for Cumulus with unumbered support * Correct typing error * Add BGP unumbered Cumulus tests units * Remove unused SQL file * Update migrations databse by adding bgpPeerIface into bgpPeers table * Correct spacing error for continous integration * Update DB column bgpPeerIface to point to ifIndex * fix: bgpPeerIface column exist * fix: use Eloquent instead of dbFetch deprecated * fix: delete unused namespace * fix: type bgpPeerIface * fix: add root cumulus mib lacking * move root cumulus mib into mibs/ * fix: missing root cumulus MIB * fix: bgpPeerIface not expected for other OS * fix: add bgpPeerIface into json tests for other OS * fix: add bgpPeerIface for poller tests OS * add relathionship between bgpPeers and Ports tables * Revert "fix: bgpPeerIface not expected for other OS" This reverts commit f979482106707a8a5c0409176f940de709c0e14c. * fix: HasOne not imported * fix: CI php placement of use line * fix: bgpPeerIface has not default value * updates way to fill bgpPeerIface * remove relationship between BgpPeer and Ipv4Address/Ipv6Address * fix: CI php syntax fix: CI php syntax fix: CI php syntax fix: CI php syntax * updates cumulus tests * updates bgpPeerIface already filled * fix : bgpPeerIface wrong ifIndex * fix: update cumulus test for polling bgpPeerIface * fix: CI PHP syntax * fix: update cumulus test for polling bgpPeerIface * fix: update cumulus test for polling bgpPeerIface * Fix Fortigate Test * Tests Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
2022-05-22 12:27:28 +00:00
"context_name": "",
"bgpLocalAs": 65002,
"vrfLocalAs": null
}
]
}
}
}