We’re using a oracle_asm_diskgroup to check the Diskgroup on Redhat Server.
The error that I am occuring is this one:
[agent] Execute data source
[piggyback] Execute data source
No piggyback files for ‘PDREDHAT01’. Skip processing.
No piggyback files for ‘10.250.0.252’. Skip processing.
WARNING: Exception while parsing agent section ‘oracle_asm_diskgroup’: ValueError(“invalid literal for int() with base 10: ‘ASMCFG/’”,)
File “/omd/sites/stevanatogroup/lib/python/cmk_base/data_sources/host_sections.py”, line 299, in _update_with_parse_function
return parse_function(section_content)
File “/omd/sites/stevanatogroup/share/check_mk/checks/oracle_asm_diskgroup”, line 157, in parse_oracle_asm_diskgroup
“fg_disks”: int(fg_disks),
systemd_units does not support discovery. Skipping it.
ps_lnx does not support discovery. Skipping it.
ps.perf does not support discovery. Skipping it.
Completed.
If on the console we run the command this is the output:
Any idea how we can fix this issue? We have other 2 server monitor like this and they’re working properly (same config files).
Samuele