Customer Self-Service Portal

Same Plugin on different servers -> Trouble with attributes

Hello Forum,

 

I have a Problem with self written plugin. It is used to check free space on NFS mounts (no, the nfs.py that can be downloaded from the plugin site does not work). I deployed it on my test server and it gathers the shares that are mounted via NFS and returns 9 attributes with used blocks, free blocks, etc. 

So everything working as it should.

When I now copy that plugin to the productive server that has around 20 NFS shares, I can only see the 9 attributes that I had on the test server!

If I execute my plugin on that server by hand, I can see all the attributes being transmitted, syntax is OK and everything seems correct. THe attributes just dont show in the frontend. I tried deleting the plugin from the test server and unregistering it, but still on the productive server there are only 9 attributes shown.

 

Are the plugin linked across servers somehow? What am I missing?
Any hint is appreciated, if I can deliver more info please ask.

Thanks!

A.