Redux

  • Post author:
  • Post category:Redux
  • Post comments:4 Comments

Redux is a predictable state container for JavaScript apps. As the application grows, it becomes difficult to keep it organized and maintain data flow. Redux solves this problem by managing…

Continue ReadingRedux

Nagios – NRPE

  • Post author:
  • Post category:Nagios
  • Post comments:3 Comments

The Nagios daemon runs checks on remote machines in NRPE (Nagios Remote Plugin Executor). It allows you to run Nagios plugins on other machines remotely. You can monitor remote machine…

Continue ReadingNagios – NRPE

Nagios – Commands

  • Post author:
  • Post category:Nagios
  • Post comments:1 Comment

A command definition defines a command. Commands include service checks, service notifications, service event handlers, host checks, host notifications, and host event handlers. Command definitions for Nagios are defined in…

Continue ReadingNagios – Commands