Oxidized WLC and ASA

Hi,

recently I decided to switch to librenms and oxidized. I have managed to configure everything except config backup from ASA and WLC.
Oxidized connects to librenms databases.

config file: (passwords and some IP are changed)

username: admin
password:pass
model: junos
resolve_dns: true
interval: 3600
use_syslog: false
debug: false
threads: 30
timeout: 20
retries: 3
prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
rest: 10.2.2.6:8888
next_adds_job: false
vars: {}
groups: {}
models: {}
pid: “/home/oxidized/.config/oxidized/pid”
crash:
directory: “/home/oxidized/.config/oxidized/crashes”
hostnames: false
stats:
history_size: 10
input:
default: ssh, telnet
debug: false
ssh:
secure: false
ftp:
passive: true
utf8_encoded: true
output:
default: git
git:
user: Oxidized
email: [email protected]
repo: “/home/oxidized/configbackup/git-repos/default.git”
source:
default: http
debug: false
http:
url: http://librenms.xxx.com/api/v0/oxidized
map:
name: hostname
model: os
group: group
headers:
X-Auth-Token: ‘b5a64ff224abc3d8d54’

model_map:
juniper: junos
cisco: ios
huawei: vrp

groups:
TEST:
username: admin
password: 1234
model: ios
DC:
username: admin
password: 123
model: ios
GRFF:
username: test
password: pass
model: ios
asa:
username: test
password: pass
model: asa
vars:
enable: 1234

aireos:
username: test
password: pass

Groups are from librenms but it seem like oxidized is using only top username and password. I try to add new groups like asa and aireos (they are not on librenms) but nothing happened.

if I run this command:

ter$ curl -k -H ‘X-Auth-Token: b5a64ff2xxxxxxxabc3d8d54’ http://librenms.xxx.com/api/v0/oxidized

hostname": “19.11.2.254”,
“os”: “asa”,
“ip”: “19.11.2.254”

“hostname”: “10.4.3.5”,
“os”: “aireos”,
“ip”: “10.4.3.5”

but under menu tools-> oxidized I don’t see any WLC 2504 control. i only see a few lines of config (chasi info and vtp status for) AIR-CT5760 which Is based on IOS-XE Software.
i librenms → oxidized integration I add variable mapping os = ciscowlc os < aireos.

please can you help me to receive configs from these devices.

Best regards,
Ivan