home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

Show command failures

The following errors do not occur in normal usage:

vyatta@vyatta:~$ show probes status Could not parse "service probes status probe" JSON: GetState failure: Probe daemon is not running! 
vyatta@vyatta:~$ show probes status Could not parse "service probes status probe" JSON: GetState failure: Could not communicate with probe daemon!
Work-around: If these errors occur, check for stack traces in sudo journalctl which would indicate that the probe daemon has crashed. The following commands may recover the probe daemon:
  • $ sudo systemctl restart probed
  • $ sudo systemctl reload probed