HI,
After adding (partial) object_definitions in /Model/all_attributes.py and classes in /Model/__init__.py, add a poller (for example) from the command line is working.
I have a question about attributes management. When we add an object (eg an host), it seems that no control are done to check if :
- All requiered attribute are set
- If attribute set are in the object definition.
Could you give me some information how to implement this ?
Thanks,
Yannick