Explorar el Código

agent:
- optimize fhem query (filter out some unused types)

erdoking hace 7 años
padre
commit
e13467815f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      local/share/check_mk/agents/mk_fhem

+ 1 - 1
local/share/check_mk/agents/mk_fhem

@@ -6,7 +6,7 @@ use JSON qw( );
 use Data::Dumper;
 
 ## change path / port here if necessary 
-my $fhem_outpout = `/opt/fhem/fhem.pl 7072 "jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=model!=ActionDetector"`;
+my $fhem_outpout = `/opt/fhem/fhem.pl 7072 "jsonlist2 TYPE=.*:FILTER=state=..*:FILTER=model!=CCU-FHEM:FILTER=TYPE!=CCU-FHEM|ActionDetector|at|notify|statistics|DOIF"`;
 
 ## special device types to be monitored
 ## normaly filtered out