Hello,
I need some help.
I think I'm missing something what's the problem with my trigger:
regexp({Connexion_Cam_imp:logrt["C:\ProgramData\Milestone\Milestone Surveillance\RecordingServer[0-9]{8}","La connexion reste impossible","UTF-8",100].nodata(900)}=0)
If anyone have some clue.
Milestone_Log_File is the template. And I want to be warn if zabbix can find the pattern in 15 minutes.
Thank you.
Emeric.
I need some help.
I think I'm missing something what's the problem with my trigger:
regexp({Connexion_Cam_imp:logrt["C:\ProgramData\Milestone\Milestone Surveillance\RecordingServer[0-9]{8}","La connexion reste impossible","UTF-8",100].nodata(900)}=0)
If anyone have some clue.
Code:
Incorrect trigger expression. [regexp({Milestone_Log_File:logrt["C:\ProgramData\Milestone\Milestone Surveillance\RecordingServer[0-9]{8}","La connexion reste impossible","UTF-8",100].nodata(900)}=0 )]
Incorrect trigger expression. [regexp({Milestone_Log_File:logrt["C:\ProgramData\Milestone\Milestone Surveillance\RecordingServer[0-9]{8}","La connexion reste impossible","UTF-8",100].nodata(900)}=0 )]
Milestone_Log_File is the template. And I want to be warn if zabbix can find the pattern in 15 minutes.
Thank you.
Emeric.
Comment