Hi,
I'm trying to get one of my network interfaces to appear in Observium but for some strange reason it is being marked as "ignored"?
In my config.php I haven't included any statements to ignore any devices and the poll time for this particular machine is only a few seconds considering that it's connection to the network is via wifi.
The output of #sudo -u www ./discovery.php -h <host> -f shows:
##### Module Start: ports #####
o Caching OIDs ifDescr ifAlias ifName ifType ifOperStatus o Caching DB 2 ports o Discovering ports ..X +---------+--------------------------------+-------------+---------+------------------+-------------+---------+ | ifIndex | ifDescr | ifName | ifAlias | ifType | Oper Status | Ignored | +---------+--------------------------------+-------------+---------+------------------+-------------+---------+ | 1 | lo | lo | ... | softwareLoopback | up | no | | 2 | Realtek Semiconductor Co., ... | ens33 | ... | ethernetCsmacd | down | no | | 3 | wlp0s29f7u7 | wlp0s29f7u7 | ... | ethernetCsmacd | up | yes | +---------+--------------------------------+-------------+---------+------------------+-------------+---------+
o Duration 0.2046s
Observium is seeing the interface but just ignoring it? In the UI I don't see anywhere to view 'ignored' ports; I only see "alerts", "down" and "deleted".
The port does however, show up under the Inventory section.
Does anyone have any idea on how to make this interface not be 'ignored'?
After 2 days of searching for an answer I can only conclude that perhaps I need to make this change on the actual MySQL DB itself though I do not know the location of the 'ignore' section of ports/interfaces <- that and this is probably a really bad way of doing things too....!
Many Thanks.
Kaya