ConSol-Monitoring / snclient

SNClient+ - Cross platform monitoring agent
MIT License
48 stars 8 forks source link

Missing perfdata when using the https api #4

Closed lausser closed 1 year ago

lausser commented 1 year ago

With check_nrpe it returns performance data

check_nrpe -2 -H 10.196.13.166  -c  check_uptime  -a 'warn=uptime < 180s' 'crit=uptime < 60s'
uptime: 2d 3:11h, boot: 2023-04-04 10:01:25 (UTC)|'uptime'=184288.000000s;;;;

With check_nsc_web it doesn't

check_nsc_web -k -u https://10.196.13.166:8443 -p ""  check_uptime  'warn=uptime < 180s' 'crit=uptime < 60s'
uptime: 2d 3:13h, boot: 2023-04-04 10:01:25 (UTC) 
sni commented 1 year ago

it's on the roadmap...