-
Notifications
You must be signed in to change notification settings - Fork 240
Clapi error import from 18.10 to 19.04 #7730
Comments
Hi @v0strik0v can you send be MP your clapi export to debug it? Regards |
Bonjour, Je ne trouve pas d'option pour les messages perso.. :) |
You can contact me 'Laurent' on Centreon slack community: http://centreon.github.io |
TL;DR : l’export Centreon ajoute un saut de lignes dans la définition de certaines commandes. J’ai la même erreur, j’ai ouvert un ticket au support commercial (#81393). Le problème est à priori à l’export, qui rajoute des sauts de ligne sur certaines commandes. Regardez dans un fichier exporté (qui contient des commandes) s’il n’y a pas des lignes qui commencent par autre chose qu’un type d’objet Centreon (HTPL,STPL,CMD, etc…). Moi j’ai des lignes qui commencent par "--option-de-la-commande" qui suivent directement la ligne qui commence par "CMD;". J’ai vérifié, le saut de ligne n’est pas dans la définition de la commande (il s’agit d’une commande issu de l’EPP dans mon cas…). J’ai retiré ces sauts de lignes illégitimes et là l’import se déroule sans problème. |
merci @StefThomas du retour |
Par ailleurs (m’enfin ça concerne aussi l’import/export) : max_connection=250 dans la section [server] de MariaDB ça ne suffit pas, je l’ai poussé à 1024 perso… |
Merci pour votre retour. Hélas, je n'ai pas de saut de ligne dans mon fichier de configuration. |
Bonjour,
Je viens de faire un export (via AWIE) des commandes de check seulement, fichier joint (au cas où le problème viendrait de la commande unzip…), je n’ai de retour à la ligne que pour deux d’entre elles :
$ grep -nvE '^[A-Z]' centreon-clapi-export-1566403085.txt
1491:--warning-http-mean-time='$_SERVICEWARNINGHTTPMEANTIME$' --critical-http-mean-time='$_SERVICECRITICALHTTPMEANTIME$' $_SERVICEEXTRAOPTIONS$
1512:--unknown-http-status='$_SERVICEUNKNOWNHTTPSTATUS$' --warning-http-status='$_SERVICEWARNINGHTTPSTATUS$' --critical-http-status='$_SERVICECRITICALHTTPSTATUS$' --warning-system-status='$_SERVICEWARNINGSYSTEMSTATUS$' --critical-system-status='$_SERVICECRITICALSYSTEMSTATUS$' --warning-memory='$_SERVICEWARNINGMEMORY$' --critical-memory='$_SERVICECRITICALMEMORY$' --warning-cpu-total='$_SERVICEWARNINGCPUTOTAL$' --critical-cpu-total='$_SERVICECRITICALCPUTOTAL$' --warning-diskio='$_SERVICEWARNINGDISKIO$' --critical-diskio='$_SERVICECRITICALDISKIO$' --warning-log='$_SERVICEWARNINGLOG$' --critical-log='$_SERVICECRITICALLOG$' --warning-queue-active-recipients='$_SERVICEWARNINGQUEUEACTIVERECIPIENTS$' --critical-queue-active-recipients='$_SERVICECRITICALQUEUEACTIVERECIPIENTS$' --warning-messages-quarantine='$_SERVICEWARNINGMESSAGESQUARANTINE$' --critical-messages-quarantine='$_SERVICECRITICALMESSAGESQUARANTINE$' --warning-messages-workqueue='$_SERVICEWARNINGMESSAGESWORKQUEUE$' --critical-messages-workqueue='$_SERVICECRITICALMESSAGESWORKQUEUE$' --warning-messages-received='$_SERVICEWARNINGMESSAGESRECEIVED$' --critical-messages-received='$_SERVICECRITICALMESSAGESRECEIVED$' --warning-queuedisk='$_SERVICEWARNINGQUEUEDISK$' --critical-queuedisk='$_SERVICECRITICALQUEUEDISK$' --warning-connections-in='$_SERVICEWARNINGCONNECTIONSIN$' --critical-connections-in='$_SERVICECRITICALCONNECTIONSIN$' --warning-connections-out='$_SERVICEWARNINGCONNECTIONSOUT$' --critical-connections-out='$_SERVICECRITICALCONNECTIONSOUT$' --warning-resource-conservation='$_SERVICEWARNINGRESOURCECONSERVATION$' --critical-resource-conservation='$_SERVICECRITICALRESOURCECONSERVATION$' $_SERVICEEXTRAOPTIONS$
Voici une capture d’écran qui montre la ligne 1491 en question dans l’éditeur nano :
[cid:4c72369a-8916-4942-be0d-e17935b54a0a]
Comme je l’ai déjà précisé, j’ai déjà vérifié que le saut de ligne n’était pas dans la définition de la commande. C’est une commande qui vient de l’EPP de toute façon visiblement.
L’export directement via CLAPI souffre du même problème :
$ centreon -u admin -p '****************' -e | grep -vnE '^[A-Z]'
1:{OBJECT_TYPE};{COMMAND};{PARAMETERS}
29596:--unknown-http-status='$_SERVICEUNKNOWNHTTPSTATUS$' --warning-http-status='$_SERVICEWARNINGHTTPSTATUS$' --critical-http-status='$_SERVICECRITICALHTTPSTATUS$' --warning-system-status='$_SERVICEWARNINGSYSTEMSTATUS$' --critical-system-status='$_SERVICECRITICALSYSTEMSTATUS$' --warning-memory='$_SERVICEWARNINGMEMORY$' --critical-memory='$_SERVICECRITICALMEMORY$' --warning-cpu-total='$_SERVICEWARNINGCPUTOTAL$' --critical-cpu-total='$_SERVICECRITICALCPUTOTAL$' --warning-diskio='$_SERVICEWARNINGDISKIO$' --critical-diskio='$_SERVICECRITICALDISKIO$' --warning-log='$_SERVICEWARNINGLOG$' --critical-log='$_SERVICECRITICALLOG$' --warning-queue-active-recipients='$_SERVICEWARNINGQUEUEACTIVERECIPIENTS$' --critical-queue-active-recipients='$_SERVICECRITICALQUEUEACTIVERECIPIENTS$' --warning-messages-quarantine='$_SERVICEWARNINGMESSAGESQUARANTINE$' --critical-messages-quarantine='$_SERVICECRITICALMESSAGESQUARANTINE$' --warning-messages-workqueue='$_SERVICEWARNINGMESSAGESWORKQUEUE$' --critical-messages-workqueue='$_SERVICECRITICALMESSAGESWORKQUEUE$' --warning-messages-received='$_SERVICEWARNINGMESSAGESRECEIVED$' --critical-messages-received='$_SERVICECRITICALMESSAGESRECEIVED$' --warning-queuedisk='$_SERVICEWARNINGQUEUEDISK$' --critical-queuedisk='$_SERVICECRITICALQUEUEDISK$' --warning-connections-in='$_SERVICEWARNINGCONNECTIONSIN$' --critical-connections-in='$_SERVICECRITICALCONNECTIONSIN$' --warning-connections-out='$_SERVICEWARNINGCONNECTIONSOUT$' --critical-connections-out='$_SERVICECRITICALCONNECTIONSOUT$' --warning-resource-conservation='$_SERVICEWARNINGRESOURCECONSERVATION$' --critical-resource-conservation='$_SERVICECRITICALRESOURCECONSERVATION$' $_SERVICEEXTRAOPTIONS$
29630:--warning-http-mean-time='$_SERVICEWARNINGHTTPMEANTIME$' --critical-http-mean-time='$_SERVICECRITICALHTTPMEANTIME$' $_SERVICEEXTRAOPTIONS$
Il y en a peut-être d’autre, j’ai interrompu l’export qui avait l’air de ne plus vouloir rendre la main…
En relançant la même commande avec l’option (-B1) de grep je peux voir que ça concerne ces plugins :
29595-CMD;ADD;Net-Cisco-Esa-Xmlapi-System-Usage;2;$CENTREONPLUGINS$/centreon_cisco_esa_xmlapi.pl
29629-CMD;ADD;Net-Cisco-Ironport-SNMP-Proxy-Usage;2;$CENTREONPLUGINS$/centreon_cisco_ironport.pl
Voici ce qui est installé en plugins Cisco :
[cid:5701f7ba-e7c4-4203-bf18-563b307f84fc]
Mon collègue a tenu a tous les installer, je ne sais pas pourquoi, il ne m’a pas encore répondu.
Peut-être que si vous installez vous aussi ces packs vous pourrez reproduire le problème ?
Cordialement.
Stéphane THOMAS
ETL & Outils – DOT
Harmonie Mutuelle
☎ +332 47 46 52 87
…________________________________
De : v0strik0v <notifications@github.com>
Envoyé : mercredi 21 août 2019 17:44
À : centreon/centreon <centreon@noreply.github.com>
Cc : THOMAS Stéphane <Stephane.THOMAS@harmonie-mutuelle.fr>; Mention <mention@noreply.github.com>
Objet : Re: [centreon/centreon] Clapi error import from 18.10 to 19.04 (#7730)
Merci pour votre retour. Hélas, je n'ai pas de saut de ligne dans mon fichier de configuration.
Y a t-il un moyen de faire un export que je puisse passer via clapi en ssh éventuellement ?
Merci d'avance !
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://github.com/centreon/centreon/issues/7730?email_source=notifications&email_token=AJJD5W2JBPRMIDGJCC44BZDQFVPFTA5CNFSM4IGQFLQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD42D4GQ#issuecomment-523517466>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJJD5WYX5FTF5LXCZGKNRVLQFVPFTANCNFSM4IGQFLQQ>.
CMD;ADD;base_host_alive;2;$USER1$/check_icmp -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 1
CMD;setparam;base_host_alive;enable_shell;0
CMD;setparam;base_host_alive;command_activate;1
CMD;setparam;base_host_alive;command_locked;1
CMD;ADD;App-Monitoring-Centreon-Host-Dummy;2;$CENTREONPLUGINS$/centreon_centreon_poller.pl --plugin=apps::centreon::local::plugin --mode=dummy --status='$_HOSTDUMMYSTATUS$' --output='$_HOSTDUMMYOUTPUT$'
CMD;setparam;App-Monitoring-Centreon-Host-Dummy;enable_shell;0
CMD;setparam;App-Monitoring-Centreon-Host-Dummy;command_activate;1
CMD;setparam;App-Monitoring-Centreon-Host-Dummy;command_locked;1
CMD;ADD;base_centreon_ping;2;$USER1$/check_icmp -H $HOSTADDRESS$ -n $_SERVICEPACKETNUMBER$ -w $_SERVICEWARNING$ -c $_SERVICECRITICAL$
CMD;setparam;base_centreon_ping;enable_shell;0
CMD;setparam;base_centreon_ping;command_activate;1
CMD;setparam;base_centreon_ping;command_locked;1
CMD;ADD;App-Monitoring-Centreon-Service-Dummy;2;$CENTREONPLUGINS$/centreon_centreon_poller.pl --plugin=apps::centreon::local::plugin --mode=dummy --status='$_SERVICEDUMMYSTATUS$' --output='$_SERVICEDUMMYOUTPUT$'
CMD;setparam;App-Monitoring-Centreon-Service-Dummy;enable_shell;0
CMD;setparam;App-Monitoring-Centreon-Service-Dummy;command_activate;1
CMD;setparam;App-Monitoring-Centreon-Service-Dummy;command_locked;1
CMD;ADD;OS-Linux-SNMP-Swap;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=swap --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning-usage-prct='$_SERVICEWARNING$' --critical-usage-prct='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Swap;connector_id;1
CMD;setparam;OS-Linux-SNMP-Swap;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Swap;command_activate;1
CMD;setparam;OS-Linux-SNMP-Swap;command_locked;1
CMD;ADD;OS-Linux-SNMP-Memory;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=memory --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Memory;connector_id;1
CMD;setparam;OS-Linux-SNMP-Memory;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Memory;command_activate;1
CMD;setparam;OS-Linux-SNMP-Memory;command_locked;1
CMD;ADD;OS-Linux-SNMP-Load;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=load --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Load;connector_id;1
CMD;setparam;OS-Linux-SNMP-Load;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Load;command_activate;1
CMD;setparam;OS-Linux-SNMP-Load;command_locked;1
CMD;ADD;OS-Linux-SNMP-Cpu;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=cpu --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning-average='$_SERVICEWARNING$' --critical-average='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Cpu;connector_id;1
CMD;setparam;OS-Linux-SNMP-Cpu;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Cpu;command_activate;1
CMD;setparam;OS-Linux-SNMP-Cpu;command_locked;1
CMD;ADD;OS-Linux-SNMP-Process-Generic;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=processcount --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --process-name='$_SERVICEPROCESSNAME$' --process-path='$_SERVICEPROCESSPATH$' --process-args='$_SERVICEPROCESSARGS$' --regexp-name --regexp-path --regexp-args --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Process-Generic;connector_id;1
CMD;setparam;OS-Linux-SNMP-Process-Generic;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Process-Generic;command_activate;1
CMD;setparam;OS-Linux-SNMP-Process-Generic;command_locked;1
CMD;ADD;OS-Linux-SNMP-Tcpcon;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=tcpcon --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Tcpcon;connector_id;1
CMD;setparam;OS-Linux-SNMP-Tcpcon;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Tcpcon;command_activate;1
CMD;setparam;OS-Linux-SNMP-Tcpcon;command_locked;1
CMD;ADD;OS-Linux-SNMP-Cpu-Detailed;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=cpu-detailed --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning-idle='$_SERVICEWARNINGIDLE$' --critical-idle='$_SERVICECRITICALIDLE$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Cpu-Detailed;connector_id;1
CMD;setparam;OS-Linux-SNMP-Cpu-Detailed;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Cpu-Detailed;command_activate;1
CMD;setparam;OS-Linux-SNMP-Cpu-Detailed;command_locked;1
CMD;ADD;OS-Linux-SNMP-Packet-Errors-Id;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='$_SERVICEINTERFACEID$' --add-status --add-errors --warning-in-discard='$_SERVICEWARNINGINDISCARD$' --critical-in-discard='$_SERVICECRITICALINDISCARD$' --warning-out-discard='$_SERVICEWARNINGOUTDISCARD$' --critical-out-discard='$_SERVICECRITICALOUTDISCARD$' --warning-in-error='$_SERVICEWARNINGINERROR$' --critical-in-error='$_SERVICECRITICALINERROR$' --warning-out-error='$_SERVICEWARNINGOUTERROR$' --critical-out-error='$_SERVICECRITICALOUTERROR$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Id;connector_id;1
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Id;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Id;command_activate;1
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Id;command_locked;1
CMD;ADD;OS-Linux-SNMP-Packet-Errors-Name;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='^$_SERVICEINTERFACENAME$$$' --name --add-status --add-errors --warning-in-discard='$_SERVICEWARNINGINDISCARD$' --critical-in-discard='$_SERVICECRITICALINDISCARD$' --warning-out-discard='$_SERVICEWARNINGOUTDISCARD$' --critical-out-discard='$_SERVICECRITICALOUTDISCARD$' --warning-in-error='$_SERVICEWARNINGINERROR$' --critical-in-error='$_SERVICECRITICALINERROR$' --warning-out-error='$_SERVICEWARNINGOUTERROR$' --critical-out-error='$_SERVICECRITICALOUTERROR$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Name;connector_id;1
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Name;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Name;command_activate;1
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Name;command_locked;1
CMD;ADD;OS-Linux-SNMP-Packet-Errors-Global;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='$_SERVICEFILTER$' --name --add-status --add-errors --critical-status='$_SERVICECRITICALSTATUS$' --warning-in-discard='$_SERVICEWARNINGINDISCARD$' --critical-in-discard='$_SERVICECRITICALINDISCARD$' --warning-out-discard='$_SERVICEWARNINGOUTDISCARD$' --critical-out-discard='$_SERVICECRITICALOUTDISCARD$' --warning-in-error='$_SERVICEWARNINGINERROR$' --critical-in-error='$_SERVICECRITICALINERROR$' --warning-out-error='$_SERVICEWARNINGOUTERROR$' --critical-out-error='$_SERVICECRITICALOUTERROR$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Global;connector_id;1
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Global;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Global;command_activate;1
CMD;setparam;OS-Linux-SNMP-Packet-Errors-Global;command_locked;1
CMD;ADD;OS-Linux-SNMP-Uptime;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=uptime --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Uptime;connector_id;1
CMD;setparam;OS-Linux-SNMP-Uptime;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Uptime;command_activate;1
CMD;setparam;OS-Linux-SNMP-Uptime;command_locked;1
CMD;ADD;OS-Linux-SNMP-Inodes-Global;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=inodes --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --diskpath='$_SERVICEFILTER$' --name --regexp --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' --filter-device='$_SERVICEFILTERDEVICE$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Inodes-Global;connector_id;1
CMD;setparam;OS-Linux-SNMP-Inodes-Global;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Inodes-Global;command_activate;1
CMD;setparam;OS-Linux-SNMP-Inodes-Global;command_locked;1
CMD;ADD;OS-Linux-SNMP-Disk-Io;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=diskio --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --device '$_SERVICEDISKNAME$' --name --warning-read='$_SERVICEWARNINGREAD$' --critical-read='$_SERVICECRITICALREAD$' --warning-write='$_SERVICEWARNINGWRITE$' --critical-write='$_SERVICECRITICALWRITE$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Disk-Io;connector_id;1
CMD;setparam;OS-Linux-SNMP-Disk-Io;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Disk-Io;command_activate;1
CMD;setparam;OS-Linux-SNMP-Disk-Io;command_locked;1
CMD;ADD;OS-Linux-SNMP-Traffic-Global;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='$_SERVICEFILTER$' --name --add-status --add-traffic --critical-status='$_SERVICECRITICALSTATUS$' --warning-in-traffic='$_SERVICEWARNINGIN$' --critical-in-traffic='$_SERVICECRITICALIN$' --warning-out-traffic='$_SERVICEWARNINGOUT$' --critical-out-traffic='$_SERVICECRITICALOUT$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Traffic-Global;connector_id;1
CMD;setparam;OS-Linux-SNMP-Traffic-Global;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Traffic-Global;command_activate;1
CMD;setparam;OS-Linux-SNMP-Traffic-Global;command_locked;1
CMD;ADD;OS-Linux-SNMP-Traffic-Id;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='$_SERVICEINTERFACEID$' --add-status --add-traffic --warning-in-traffic='$_SERVICEWARNINGIN$' --critical-in-traffic='$_SERVICECRITICALIN$' --warning-out-traffic='$_SERVICEWARNINGOUT$' --critical-out-traffic='$_SERVICECRITICALOUT$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Traffic-Id;connector_id;1
CMD;setparam;OS-Linux-SNMP-Traffic-Id;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Traffic-Id;command_activate;1
CMD;setparam;OS-Linux-SNMP-Traffic-Id;command_locked;1
CMD;ADD;OS-Linux-SNMP-Traffic-Name;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='^$_SERVICEINTERFACENAME$$$' --name --add-status --add-traffic --warning-in-traffic='$_SERVICEWARNINGIN$' --critical-in-traffic='$_SERVICECRITICALIN$' --warning-out-traffic='$_SERVICEWARNINGOUT$' --critical-out-traffic='$_SERVICECRITICALOUT$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Traffic-Name;connector_id;1
CMD;setparam;OS-Linux-SNMP-Traffic-Name;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Traffic-Name;command_activate;1
CMD;setparam;OS-Linux-SNMP-Traffic-Name;command_locked;1
CMD;ADD;OS-Linux-SNMP-Disk-Global;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=storage --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --storage='$_SERVICEFILTER$' --name --regexp --display-transform-src='$_SERVICETRANSFORMSRC$' --display-transform-dst='$_SERVICETRANSFORMDST$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Disk-Global;connector_id;1
CMD;setparam;OS-Linux-SNMP-Disk-Global;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Disk-Global;command_activate;1
CMD;setparam;OS-Linux-SNMP-Disk-Global;command_locked;1
CMD;ADD;OS-Linux-SNMP-Disk-Id;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=storage --hostname=$HOSTADDRESS$ --snmp-version=$_HOSTSNMPVERSION$ --snmp-community=$_HOSTSNMPCOMMUNITY$ $_HOSTSNMPEXTRAOPTIONS$ --storage '$_SERVICEDISKID$' --display-transform-src='$_SERVICETRANSFORMSRC$' --display-transform-dst='$_SERVICETRANSFORMDST$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Disk-Id;connector_id;1
CMD;setparam;OS-Linux-SNMP-Disk-Id;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Disk-Id;command_activate;1
CMD;setparam;OS-Linux-SNMP-Disk-Id;command_locked;1
CMD;ADD;OS-Linux-SNMP-Disk-Name;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=storage --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --storage '$_SERVICEDISKNAME$' --name --display-transform-src='$_SERVICETRANSFORMSRC$' --display-transform-dst='$_SERVICETRANSFORMDST$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-Disk-Name;connector_id;1
CMD;setparam;OS-Linux-SNMP-Disk-Name;enable_shell;0
CMD;setparam;OS-Linux-SNMP-Disk-Name;command_activate;1
CMD;setparam;OS-Linux-SNMP-Disk-Name;command_locked;1
CMD;ADD;OS-Linux-SNMP-NTP;2;$CENTREONPLUGINS$/centreon_linux_snmp.pl --plugin=os::linux::snmp::plugin --mode=time --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --ntp-hostname='$_SERVICENTPADDR$' --ntp-port='$_SERVICENTPPORT$' --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' --timezone='$_SERVICETIMEZONE$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Linux-SNMP-NTP;connector_id;1
CMD;setparam;OS-Linux-SNMP-NTP;enable_shell;0
CMD;setparam;OS-Linux-SNMP-NTP;command_activate;1
CMD;setparam;OS-Linux-SNMP-NTP;command_locked;1
CMD;ADD;App-Monitoring-Centreon-Central-Broker-Stats;2;$CENTREONPLUGINS$/centreon_centreon_central.pl --plugin=apps::centreon::local::plugin --hostname=$HOSTADDRESS$ --mode=broker-stats --broker-stats-file='$_HOSTSQLSTATSFILE$' --broker-stats-file='$_HOSTRRDSTATSFILE$' --broker-stats-file='$_HOSTMODULESTATSFILE$' --filter-name='$_SERVICEFILTERNAME$' --warning-speed-events='$_SERVICEWARNINGSPEEDEVENTS$' --critical-speed-events='$_SERVICECRITICALSPEEDEVENTS$' --warning-queued-events='$_SERVICEWARNINGQUEUEDEVENTS$' --critical-queued-events='$_SERVICECRITICALQUEUEDEVENTS$' --warning-unacknowledged-events='$_SERVICEWARNINGUNACKNOWLEDGEDEVENTS$' --critical-unacknowledged-events='$_SERVICECRITICALUNACKNOWLEDGEDEVENTS$' --warning-status='$_SERVICEWARNINGSTATUS$' --critical-status='$_SERVICECRITICALSTATUS$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-Monitoring-Centreon-Central-Broker-Stats;enable_shell;0
CMD;setparam;App-Monitoring-Centreon-Central-Broker-Stats;command_activate;1
CMD;setparam;App-Monitoring-Centreon-Central-Broker-Stats;command_locked;1
CMD;ADD;App-DB-MySQL;2;$CENTREONPLUGINS$/centreon_mysql.pl --plugin=database::mysql::plugin --host=$HOSTADDRESS$ --username='$_HOSTMYSQLUSERNAME$' --password='$_HOSTMYSQLPASSWORD$' --port='$_HOSTMYSQLPORT$' --mode='$_SERVICEMODE$' --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-DB-MySQL;connector_id;1
CMD;setparam;App-DB-MySQL;enable_shell;0
CMD;setparam;App-DB-MySQL;command_activate;1
CMD;setparam;App-DB-MySQL;command_locked;1
CMD;ADD;App-DB-MySQL-Queries;2;$CENTREONPLUGINS$/centreon_mysql.pl --plugin=database::mysql::plugin --host=$HOSTADDRESS$ --username='$_HOSTMYSQLUSERNAME$' --password='$_HOSTMYSQLPASSWORD$' --port='$_HOSTMYSQLPORT$' --mode=queries --warning-total='$_SERVICEWARNING$' --critical-total='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-DB-MySQL-Queries;connector_id;1
CMD;setparam;App-DB-MySQL-Queries;enable_shell;0
CMD;setparam;App-DB-MySQL-Queries;command_activate;1
CMD;setparam;App-DB-MySQL-Queries;command_locked;1
CMD;ADD;App-DB-MySQL-Database-Size;2;$CENTREONPLUGINS$/centreon_mysql.pl --plugin=database::mysql::plugin --host=$HOSTADDRESS$ --username='$_HOSTMYSQLUSERNAME$' --password='$_HOSTMYSQLPASSWORD$' --port='$_HOSTMYSQLPORT$' --mode=databases-size --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' --filter='$_SERVICEEXCLUDEREGEXP$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-DB-MySQL-Database-Size;connector_id;1
CMD;setparam;App-DB-MySQL-Database-Size;enable_shell;0
CMD;setparam;App-DB-MySQL-Database-Size;command_activate;1
CMD;setparam;App-DB-MySQL-Database-Size;command_locked;1
CMD;ADD;App-DB-MySQL-Threads-Connected;2;$CENTREONPLUGINS$/centreon_mysql.pl --plugin=database::mysql::plugin --host=$HOSTADDRESS$ --username='$_HOSTMYSQLUSERNAME$' --password='$_HOSTMYSQLPASSWORD$' --port='$_HOSTMYSQLPORT$' --mode=threads-connected --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' --warning-usage-prct='$_SERVICEWARNINGUSAGEPRCT$' --critical-usage-prct='$_SERVICECRITICALUSAGEPRCT$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-DB-MySQL-Threads-Connected;connector_id;1
CMD;setparam;App-DB-MySQL-Threads-Connected;enable_shell;0
CMD;setparam;App-DB-MySQL-Threads-Connected;command_activate;1
CMD;setparam;App-DB-MySQL-Threads-Connected;command_locked;1
CMD;ADD;App-DB-MySQL-Long-Queries;2;$CENTREONPLUGINS$/centreon_mysql.pl --plugin=database::mysql::plugin --host=$HOSTADDRESS$ --username='$_HOSTMYSQLUSERNAME$' --password='$_HOSTMYSQLPASSWORD$' --port='$_HOSTMYSQLPORT$' --mode=long-queries --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' --filter-user='$_SERVICEFILTERUSER$' --seconds='$_SERVICESECONDS$' --filter-command='$_SERVICEFILTERCOMMAND$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-DB-MySQL-Long-Queries;connector_id;1
CMD;setparam;App-DB-MySQL-Long-Queries;enable_shell;0
CMD;setparam;App-DB-MySQL-Long-Queries;command_activate;1
CMD;setparam;App-DB-MySQL-Long-Queries;command_locked;1
CMD;ADD;App-DB-MySQL-Qcache-Hitrate;2;$CENTREONPLUGINS$/centreon_mysql.pl --plugin=database::mysql::plugin --host=$HOSTADDRESS$ --username='$_HOSTMYSQLUSERNAME$' --password='$_HOSTMYSQLPASSWORD$' --port='$_HOSTMYSQLPORT$' --mode=qcache-hitrate --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-DB-MySQL-Qcache-Hitrate;connector_id;1
CMD;setparam;App-DB-MySQL-Qcache-Hitrate;enable_shell;0
CMD;setparam;App-DB-MySQL-Qcache-Hitrate;command_activate;1
CMD;setparam;App-DB-MySQL-Qcache-Hitrate;command_locked;1
CMD;ADD;App-DB-MySQL-Sql;2;$CENTREONPLUGINS$/centreon_mysql.pl --plugin=database::mysql::plugin --host=$HOSTADDRESS$ --username='$_HOSTMYSQLUSERNAME$' --password='$_HOSTMYSQLPASSWORD$' --port='$_HOSTMYSQLPORT$' --mode='sql' --sql-statement='$_SERVICESQLSTATEMENT$' --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-DB-MySQL-Sql;connector_id;1
CMD;setparam;App-DB-MySQL-Sql;enable_shell;0
CMD;setparam;App-DB-MySQL-Sql;command_activate;1
CMD;setparam;App-DB-MySQL-Sql;command_locked;1
CMD;ADD;App-DB-MySQL-Sql-String;2;$CENTREONPLUGINS$/centreon_mysql.pl --plugin=database::mysql::plugin --host=$HOSTADDRESS$ --username='$_HOSTMYSQLUSERNAME$' --password='$_HOSTMYSQLPASSWORD$' --port='$_HOSTMYSQLPORT$' --mode='sql-string' --sql-statement='$_SERVICESQLSTATEMENT$' --value-column='$_SERVICEVALUE$' --warning-string='$_SERVICEWARNING$' --critical-string='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-DB-MySQL-Sql-String;connector_id;1
CMD;setparam;App-DB-MySQL-Sql-String;enable_shell;0
CMD;setparam;App-DB-MySQL-Sql-String;command_activate;1
CMD;setparam;App-DB-MySQL-Sql-String;command_locked;1
CMD;ADD;App-Centreon-MySQL-Partitioning;2;$CENTREONPLUGINS$/centreon_centreon_database.pl --plugin=database::mysql::plugin --dyn-mode=apps::centreon::sql::mode::partitioning --host='$HOSTADDRESS$' --username='$_HOSTMYSQLUSERNAME$' --password='$_HOSTMYSQLPASSWORD$' --port='$_HOSTMYSQLPORT$' --tablename='$_SERVICETABLENAME1$' --tablename='$_SERVICETABLENAME2$' --tablename='$_SERVICETABLENAME3$' --tablename='$_SERVICETABLENAME4$' --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$'
CMD;setparam;App-Centreon-MySQL-Partitioning;enable_shell;0
CMD;setparam;App-Centreon-MySQL-Partitioning;command_activate;1
CMD;setparam;App-Centreon-MySQL-Partitioning;command_locked;1
CMD;ADD;App-Monitoring-Centreon-Poller-Broker-Stats;2;$CENTREONPLUGINS$/centreon_centreon_central.pl --plugin=apps::centreon::local::plugin --hostname=$HOSTADDRESS$ --mode=broker-stats --broker-stats-file='$_HOSTMODULESTATSFILE$' --warning-speed-events='$_SERVICECRITICALSPEEDEVENTS$' --critical-speed-events='$_SERVICEWARNINGSPEEDEVENTS$' --warning-queued-events='$_SERVICECRITICALQUEUEDEVENTS$' --critical-queued-events='$_SERVICEWARNINGQUEUEDEVENTS$' --warning-unacknowledged-events='$_SERVICECRITICALUNACKNOWLEDGEDEVENTS$' --critical-unacknowledged-events='$_SERVICEWARNINGUNACKNOWLEDGEDEVENTS$' --warning-status='$_SERVICEWARNINGSTATUS$' --critical-status='$_SERVICECRITICALSTATUS$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-Monitoring-Centreon-Poller-Broker-Stats;enable_shell;0
CMD;setparam;App-Monitoring-Centreon-Poller-Broker-Stats;command_activate;1
CMD;setparam;App-Monitoring-Centreon-Poller-Broker-Stats;command_locked;1
CMD;ADD;OS-AIX-SNMP-Time;2;$CENTREONPLUGINS$/centreon_aix_snmp.pl --plugin=os::aix::snmp::plugin --mode=time --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-AIX-SNMP-Time;connector_id;1
CMD;setparam;OS-AIX-SNMP-Time;enable_shell;0
CMD;setparam;OS-AIX-SNMP-Time;command_activate;1
CMD;setparam;OS-AIX-SNMP-Time;command_locked;1
CMD;ADD;OS-AIX-SNMP-swap;2;$CENTREONPLUGINS$/centreon_aix_snmp.pl --plugin=os::aix::snmp::plugin --mode=swap --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning-total-usage='$_SERVICEWARNINGTOTALUSAGE$' --critical-total-usage='$_SERVICECRITICALTOTALUSAGE$' --warning-total-active='$_SERVICEWARNINGTOTALACTIVE$' --critical-total-active='$_SERVICECRITICALTOTALACTIVE$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-AIX-SNMP-swap;connector_id;1
CMD;setparam;OS-AIX-SNMP-swap;enable_shell;0
CMD;setparam;OS-AIX-SNMP-swap;command_activate;1
CMD;setparam;OS-AIX-SNMP-swap;command_locked;1
CMD;ADD;OS-AIX-SNMP-Cpu;2;$CENTREONPLUGINS$/centreon_aix_snmp.pl --plugin=os::aix::snmp::plugin --mode=cpu --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning-average='$_SERVICEWARNING$' --critical-average='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-AIX-SNMP-Cpu;connector_id;1
CMD;setparam;OS-AIX-SNMP-Cpu;enable_shell;0
CMD;setparam;OS-AIX-SNMP-Cpu;command_activate;1
CMD;setparam;OS-AIX-SNMP-Cpu;command_locked;1
CMD;ADD;OS-AIX-SNMP-process-generic;2;$CENTREONPLUGINS$/centreon_aix_snmp.pl --plugin=os::aix::snmp::plugin --mode=processcount --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --process-name='$_SERVICEPROCESSNAME$' --process-path='$_SERVICEPROCESSPATH$' --process-args='$_SERVICEPROCESSARGS$' --regexp-name --regexp-path --regexp-args --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-AIX-SNMP-process-generic;connector_id;1
CMD;setparam;OS-AIX-SNMP-process-generic;enable_shell;0
CMD;setparam;OS-AIX-SNMP-process-generic;command_activate;1
CMD;setparam;OS-AIX-SNMP-process-generic;command_locked;1
CMD;ADD;OS-AIX-SNMP-Disk-ID;2;$CENTREONPLUGINS$/centreon_aix_snmp.pl --plugin=os::aix::snmp::plugin --mode=storage --hostname=$HOSTADDRESS$ --snmp-version=$_HOSTSNMPVERSION$ --snmp-community=$_HOSTSNMPCOMMUNITY$ $_HOSTSNMPEXTRAOPTIONS$ --storage '$_SERVICEDISKID$' --display-transform-src='$_SERVICETRANSFORMSRC$' --display-transform-dst='$_SERVICETRANSFORMDST$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-AIX-SNMP-Disk-ID;connector_id;1
CMD;setparam;OS-AIX-SNMP-Disk-ID;enable_shell;0
CMD;setparam;OS-AIX-SNMP-Disk-ID;command_activate;1
CMD;setparam;OS-AIX-SNMP-Disk-ID;command_locked;1
CMD;ADD;OS-AIX-SNMP-Disk-Name;2;$CENTREONPLUGINS$/centreon_aix_snmp.pl --plugin=os::aix::snmp::plugin --mode=storage --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --storage '$_SERVICEDISKNAME$' --name --display-transform-src='$_SERVICETRANSFORMSRC$' --display-transform-dst='$_SERVICETRANSFORMDST$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-AIX-SNMP-Disk-Name;connector_id;1
CMD;setparam;OS-AIX-SNMP-Disk-Name;enable_shell;0
CMD;setparam;OS-AIX-SNMP-Disk-Name;command_activate;1
CMD;setparam;OS-AIX-SNMP-Disk-Name;command_locked;1
CMD;ADD;OS-AIX-SNMP-Disk-global;2;$CENTREONPLUGINS$/centreon_aix_snmp.pl --plugin=os::aix::snmp::plugin --mode=storage --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --storage='$_SERVICEFILTER$' --name --regexp --display-transform-src='$_SERVICETRANSFORMSRC$' --display-transform-dst='$_SERVICETRANSFORMDST$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-AIX-SNMP-Disk-global;connector_id;1
CMD;setparam;OS-AIX-SNMP-Disk-global;enable_shell;0
CMD;setparam;OS-AIX-SNMP-Disk-global;command_activate;1
CMD;setparam;OS-AIX-SNMP-Disk-global;command_locked;1
CMD;ADD;OS-AIX-SNMP-Traffic-ID;2;$CENTREONPLUGINS$/centreon_aix_snmp.pl --plugin=os::aix::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='$_SERVICEINTERFACEID$' --add-status --add-traffic --warning-in-traffic='$_SERVICEWARNINGIN$' --critical-in-traffic='$_SERVICECRITICALIN$' --warning-out-traffic='$_SERVICEWARNINGOUT$' --critical-out-traffic='$_SERVICECRITICALOUT$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-AIX-SNMP-Traffic-ID;connector_id;1
CMD;setparam;OS-AIX-SNMP-Traffic-ID;enable_shell;0
CMD;setparam;OS-AIX-SNMP-Traffic-ID;command_activate;1
CMD;setparam;OS-AIX-SNMP-Traffic-ID;command_locked;1
CMD;ADD;OS-AIX-SNMP-Traffic-NAME;2;$CENTREONPLUGINS$/centreon_aix_snmp.pl --plugin=os::aix::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='^$_SERVICEINTERFACENAME$$$' --name --add-status --add-traffic --warning-in-traffic='$_SERVICEWARNINGIN$' --critical-in-traffic='$_SERVICECRITICALIN$' --warning-out-traffic='$_SERVICEWARNINGOUT$' --critical-out-traffic='$_SERVICECRITICALOUT$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-AIX-SNMP-Traffic-NAME;connector_id;1
CMD;setparam;OS-AIX-SNMP-Traffic-NAME;enable_shell;0
CMD;setparam;OS-AIX-SNMP-Traffic-NAME;command_activate;1
CMD;setparam;OS-AIX-SNMP-Traffic-NAME;command_locked;1
CMD;ADD;OS-AIX-SNMP-Traffic-Global;2;$CENTREONPLUGINS$/centreon_aix_snmp.pl --plugin=os::aix::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='$_SERVICEFILTER$' --name --add-status --add-traffic --critical-status='$_SERVICECRITICALSTATUS$' --warning-in-traffic='$_SERVICEWARNINGIN$' --critical-in-traffic='$_SERVICECRITICALIN$' --warning-out-traffic='$_SERVICEWARNINGOUT$' --critical-out-traffic='$_SERVICECRITICALOUT$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-AIX-SNMP-Traffic-Global;connector_id;1
CMD;setparam;OS-AIX-SNMP-Traffic-Global;enable_shell;0
CMD;setparam;OS-AIX-SNMP-Traffic-Global;command_activate;1
CMD;setparam;OS-AIX-SNMP-Traffic-Global;command_locked;1
CMD;ADD;OS-Linux-NRPE-Swap;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' ' --warning=$_SERVICEWARNING$ --critical=$_SERVICECRITICAL$ $_SERVICEEXTRAOPTIONS$'
CMD;setparam;OS-Linux-NRPE-Swap;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Swap;command_activate;1
CMD;setparam;OS-Linux-NRPE-Swap;command_locked;1
CMD;ADD;OS-Linux-NRPE-Memory;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' ' --warning=$_SERVICEWARNING$ --critical=$_SERVICECRITICAL$ $_SERVICEEXTRAOPTIONS$'
CMD;setparam;OS-Linux-NRPE-Memory;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Memory;command_activate;1
CMD;setparam;OS-Linux-NRPE-Memory;command_locked;1
CMD;ADD;OS-Linux-NRPE-Load;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' ' --warning=$_SERVICEWARNING$ --critical=$_SERVICECRITICAL$ $_SERVICEEXTRAOPTIONS$'
CMD;setparam;OS-Linux-NRPE-Load;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Load;command_activate;1
CMD;setparam;OS-Linux-NRPE-Load;command_locked;1
CMD;ADD;OS-Linux-NRPE-Cpu;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' ' --warning=$_SERVICEWARNING$ --critical=$_SERVICECRITICAL$ $_SERVICEEXTRAOPTIONS$'
CMD;setparam;OS-Linux-NRPE-Cpu;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Cpu;command_activate;1
CMD;setparam;OS-Linux-NRPE-Cpu;command_locked;1
CMD;ADD;OS-Linux-NRPE-CmdReturn;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' ' --command="$_SERVICECOMMAND$" --command-options="$_SERVICECOMMANDOPTIONS$" --manage-returns="$_SERVICETHRESHOLDS$" $_SERVICEEXTRAOPTIONS$'
CMD;setparam;OS-Linux-NRPE-CmdReturn;enable_shell;0
CMD;setparam;OS-Linux-NRPE-CmdReturn;command_activate;1
CMD;setparam;OS-Linux-NRPE-CmdReturn;command_locked;1
CMD;ADD;OS-Linux-NRPE-Connections;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' " --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$ "
CMD;setparam;OS-Linux-NRPE-Connections;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Connections;command_activate;1
CMD;setparam;OS-Linux-NRPE-Connections;command_locked;1
CMD;ADD;OS-Linux-NRPE-Cpu-Detailed;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' ' --warning-idle=$_SERVICEWARNINGIDLE$ --critical-idle=$_SERVICECRITICALIDLE$ $_SERVICEEXTRAOPTIONS$'
CMD;setparam;OS-Linux-NRPE-Cpu-Detailed;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Cpu-Detailed;command_activate;1
CMD;setparam;OS-Linux-NRPE-Cpu-Detailed;command_locked;1
CMD;ADD;OS-Linux-NRPE-Disk-Name;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' " --name='$_SERVICEDISKNAME$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$ "
CMD;setparam;OS-Linux-NRPE-Disk-Name;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Disk-Name;command_activate;1
CMD;setparam;OS-Linux-NRPE-Disk-Name;command_locked;1
CMD;ADD;OS-Linux-NRPE-Disk-Global;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' " --name='$_SERVICEFILTER$' --regexp --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$ "
CMD;setparam;OS-Linux-NRPE-Disk-Global;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Disk-Global;command_activate;1
CMD;setparam;OS-Linux-NRPE-Disk-Global;command_locked;1
CMD;ADD;OS-Linux-NRPE-Diskio-Name;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' " --name='$_SERVICEDISKNAME$' --warning-bytes-read='$_SERVICEWARNINGBYTESREAD$' --critical-bytes-read='$_SERVICECRITICALBYTESREAD$' --warning-bytes-write='$_SERVICEWARNINGBYTESWRITE$' --critical-bytes-write='$_SERVICECRITICALBYTESWRITE$' --warning-utils='$_SERVICEWARNINGUTILS$' --critical-utils='$_SERVICECRITICALUTILS$' $_SERVICEEXTRAOPTIONS$"
CMD;setparam;OS-Linux-NRPE-Diskio-Name;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Diskio-Name;command_activate;1
CMD;setparam;OS-Linux-NRPE-Diskio-Name;command_locked;1
CMD;ADD;OS-Linux-NRPE-FileDate;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' ' --files="$_SERVICEFILES$" --warning="$_SERVICEWARNING$" --critical="$_SERVICECRITICAL$" --filter-plugin="$_SERVICEFILTERPLUGIN$" $_SERVICEEXTRAOPTIONS$'
CMD;setparam;OS-Linux-NRPE-FileDate;enable_shell;0
CMD;setparam;OS-Linux-NRPE-FileDate;command_activate;1
CMD;setparam;OS-Linux-NRPE-FileDate;command_locked;1
CMD;ADD;OS-Linux-NRPE-FileSize;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' ' --files="$_SERVICEFILES$" --warning-one="$_SERVICEWARNINGONE$" --critical-one="$_SERVICECRITICALONE$" --warning-total="$_SERVICEWARNINGTOTAL$" --critical-total="$_SERVICECRITICALTOTAL$" --filter-plugin="$_SERVICEFILTERPLUGIN$" $_SERVICEEXTRAOPTIONS$'
CMD;setparam;OS-Linux-NRPE-FileSize;enable_shell;0
CMD;setparam;OS-Linux-NRPE-FileSize;command_activate;1
CMD;setparam;OS-Linux-NRPE-FileSize;command_locked;1
CMD;ADD;OS-Linux-NRPE-Inodes-Name;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' " --name='$_SERVICEDISKNAME$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$"
CMD;setparam;OS-Linux-NRPE-Inodes-Name;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Inodes-Name;command_activate;1
CMD;setparam;OS-Linux-NRPE-Inodes-Name;command_locked;1
CMD;ADD;OS-Linux-NRPE-Inodes-Global;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' " --name='$_SERVICEFILTER$' --regexp --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$"
CMD;setparam;OS-Linux-NRPE-Inodes-Global;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Inodes-Global;command_activate;1
CMD;setparam;OS-Linux-NRPE-Inodes-Global;command_locked;1
CMD;ADD;OS-Linux-NRPE-IsFile;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' ' --command="$_SERVICECOMMAND$" --command-options="-f $_SERVICEFILE$" --manage-returns="0,OK,File $_SERVICEFILE$ is present#1,CRITICAL,File $_SERVICEFILE$ is not present#,UNKNOWN,Command problem" $_SERVICEEXTRAOPTIONS$'
CMD;setparam;OS-Linux-NRPE-IsFile;enable_shell;0
CMD;setparam;OS-Linux-NRPE-IsFile;command_activate;1
CMD;setparam;OS-Linux-NRPE-IsFile;command_locked;1
CMD;ADD;OS-Linux-NRPE-IsNotFile;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' ' --command="$_SERVICECOMMAND$" --command-options="-f $_SERVICEFILE$" --manage-returns="0,CRITICAL,File $_SERVICEFILE$ is present#1,OK,File $_SERVICEFILE$ is not present#,UNKNOWN,Command problem" $_SERVICEEXTRAOPTIONS$'
CMD;setparam;OS-Linux-NRPE-IsNotFile;enable_shell;0
CMD;setparam;OS-Linux-NRPE-IsNotFile;command_activate;1
CMD;setparam;OS-Linux-NRPE-IsNotFile;command_locked;1
CMD;ADD;OS-Linux-NRPE-Packet-Errors-Name;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' " --name='$_SERVICEINTERFACENAME$' --warning-in-error='$_SERVICEWARNINGINERROR$' --critical-in-error='$_SERVICECRITICALINERROR$' --warning-out-error='$_SERVICEWARNINGOUTERROR$' --critical-out-error='$_SERVICECRITICALOUTERROR$' --warning-in-discard='$_SERVICEWARNINGINDISCARD$' --critical-in-discard='$_SERVICECRITICALINDISCARD$' --warning-out-discard='$_SERVICEWARNINGOUTDISCARD$' --critical-out-discard='$_SERVICECRITICALOUTDISCARD$' --filter-state='$_SERVICEFILTERSTATE$' $_SERVICEEXTRAOPTIONS$"
CMD;setparam;OS-Linux-NRPE-Packet-Errors-Name;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Packet-Errors-Name;command_activate;1
CMD;setparam;OS-Linux-NRPE-Packet-Errors-Name;command_locked;1
CMD;ADD;OS-Linux-NRPE-Process-Generic;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' " --warning=$_SERVICEWARNING$ --critical=$_SERVICECRITICAL$ --warning-time=$_SERVICEWARNINGTIME$ --critical-time=$_SERVICECRITICALTIME$ --filter-command='$_SERVICEFILTERCOMMAND$' --filter-arg='$_SERVICEFILTERARG$' --filter-state='$_SERVICEFILTERSTATE$' $_SERVICEEXTRAOPTIONS$"
CMD;setparam;OS-Linux-NRPE-Process-Generic;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Process-Generic;command_activate;1
CMD;setparam;OS-Linux-NRPE-Process-Generic;command_locked;1
CMD;ADD;OS-Linux-NRPE-Traffic-Name;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' " --name='$_SERVICEINTERFACENAME$' --warning-in='$_SERVICEWARNINGIN$' --critical-in='$_SERVICECRITICALIN$' --warning-out='$_SERVICEWARNINGOUT$' --critical-out='$_SERVICECRITICALOUT$' --filter-state='$_SERVICEFILTERSTATE$' --speed='$_SERVICESPEED$' $_SERVICEEXTRAOPTIONS$"
CMD;setparam;OS-Linux-NRPE-Traffic-Name;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Traffic-Name;command_activate;1
CMD;setparam;OS-Linux-NRPE-Traffic-Name;command_locked;1
CMD;ADD;OS-Linux-NRPE-Traffic-Global;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' " --name='$_SERVICEFILTER$' --regexp --warning-in='$_SERVICEWARNINGIN$' --critical-in='$_SERVICECRITICALIN$' --warning-out='$_SERVICEWARNINGOUT$' --critical-out='$_SERVICECRITICALOUT$' --filter-state='$_SERVICEFILTERSTATE$' --speed='$_SERVICESPEED$' $_SERVICEEXTRAOPTIONS$"
CMD;setparam;OS-Linux-NRPE-Traffic-Global;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Traffic-Global;command_activate;1
CMD;setparam;OS-Linux-NRPE-Traffic-Global;command_locked;1
CMD;ADD;OS-Linux-NRPE-Uptime;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' ' --warning=$_SERVICEWARNING$ --critical=$_SERVICECRITICAL$ $_SERVICEEXTRAOPTIONS$'
CMD;setparam;OS-Linux-NRPE-Uptime;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Uptime;command_activate;1
CMD;setparam;OS-Linux-NRPE-Uptime;command_locked;1
CMD;ADD;OS-Linux-NRPE-Packet-Errors-Global;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a '$_SERVICEPLUGIN$' '$_SERVICEMODE$' " --name='$_SERVICEFILTER$' --regexp --warning-in-error='$_SERVICEWARNINGINERROR$' --critical-in-error='$_SERVICECRITICALINERROR$' --warning-out-error='$_SERVICEWARNINGOUTERROR$' --critical-out-error='$_SERVICECRITICALOUTERROR$' --warning-in-discard='$_SERVICEWARNINGINDISCARD$' --critical-in-discard='$_SERVICECRITICALINDISCARD$' --warning-out-discard='$_SERVICEWARNINGOUTDISCARD$' --critical-out-discard='$_SERVICECRITICALOUTDISCARD$' --filter-state='$_SERVICEFILTERSTATE$' $_SERVICEEXTRAOPTIONS$"
CMD;setparam;OS-Linux-NRPE-Packet-Errors-Global;enable_shell;0
CMD;setparam;OS-Linux-NRPE-Packet-Errors-Global;command_activate;1
CMD;setparam;OS-Linux-NRPE-Packet-Errors-Global;command_locked;1
CMD;ADD;OS-Windows-NRPE-Services-Auto;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_service -a "filter=$_SERVICEFILTER$" "service=$_SERVICESERVICE$" "exclude=$_SERVICEEXCLUDE$" "exclude=$_SERVICEEXCLUDE2$" "warning=$_SERVICEWARNING$" "critical=$_SERVICECRITICAL$" 'top-syntax=$_SERVICETOPSYNTAX$' 'detail-syntax=$_SERVICEDETAILSYNTAX$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Services-Auto;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Services-Auto;command_activate;1
CMD;setparam;OS-Windows-NRPE-Services-Auto;command_locked;1
CMD;ADD;OS-Windows-NRPE-Memory;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_memory -a "detail-syntax=$_SERVICEDETAILSYNTAX$" "warning=$_SERVICEWARNING$" "critical=$_SERVICECRITICAL$" "perf-config=$_SERVICEPERFCONFIG$" "filter=$_SERVICEFILTER$" $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Memory;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Memory;command_activate;1
CMD;setparam;OS-Windows-NRPE-Memory;command_locked;1
CMD;ADD;OS-Windows-NRPE-Disks;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_drivesize -a "drive=$_SERVICEDRIVE$" "perf-config=$_SERVICEPERFCONFIG$" "filter=$_SERVICEFILTER$" "warning=$_SERVICEWARNING$" "critical=$_SERVICECRITICAL$" $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Disks;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Disks;command_activate;1
CMD;setparam;OS-Windows-NRPE-Disks;command_locked;1
CMD;ADD;OS-Windows-NRPE-Cpu;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_cpu -a "warning=$_SERVICEWARNING$" "critical=$_SERVICECRITICAL$" $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Cpu;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Cpu;command_activate;1
CMD;setparam;OS-Windows-NRPE-Cpu;command_locked;1
CMD;ADD;OS-Windows-NRPE-Services-Name;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_service -a "filter=$_SERVICEFILTER$" "service=$_SERVICESERVICE$" "exclude=$_SERVICEEXCLUDE$" "ok=$_SERVICEOK$" "warning=$_SERVICEWARNING$" "critical=$_SERVICECRITICAL$" 'top-syntax=$_SERVICETOPSYNTAX$' 'detail-syntax=$_SERVICEDETAILSYNTAX$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Services-Name;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Services-Name;command_activate;1
CMD;setparam;OS-Windows-NRPE-Services-Name;command_locked;1
CMD;ADD;OS-Windows-NRPE-Tasksched;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_tasksched -a "filter=$_SERVICEFILTER$" "warning=$_SERVICEWARNING$" "critical=$_SERVICECRITICAL$" "perf-config=$_SERVICEPERFCONFIG$" $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Tasksched;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Tasksched;command_activate;1
CMD;setparam;OS-Windows-NRPE-Tasksched;command_locked;1
CMD;ADD;OS-Windows-NRPE-Uptime;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_uptime -a "warning=$_SERVICEWARNING$" "critical=$_SERVICECRITICAL$" $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Uptime;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Uptime;command_activate;1
CMD;setparam;OS-Windows-NRPE-Uptime;command_locked;1
CMD;ADD;OS-Windows-NRPE-Swap;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_pagefile -a 'detail-syntax=$_SERVICEDETAILSYNTAX$' "warning=$_SERVICEWARNING$" "critical=$_SERVICECRITICAL$" "perf-config=$_SERVICEPERFCONFIG$" "filter=$_SERVICEFILTER$" $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Swap;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Swap;command_activate;1
CMD;setparam;OS-Windows-NRPE-Swap;command_locked;1
CMD;ADD;OS-Windows-NRPE-Counter;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_pdh -a "counter=$_SERVICECOUNTERNAME$" "warning=value > $_SERVICEWARNING$" "critical=value > $_SERVICECRITICAL$" $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Counter;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Counter;command_activate;1
CMD;setparam;OS-Windows-NRPE-Counter;command_locked;1
CMD;ADD;OS-Windows-NRPE-Process;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_process -a 'process=$_SERVICEPROCESS$' "warning=$_SERVICEWARNING$" "critical=$_SERVICECRITICAL$" 'top-syntax=$_SERVICETOPSYNTAX$' 'detail-syntax=$_SERVICEDETAILSYNTAX$' "filter=$_SERVICEFILTER$" $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Process;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Process;command_activate;1
CMD;setparam;OS-Windows-NRPE-Process;command_locked;1
CMD;ADD;OS-Windows-NRPE-Files;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_files -a "paths=$_SERVICEPATHS$" "pattern=$_SERVICEPATTERN$" "warning=$_SERVICEWARNING$" "critical=$_SERVICECRITICAL$" top-syntax='$_SERVICETOPSYNTAX$' detail-syntax='$_SERVICEDETAILSYNTAX$' filter="$_SERVICEFILTER$" $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Files;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Files;command_activate;1
CMD;setparam;OS-Windows-NRPE-Files;command_locked;1
CMD;ADD;OS-Windows-NRPE-Eventlog;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_eventlog -a "file=$_SERVICEFILE$" "filter=$_SERVICEFILTER$" 'top-syntax=$_SERVICETOPSYNTAX$' 'detail-syntax=$_SERVICEDETAILSYNTAX$' "warning=$_SERVICEWARNING$" "critical=$_SERVICECRITICAL$" $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-NRPE-Eventlog;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Eventlog;command_activate;1
CMD;setparam;OS-Windows-NRPE-Eventlog;command_locked;1
CMD;ADD;OS-Windows-NRPE-Logfiles-Simple;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_logfiles -a '--logfile="$_SERVICELOGFILE$" --tag="$_SERVICETAG$" --criticalpattern="$_SERVICECRITICAL$" --warningpattern="$_SERVICEWARNING$" '
CMD;setparam;OS-Windows-NRPE-Logfiles-Simple;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Logfiles-Simple;command_activate;1
CMD;setparam;OS-Windows-NRPE-Logfiles-Simple;command_locked;1
CMD;ADD;OS-Windows-NRPE-Ntp;2;$USER1$/$_HOSTNRPECLIENT$ -H $HOSTADDRESS$ -p $_HOSTNRPEPORT$ -t $_HOSTNRPETIMEOUT$ $_HOSTNRPEEXTRAOPTIONS$ -c check_centreon_plugins -a 'os::windows::local::plugin' 'time' ' --ntp-hostname="$_SERVICENTPADDR$" --warning="$_SERVICEWARNING$" --critical="$_SERVICECRITICAL$ $_SERVICEEXTRAOPTIONS$ '
CMD;setparam;OS-Windows-NRPE-Ntp;enable_shell;0
CMD;setparam;OS-Windows-NRPE-Ntp;command_activate;1
CMD;setparam;OS-Windows-NRPE-Ntp;command_locked;1
CMD;ADD;OS-Windows-SNMP-Swap;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=swap --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Swap;connector_id;1
CMD;setparam;OS-Windows-SNMP-Swap;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Swap;command_activate;1
CMD;setparam;OS-Windows-SNMP-Swap;command_locked;1
CMD;ADD;OS-Windows-SNMP-Memory;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=memory --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning-memory='$_SERVICEWARNING$' --critical-memory='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Memory;connector_id;1
CMD;setparam;OS-Windows-SNMP-Memory;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Memory;command_activate;1
CMD;setparam;OS-Windows-SNMP-Memory;command_locked;1
CMD;ADD;OS-Windows-SNMP-CPU;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=cpu --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning-average='$_SERVICEWARNING$' --critical-average='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-CPU;connector_id;1
CMD;setparam;OS-Windows-SNMP-CPU;enable_shell;0
CMD;setparam;OS-Windows-SNMP-CPU;command_activate;1
CMD;setparam;OS-Windows-SNMP-CPU;command_locked;1
CMD;ADD;OS-Windows-SNMP-Disk-ID;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=storage --hostname=$HOSTADDRESS$ --snmp-version=$_HOSTSNMPVERSION$ --snmp-community=$_HOSTSNMPCOMMUNITY$ $_HOSTSNMPEXTRAOPTIONS$ --storage '$_SERVICEDISKID$' --display-transform-src='$_SERVICETRANSFORMSRC$' --display-transform-dst='$_SERVICETRANSFORMDST$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Disk-ID;connector_id;1
CMD;setparam;OS-Windows-SNMP-Disk-ID;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Disk-ID;command_activate;1
CMD;setparam;OS-Windows-SNMP-Disk-ID;command_locked;1
CMD;ADD;OS-Windows-SNMP-Disk-Name;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=storage --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --storage='$_SERVICEDISKNAME$' --name --display-transform-src='$_SERVICETRANSFORMSRC$' --display-transform-dst='$_SERVICETRANSFORMDST$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Disk-Name;connector_id;1
CMD;setparam;OS-Windows-SNMP-Disk-Name;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Disk-Name;command_activate;1
CMD;setparam;OS-Windows-SNMP-Disk-Name;command_locked;1
CMD;ADD;OS-Windows-SNMP-Disk-Global;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=storage --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --storage='$_SERVICEFILTER$' --name --regexp --display-transform-src='$_SERVICETRANSFORMSRC$' --display-transform-dst='$_SERVICETRANSFORMDST$' --warning-usage='$_SERVICEWARNING$' --critical-usage='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Disk-Global;connector_id;1
CMD;setparam;OS-Windows-SNMP-Disk-Global;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Disk-Global;command_activate;1
CMD;setparam;OS-Windows-SNMP-Disk-Global;command_locked;1
CMD;ADD;OS-Windows-SNMP-Process;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=processcount --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --process-name='$_SERVICEPROCESSNAME$' --process-path='$_SERVICEPROCESSPATH$' --process-args='$_SERVICEPROCESSARGS$' --regexp-name --regexp-path --regexp-args --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Process;connector_id;1
CMD;setparam;OS-Windows-SNMP-Process;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Process;command_activate;1
CMD;setparam;OS-Windows-SNMP-Process;command_locked;1
CMD;ADD;OS-Windows-SNMP-Service;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=service --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --service='$_SERVICESERVICENAME$' --warning=$_SERVICEWARNING$ --critical=$_SERVICECRITICAL$ --state='$_SERVICESTATE$' --regexp $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Service;connector_id;1
CMD;setparam;OS-Windows-SNMP-Service;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Service;command_activate;1
CMD;setparam;OS-Windows-SNMP-Service;command_locked;1
CMD;ADD;OS-Windows-SNMP-Traffic-ID;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='$_SERVICEINTERFACEID$' --add-status --add-traffic --warning-in-traffic='$_SERVICEWARNINGIN$' --critical-in-traffic='$_SERVICECRITICALIN$' --warning-out-traffic='$_SERVICEWARNINGOUT$' --critical-out-traffic='$_SERVICECRITICALOUT$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Traffic-ID;connector_id;1
CMD;setparam;OS-Windows-SNMP-Traffic-ID;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Traffic-ID;command_activate;1
CMD;setparam;OS-Windows-SNMP-Traffic-ID;command_locked;1
CMD;ADD;OS-Windows-SNMP-Traffic-NAME;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='^$_SERVICEINTERFACENAME$$$' --name --add-status --add-traffic --warning-in-traffic='$_SERVICEWARNINGIN$' --critical-in-traffic='$_SERVICECRITICALIN$' --warning-out-traffic='$_SERVICEWARNINGOUT$' --critical-out-traffic='$_SERVICECRITICALOUT$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Traffic-NAME;connector_id;1
CMD;setparam;OS-Windows-SNMP-Traffic-NAME;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Traffic-NAME;command_activate;1
CMD;setparam;OS-Windows-SNMP-Traffic-NAME;command_locked;1
CMD;ADD;OS-Windows-SNMP-Traffic-Global;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=interfaces --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --interface='$_SERVICEFILTER$' --name --add-status --add-traffic --critical-status='$_SERVICECRITICALSTATUS$' --warning-in-traffic='$_SERVICEWARNINGIN$' --critical-in-traffic='$_SERVICECRITICALIN$' --warning-out-traffic='$_SERVICEWARNINGOUT$' --critical-out-traffic='$_SERVICECRITICALOUT$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Traffic-Global;connector_id;1
CMD;setparam;OS-Windows-SNMP-Traffic-Global;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Traffic-Global;command_activate;1
CMD;setparam;OS-Windows-SNMP-Traffic-Global;command_locked;1
CMD;ADD;OS-Windows-SNMP-Uptime;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=uptime --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Uptime;connector_id;1
CMD;setparam;OS-Windows-SNMP-Uptime;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Uptime;command_activate;1
CMD;setparam;OS-Windows-SNMP-Uptime;command_locked;1
CMD;ADD;OS-Windows-SNMP-Ntp;2;$CENTREONPLUGINS$/centreon_windows_snmp.pl --plugin=os::windows::snmp::plugin --mode=time --hostname=$HOSTADDRESS$ --snmp-version='$_HOSTSNMPVERSION$' --snmp-community='$_HOSTSNMPCOMMUNITY$' $_HOSTSNMPEXTRAOPTIONS$ --ntp-hostname='$_SERVICENTPADDR$' --ntp-port='$_SERVICENTPPORT$' --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' --timezone='$_SERVICETIMEZONE$' $_SERVICEEXTRAOPTIONS$
CMD;setparam;OS-Windows-SNMP-Ntp;connector_id;1
CMD;setparam;OS-Windows-SNMP-Ntp;enable_shell;0
CMD;setparam;OS-Windows-SNMP-Ntp;command_activate;1
CMD;setparam;OS-Windows-SNMP-Ntp;command_locked;1
CMD;ADD;App-Protocol-HTTP-Response-Time;2;$CENTREONPLUGINS$/centreon_protocol_http.pl --plugin=apps::protocols::http::plugin --mode=response --hostname=$HOSTADDRESS$ --proto='$_HOSTPROTOCOL$' --port='$_HOSTPORT$' --urlpath='$_SERVICEURLPATH$' --warning='$_SERVICEWARNING$' --critical='$_SERVICECRITICAL$' $_HOSTEXTRAOPTIONS$ $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-Protocol-HTTP-Response-Time;enable_shell;0
CMD;setparam;App-Protocol-HTTP-Response-Time;command_activate;1
CMD;setparam;App-Protocol-HTTP-Response-Time;command_locked;1
CMD;ADD;App-Protocol-HTTP-Expected-Content;2;$CENTREONPLUGINS$/centreon_protocol_http.pl --plugin=apps::protocols::http::plugin --mode=expected-content --hostname=$HOSTADDRESS$ --proto='$_HOSTPROTOCOL$' --port='$_HOSTPORT$' --urlpath='$_SERVICEURLPATH$' --expected-string='$_SERVICEEXPECTEDCONTENT$' $_HOSTEXTRAOPTIONS$ $_SERVICEEXTRAOPTIONS$
CMD;setparam;App-Protocol-HTTP-Expected-Content;enable_shell;0
CMD;setparam;App-Protocol-HTTP-Expected-Content;command_activate;1
CMD;setparam;App-Protocol-HTTP-Expected-Content;command_locked;1
CMD;ADD;App-Protocol-HTTP-Soap-Content;2;$CENTREONPLUGINS$/centreon_protocol_http.pl --plugin=apps::protocols::http::plugin --mode=soap-content --hostname=$HOSTADDRESS$ --proto='$_HOSTPROTOCOL$' --port='$_HOSTPORT$' $_HOSTEXTRAOPTIONS$ --urlpath='$_SERVICEURLPATH$' --service-soap='$_SERVICESERVICESOAP$' --header='$_SERVICEHEADER$' --data='$_SERVICEDATAFILE$' --lookup='$_SERVICELOOKUP$' --threshold-value='$_SERVICETHRESHOLDVALUE$' --format-ok='$_SERVICEFORMATOK$' --format-warning='$_SERVICEFORMATWARNING$' --format-critical='$_SERVICEFORMATCRITICAL$' --warning-numeric='$_SERVICEWARNINGNUMERIC$' --critical-numeric='$_SERVICECRITICALNUMERIC$' --warning-string='$_SERVICEWARNINGSTRING$' --critical-string='$_SERVICECRITICALSTRING
|
J'ai remarqué que dans le fichier exporté, Il arrive parfois que des nom d'hôtes soient insérés en début de ligne avant le paramètre HOST;ADD. C'est cela qui fait planter mon import : HOST;setparam;S-XXX-XXXX;host_activate;1 |
Bonjour,
Je regarderai demain sur le fichier que j’ai exporté si c’est le cas.
C'est cela qui fait planter mon import
L’import de quel fichier ? Celui que je vous ai envoyé ou un export que vous-même avez fait sur l’une de vos plate formes de test ?
Quelle erreur exacte avez-vous ? Exactement la même que moi ou une autre ?
Pouvez-vous copier ici le message d’erreur que vous obtenez, que l’on puisse comparer ?
Avez-vous eu un retour des développeurs sur ce problème de nomage 'cg_ar_id' vs. 'ar_id' ? Pourquoi cherche-t-il un champ 'cg_ar_id' alors que le champ dans la base est bien nommé 'ar_id' et les fichiers CLAPI exportés font bien référence à 'ar_id' ? J’ai moi-même parcouru le code sans parvenir à trouver à quel moment il ajoute ce préfixe…
Cordialement.
Le mercredi 21 août 2019, 21:29:16 CEST v0strik0v a écrit :
… J'ai remarqué que dans le fichier exporté, Il arrive parfois que des nom
d'hôtes soient insérés en début de ligne avant le paramètre HOST;ADD. C'est
cela qui fait planter mon import :
HOST;setparam;S-XXX-XXXX;host_activate;1
F-XXX-XXXHOST;ADD;S-CAI-4949;Serveur du Caire;192.168.XXX;;Central;
HOST;setparam;S-CAI-4949;host_active_checks_enabled;2
HOST;setparam;S-CAI-4949;host_passive_checks_enabled;2
HOST;setparam;S-CAI-4949;host_checks_enabled;2
......
F-CAI-XXXXHOST;ADD;S-BZV-SRV16;S-BZV-SRV16;192.168.XXX;;Central;
HOST;setparam;S-BZV-SRV16;check_period;24x7
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/centreon/centreon/issues/7730#issuecomment-523614570
--
Stéphane THOMAS
−−−−−−−−−−−−−−−−−−
Harmonie Mutuelle
DOT − ETL & Outils
41 rue Fabienne Landy
37700 Saint-Pierre-des-Corps
−−−−−−−−−−−−−−−−−−
Tél: 02 47 46 52 87
|
En fait je fait référence à #7783 dans mon dernier message. |
Versions
19.04.3
Operating System
CentOS
Description
Error with clapi while trying tu import data from 18.10 to 19.04.3
Steps to Reproduce
In ssh :
./centreon -u admin -p XXXX -i /tmp/clapi-export19.04.txt
Describe the received result
Line 2 : Object already exists (all)
Line 4 : Object not found:Poller Wizard Final Step
Line 5 : Object not found:Poller Wizard Step 3
Line 6 : Object not found:Poller Wizard Step 2
Line 7 : Object not found:Remote Wizard Final Step
Line 8 : Object not found:Remote Wizard Step 3
Line 9 : Object not found:Remote Wizard Step 2
Line 10 : Object not found:Poller/Remote Wizard
Line 21 : Object not found:Nagvis
Line 93 : Object not found:Manager
Line 94 : Object not found:Plugin pack documentation
Line 132 : Object already exists (Editeurs)
Line 144 : Object not found:Nagvis
Line 216 : Object not found:Manager
Line 217 : Object not found:Plugin pack documentation
Line 226 : Object already exists (Maintenance)
Line 238 : Object not found:Nagvis
Line 267 : Object already exists (Editeurs)
Line 275 : Unknown action:service_disacknowledgement
Line 284 : Unknown action:service_display_command
Line 288 : Unknown action:host_disacknowledgement
Line 299 : Unknown action:generate_cfg
Line 300 : Object already exists (Maintenance)
Line 306 : Unknown action:service_disacknowledgement
Line 315 : Unknown action:service_display_command
Line 319 : Unknown action:host_disacknowledgement
Line 330 : Object already exists (Simple User)
Line 360 : Object already exists (24x7)
Line 368 : Object already exists (none)
Line 369 : Object already exists (nonworkhours)
Line 377 : Object already exists (workhours)
Line 383 : Object already exists (3com)
Line 387 : Object already exists (Cisco)
Line 391 : Object already exists (Dell)
Line 395 : Object already exists (Generic)
Line 400 : Object already exists (HP)
Line 404 : Object already exists (HP-Compaq)
Line 408 : Object already exists (Linksys)
Line 412 : Object already exists (Zebra)
Line 416 : Object already exists (App-Centreon-MySQL-Partitioning)
Line 420 : Object already exists (App-DB-MySQL)
Line 424 : Object already exists (App-DB-MySQL-Database-Size)
Line 428 : Object already exists (App-DB-MySQL-Long-Queries)
Line 432 : Object already exists (App-DB-MySQL-Qcache-Hitrate)
Line 436 : Object already exists (App-DB-MySQL-Queries)
Line 440 : Object already exists (App-DB-MySQL-Sql)
Line 444 : Object already exists (App-DB-MySQL-Sql-String)
Line 448 : Object already exists (App-Monitoring-Centreon-Central-Broker-Stats)
Line 452 : Object already exists (App-Monitoring-Centreon-Host-Dummy)
Line 456 : Object already exists (App-Monitoring-Centreon-Poller-Broker-Stats)
Line 460 : Object already exists (App-Monitoring-Centreon-Service-Dummy)
Line 464 : Object already exists (base_centreon_dummy)
Line 468 : Object already exists (base_centreon_ping)
Line 472 : Object already exists (base_centreon_ping_wan)
Line 476 : Object already exists (base_host_alive)
Line 480 : Object already exists (check_apc)
Line 484 : Object already exists (check_apc_output-lines_V3)
Line 488 : Object already exists (check_centreon_dummy)
Line 492 : Object already exists (check_cisco_cpu-load_V3)
Line 496 : Object already exists (check_cisco_traffic-global_V3)
Line 500 : Object already exists (check_cisco_traffic-Id_V3)
Line 504 : Object already exists (check_cisco_uptime)
Line 508 : Object already exists (check_icmp)
Line 512 : Object already exists (check_idrac_plugin)
PHP Fatal error: Uncaught Error: Class '\CentreonClapi\centreon' not found in /usr/share/centreon/www/class/centreon-clapi/centreonAPI.class.php:934
Stack trace:
#0 /usr/share/centreon/www/class/centreon-clapi/centreonAPI.class.php(799): CentreonClapi\CentreonAPI->iniObject('-a $_HOSTAUTHPR...')
#1 /usr/share/centreon/www/class/centreon-clapi/centreonAPI.class.php(769): CentreonClapi\CentreonAPI->launchActionForImport()
#2 /usr/share/centreon/bin/centreon(200): CentreonClapi\CentreonAPI->import('/tmp/clapi-expo...')
#3 {main}
thrown in /usr/share/centreon/www/class/centreon-clapi/centreonAPI.class.php on line 934
The process is not able to create any host or service. I tried to delete the poller before the clapi command and it's created but nothing more.
I also tried to upgrade my 18.10 to 19.04 and then export but same issue...
Any idea of what's wrong ?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: