Bandwidth graph is gone
-
@Tom-Elliott SELinux is set to permissive (just confirmed that). Not sure how to properly check iptables or what to look for there, could you elaborate?
-
@moses
iptables -L -n
-
@Tom-Elliott Here’s the output:
Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination
-
@Sebastian-Roth Interface name is ‘eno1’
-
@moses You sure it’s eno1 and not eno1777728 or somethign like that?
-
@moses How did you confirm selinux was set to permissive?
sestatus
? -
[admin@localhost bin]$ ifconfig eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.66 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::9eb6:54ff:fef0:3e0d prefixlen 64 scopeid 0x20<link> ether 9c:b6:54:f0:3e:0d txqueuelen 1000 (Ethernet) RX packets 71305 bytes 55866671 (53.2 MiB) RX errors 0 dropped 2 overruns 0 frame 0 TX packets 64775 bytes 60474259 (57.6 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 0 (Local Loopback) RX packets 11135 bytes 37843099 (36.0 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 11135 bytes 37843099 (36.0 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 [admin@localhost bin]$ sestatus SELinux status: enabled SELinuxfs mount: /sys/fs/selinux SELinux root directory: /etc/selinux Loaded policy name: targeted Current mode: permissive Mode from config file: permissive Policy MLS status: enabled Policy deny_unknown status: allowed Max kernel policy version: 28
-
@moses and what does the node look like? Understand I’m just trying to see/get all the details
-
-
@moses can you try updTing?
-
@Tom-Elliott Sure, updTing now
-
@Tom-Elliott Unfortunately, no change after updating. (Using git)
-
@moses just so we know - what version of CentOS ?
-
Static hostname: localhost.localdomain Icon name: computer-desktop Chassis: desktop Machine ID: -- Boot ID: -- Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-327.13.1.el7.x86_64 Architecture: x86-64
-
@moses PHP version?
-
PHP 5.6.20 (cli) (built: Mar 31 2016 07:17:10)
-
@Tom-Elliott Any update on this? Only reason I ask is because when I log in, the errors eventually cause the page to crash unless I quickly go to a different page.
-
@moses Remoting with you currently in hopes to see and fix the issue more directly.
-
Issue was the first node on the list was not returning data. This caused the whole thing to crash the bandwidth script.
-
@Tom-Elliott any way to make the dashboard more forgiving?