centreon / centreon-nsclient-build

Source use to build the centreon NSClient agent
19 stars 3 forks source link

check_tasksched - exclure une tache planifiée #85

Closed SavCent closed 1 year ago

SavCent commented 1 year ago

Bonjour,

Je cherche comment exclure une tache planifié en erreur du check check_tasksched.

Ma commande est la suivante

/usr/lib64/nagios/plugins/check_centreon_nrpe3 -H 1.2.3.4 -p 1234 -t 30 -u -2 -P 8192 -c check_tasksched -a "filter=enabled eq 1 and has_run eq 1" "warning=task_status = 'running' and most_recent_run_time < -60m" "critical=task_status not in ('running') and exit_code > 0" "perf-config=*(ignored:true)" .

et l'erreur est

Status information CRITICAL: \Microsoft\Windows\BrokerInfrastructure/BgTaskRegistrationMaintenanceTask: 268435456 != 0,

Pouvez-vous m'aider ?

Cordialement

SavCent commented 1 year ago

Trouvé !

modification de la Macro Critical comme ceci : /usr/lib64/nagios/plugins/check_centreon_nrpe3 -H 10.19.141.135 -p 8085 -t 30 -u -2 -P 8192 -c check_tasksched -a "filter=enabled eq 1 and has_run eq 1" "warning=task_status = 'running' and most_recent_run_time < -60m" "critical=task_status not in ('running') and exit_code > 0 and title not in ('NOM_DE_LA_TACHE_1','NOM_DE_LA_TACHE_2','NOM_DE_LA_TACHE_3')" "perf-config=*(ignored:true)"