Outils pour utilisateurs

Outils du site


tech:notes_nsclient_nagios_windows

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:notes_nsclient_nagios_windows [2025/05/13 11:24] Jean-Baptistetech:notes_nsclient_nagios_windows [2026/02/27 13:51] (Version actuelle) Jean-Baptiste
Ligne 33: Ligne 33:
 En plus de  En plus de 
  
-| PORT          | SENS            | SERVICE        | PLUGIN                             |+| PORT          | SENS            | SERVICE        | NOTE                               |
 | ------------- | --------------- | -------------- | ---------------------------------- | | ------------- | --------------- | -------------- | ---------------------------------- |
 | ICMP          | NAGIOS => HOTE  | PING                                              | | ICMP          | NAGIOS => HOTE  | PING                                              |
Ligne 63: Ligne 63:
 ## Rest API ## Rest API
  
 +
 +Changer 
 +
 +~~~ini
 +; Section for REST API users
 +[/settings/WEB/server/users/centreon]
 +password=centreon
 +role=limited
 +~~~
 +
 +en 
 +
 +~~~ini
 +; Section for REST API users
 +[/settings/WEB/server/users/SupUser]
 +password=P@ssw0rd
 +role=limited
 +~~~
 +
 +
 +### Autres
 +
 +The NSClient++ password can be found by running:
 ~~~winbatch ~~~winbatch
 nscp web -- password --display nscp web -- password --display
 +~~~
 +
 +or you can sett a new password:
 +~~~winbatch
 +nscp web -- password --set new-password
 +~~~
 +
 +Debug
 +~~~winbatch
 nscp web password set=icinga --debug nscp web password set=icinga --debug
-nscp web password -- --set icinga 
 ~~~ ~~~
  
Ligne 115: Ligne 146:
 level = debug level = debug
 ~~~ ~~~
 +
 +~~~ini
 +[/settings/default]
 +allowed hosts = 0.0.0.0/0
 +password = P@ssw0rd
 +port = 12489
 +
 +[/modules]
 +WEBServer = 1
 +NRPEServer = 0
 +NSClientServer = 1
 +
 +[/settings/WEB/server]
 +; ALLOWED HOSTS - A coma separated list of allowed hosts. You can use netmasks (/ syntax) or * to create ranges.
 +allowed hosts = 0.0.0.0/0
 +
 +[/settings/WEB/server/users/Sup]
 +password = P@ssw0rd
 +role=limited
 +~~~
 +
 +
 +
 +Multi instance - Multiple NSClient++
 +~~~winbatch
 +nscp service --install --name nscp2
 +~~~
 +Source : https://nsclient.org/docs/installing/
  
 Old Old
tech/notes_nsclient_nagios_windows.1747128283.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki