Skip to content

Commit

Permalink
This should fix #60
Browse files Browse the repository at this point in the history
  • Loading branch information
cdemi committed Jan 18, 2023
1 parent e4e8aef commit e6c8f9a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Services/Impl/StatsRedisMonitorService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,15 @@ protected override PRTGMonitor InternalExecute(IConnectionMultiplexer connection
ShowChart = "0"
}
},
{
{
new PRTGResult
{
Channel = "Evicted Keys",
Unit = PRTGUnit.Count,
Value = clientsInfo?.SingleOrDefault(i => i.Key.Equals("evicted_keys")).Value ?? "0"
}
},
{
new PRTGResult
{
Channel = "Total Connections Received",
Expand Down

0 comments on commit e6c8f9a

Please sign in to comment.