| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- create class if not exists /m3graph_local() with core=local, ttl=366 day, namespace='m3graph_local';
- create class if not exists /m3graph_local/entity() with core=local, ttl=366 day, nickname='entity2_local';
- create class if not exists /m3graph_local/entity/vmware() with core=local, ttl=366 day, autosearch=true, version=true, nickname='vmware_local';
- create class if not exists /m3graph_local/entity/weblogic() with core=local, ttl=366 day, autosearch=true, version=true, nickname='weblogic_local';
- create class if not exists /m3graph_local/entity/websphere() with core=local, ttl=366 day, autosearch=true, version=true, nickname='websphere_local';
- create class if not exists /m3graph_local/entity/windows() with core=local, ttl=366 day, autosearch=true, version=true, nickname='windows_local';
- create class if not exists /m3graph_local/entity/x86() with core=local, ttl=366 day, autosearch=true, version=true, nickname='x86_local';
- create class if not exists /m3graph_local/entity/aix() with core=local, ttl=366 day, autosearch=true, version=true, nickname='aix_local';
- create class if not exists /m3graph_local/entity/app() with core=local, ttl=366 day, autosearch=true, version=true, nickname='app_local';
- create class if not exists /m3graph_local/entity/biz() with core=local, ttl=366 day, autosearch=true, version=true, nickname='biz_local';
- create class if not exists /m3graph_local/entity/cluster() with core=local, ttl=366 day, autosearch=true, version=true, nickname='cluster_local';
- create class if not exists /m3graph_local/entity/db2() with core=local, ttl=366 day, autosearch=true, version=true, nickname='db2_local';
- create class if not exists /m3graph_local/entity/esx() with core=local, ttl=366 day, autosearch=true, version=true, nickname='esx_local';
- create class if not exists /m3graph_local/entity/ha() with core=local, ttl=366 day, autosearch=true, version=true, nickname='ha_local';
- create class if not exists /m3graph_local/entity/hmc() with core=local, ttl=366 day, autosearch=true, version=true, nickname='hmc_local';
- create class if not exists /m3graph_local/entity/http() with core=local, ttl=366 day, autosearch=true, version=true, nickname='http_local';
- create class if not exists /m3graph_local/entity/linux() with core=local, ttl=366 day, autosearch=true, version=true, nickname='linux_local';
- create class if not exists /m3graph_local/entity/mal() with core=local, ttl=366 day, autosearch=true, version=true, nickname='mal_local';
- create class if not exists /m3graph_local/entity/mysql() with core=local, ttl=366 day, autosearch=true, version=true, nickname='mysql_local';
- create class if not exists /m3graph_local/entity/openstack() with core=local, ttl=366 day, autosearch=true, version=true, nickname='openstack_local';
- create class if not exists /m3graph_local/entity/oracle() with core=local, ttl=366 day, autosearch=true, version=true, nickname='oracle_local';
- create class if not exists /m3graph_local/entity/pdu() with core=local, ttl=366 day, autosearch=true, version=true, nickname='pdu_local';
- create class if not exists /m3graph_local/entity/power() with core=local, ttl=366 day, autosearch=true, version=true, nickname='power_local';
- create class if not exists /m3graph_local/entity/router() with core=local, ttl=366 day, autosearch=true, version=true, nickname='router_local';
- create class if not exists /m3graph_local/entity/sanstorage() with core=local, ttl=366 day, autosearch=true, version=true, nickname='sanstorage_local';
- create class if not exists /m3graph_local/entity/sanswitch() with core=local, ttl=366 day, autosearch=true, version=true, nickname='sanswitch_local';
- create class if not exists /m3graph_local/entity/sqlserver() with core=local, ttl=366 day, autosearch=true, version=true, nickname='sqlserver_local';
- create class if not exists /m3graph_local/entity/switch() with core=local, ttl=366 day, autosearch=true, version=true, nickname='switch_local';
- create class if not exists /m3graph_local/entity/tomcat() with core=local, ttl=366 day, autosearch=true, version=true, nickname='tomcat_local';
- create class if not exists /m3graph_local/entity/ups() with core=local, ttl=366 day, autosearch=true, version=true, nickname='ups_local';
- create class if not exists /m3graph_local/entity/vlan() with core=local, ttl=366 day, autosearch=true, version=true, nickname='vlan_local';
- /**
- sleep(2s)
- **/
- ;
|