Skip to content

Commit

Permalink
Ignore null fields in search of agents status
Browse files Browse the repository at this point in the history
  • Loading branch information
adri9valle committed Nov 22, 2018
1 parent 9901357 commit b279ff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ define([
`agentStatusHistory`,
`${
this.agentsStatusFilter
} status=* | timechart span=${this.spanTime} count by status usenull=f`,
} status=* | timechart span=${this.spanTime} cont=FALSE count by status usenull=f`,
`agentStatus`
)
)
Expand Down

1 comment on commit b279ff5

@manuasir
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice @adri9valle, please open a Pull Request including this fix and also the index.conf modification.

Please sign in to comment.