Has anyone tried creating a template with Bard or ChatGPT?
I asked Bard, but I'm not convinced the output is correct, or even close to correct, it ISN'T doing what I asked it to do (or not what I *thought* I'd asked it to do (write me a zabbix template to gather print jobs from windows print server):
Does it look anything like correct?
I am assuming this is expecting an active Zabbix agent on a print server - as it triggers on receiving a print job...
I asked Bard, but I'm not convinced the output is correct, or even close to correct, it ISN'T doing what I asked it to do (or not what I *thought* I'd asked it to do (write me a zabbix template to gather print jobs from windows print server):
[zabbix-template]
name=Windows Print Server
description=Gathers print jobs from a Windows print server
[triggers]
print-job-received=1
[items]
print-job=job,job_status,job_printer,job_pages,job_user
[job]
type=print-job
name=Print Job
[job_status]
type=numeric
name=Status
[job_printer]
type=text
name=Printer Name
[job_pages]
type=numeric
name=Pages Printed
[job_user]
type=text
name=User
name=Windows Print Server
description=Gathers print jobs from a Windows print server
[triggers]
print-job-received=1
[items]
print-job=job,job_status,job_printer,job_pages,job_user
[job]
type=print-job
name=Print Job
[job_status]
type=numeric
name=Status
[job_printer]
type=text
name=Printer Name
[job_pages]
type=numeric
name=Pages Printed
[job_user]
type=text
name=User
I am assuming this is expecting an active Zabbix agent on a print server - as it triggers on receiving a print job...

Comment