systeembeheerder

Results 26 comments of systeembeheerder

Each Channel in teams has an email address. Oxidized has already email hooks. This combination works fine.

NMS reports the serial right with HP ProCurve WC.16.10.0016, on 2930F

@Yogibaer75 in your code `if data[3] == "GoodInUse" or "OK":` gives the wrong results. See the test above.

```text models: aosw: vars: remove_secret: true ``` in your config filters those out.

> Tested on SB250+SB350 and various CBS Switches. > > I hat to outcoment: > Running CBS and SG Switches here without problems. No need to outcomment.

> So here is my question: Is it possible to easily ask the backup tool to execute extra commands for all the ioxr family ? or eventually redefine the set...

Added #15706 remove the "Debian 12 Bookworm is not available".

Can confirm ``` oxidized@app01:~$ ssh chr.domain.net '/system routerboard print' bad command name routerboard (line 1 column 9) ``` For 15.x this adds an error to the Mikrotik log ``executing script...

config: ``` ... models: fortios: vars: remove_secret: true ... ``` works for me

snippet from my config file: ``` models: vrp: vars: ssh_kex: "diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1" ssh_keys: "~/.ssh/id_ecdsa" # procurve: # vars: # ssh_kex: "diffie-hellman-group14-sha1" fortios: vars: remove_secret: true aosw: vars: remove_secret: true ciscosmb: vars:...