martinm76 / zabbix-pdf-report

Reporting tool in PHP for the Zabbix Monitoring Platform. Rather versatile reporting on hosts and host groups.
https://www.zabbix.com/forum/zabbix-cookbook/25368-zabbix-dynamic-pdf-report-generation?filter_time=time_lastmonth
GNU General Public License v3.0
52 stars 56 forks source link

Empty line #24

Closed krzysztof-sz closed 3 years ago

krzysztof-sz commented 3 years ago

I have item: system.run["c:\Windows\System32\cscript.exe /nologo c:\Windows\System32\slmgr.vbs /xpr"]

and I would like only text eg. "Permanently Activate Windows" without empty line and text eg. Windows Server(R), ServerStandard edition.

image image

In latest data is ok: image

Permanently Activate Windows == Komputer został trwale aktywowany (in polish)

In config.inc.php: image

In report I have empty line: image Why?

krzysztof-sz commented 3 years ago

My error. "zabbix_proxy -R config_cache_reload" is solution