Index: tools/yaml2nag.py
===================================================================
--- tools/yaml2nag.py	(revision 10396)
+++ tools/yaml2nag.py	(revision 10695)
@@ -42,5 +42,5 @@
 
     hostgroups = []
-    if datadump['nodetype'] == 'CNode':
+    if datadump['nodetype'] in ['CNode', 'Hybrid']:
       datadump['use'] = 'host-pnp'
       hostgroups.append('nodes-7-2')
