Mautic upgrade

1. Try to clear cache When the upgrade failed in the last step, it’s possible that only the cache is outdated. Try to clear it manually. php app/console cache:clear If this command throws a PHP error, you can try to nuke the cache folder like this: rm -rf app/cache If clearing cache didn’t help, continue […]

Useful tools for Kubernetes

Kube-applier is a service that enables continuous deployment of Kubernetes objects by applying declarative configuration files from a Git repository to a Kubernetes cluster. Kubetop is a top(1)-like tool for Kubernetes. Chaos Monkey for Kubernetes clusters  Kubediff: a tool for Kubernetes to show differences between running state and version controlled configuration. Kubectx  switch between Kubernetes contexts/namespaces […]

fortigate ELK

# # Configure syslog filtering # for the Fortigate firewall logs # filter { mutate { add_tag => [“fortigate”] add_field => [ “zabbix_host”, “fw.hq.aoe.lan” ] } grok { match => [“message”, “%{SYSLOG5424PRI:syslog_index}%{GREEDYDATA:message}”] overwrite => [ “message” ] tag_on_failure => [ “failure_grok_fortigate” ] } kv { } if [msg] { mutate { replace => [ “message”, […]

check_vmware_api perl issue which runs check 3.49m

Fix works for me in ubuntu 14.04 cpan[1]> i /libwww-perl/ Distribution    GAAS/libwww-perl-5.837.tar.gz Distribution    GAAS/libwww-perl-6.01.tar.gz Distribution    GAAS/libwww-perl-6.05.tar.gz Author          LWWWP (“The libwww-perl mailing list” <libwww@perl.org>) 4 items found cpan[2]> install GAAS/libwww-perl-5.837.tar.gz That’s all!