It is possible to attach your own services to the existing Network Device platform type, see: examples/wxgoos-plugin.xml
But it sounds like you want to add metrics to the platform-level. There is an include mechanism, using the standard xml external entities..
the activemq-plugin.xml plugin for example includes a service type and process metrics
...
&process-metrics;
However, the Network Device's xml is embedded in netdevice-plugin.jar
We'd need to make the embedded xml accessible to other plugins though, which is do-able.
What metrics and properties are you looking to add? If they're from the IF,IP,HOST,etc., MIBs we could just add them to the existing plugin. If they are vendor specific MIBs, then we can work on making the Network Device metric include-able w/o having to copy-n-paste.