Skip to content

Instantly share code, notes, and snippets.

@whizz
Created May 2, 2012 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whizz/2578413 to your computer and use it in GitHub Desktop.
Save whizz/2578413 to your computer and use it in GitHub Desktop.
noitd leak production 2
[root@cz-dc1-v-018 ~]# date && ps uax | grep noitd
Wed May 2 17:20:43 CEST 2012
root 18728 0.0 0.1 146920 1192 ? S 17:11 0:00 /usr/local/sbin/noitd -c /usr/local/etc/noit.conf
root 18729 1.3 3.0 939924 30852 ? Sl 17:11 0:07 /usr/local/sbin/noitd -c /usr/local/etc/noit.conf
[root@cz-dc1-v-018 ~]# date && ps uax | grep noitd
Wed May 2 17:32:19 CEST 2012
root 18728 0.0 0.1 146920 1192 ? S 17:11 0:00 /usr/local/sbin/noitd -c /usr/local/etc/noit.conf
root 18729 1.2 3.6 943292 37248 ? Sl 17:11 0:15 /usr/local/sbin/noitd -c /usr/local/etc/noit.conf
[root@cz-dc1-v-018 ~]# date && ps uax | grep noitd
Wed May 2 18:59:12 CEST 2012
root 18728 0.0 0.1 146920 1192 ? S 17:11 0:00 /usr/local/sbin/noitd -c /usr/local/etc/noit.conf
root 18729 1.2 5.1 954864 52308 ? Sl 17:11 1:19 /usr/local/sbin/noitd -c /usr/local/etc/noit.conf
### Going to disable the snmp checks that timeout
[root@cz-dc1-v-018 ~]# telnet localhost 32322
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
noitd: (no auth)
noit# conf t
noit(conf:/)# cd FGT310e
noit(conf:/checks/network/switches/dc1/FGT310e)# attr disable true
noit(conf:92.43.56.151`1)# ^D
noit(conf:/checks/network/switches/dc1/FGT310e)# ^D
noit# ^D
Connection closed by foreign host.
[root@cz-dc1-v-018 ~]# date && ps uax | grep noitd
Wed May 2 19:01:40 CEST 2012
root 18728 0.0 0.1 146920 1192 ? S 17:11 0:00 /usr/local/sbin/noitd -c /usr/local/etc/noit.conf
root 18729 1.2 5.2 957324 52884 ? Sl 17:11 1:21 /usr/local/sbin/noitd -c /usr/local/etc/noit.conf
root 20680 0.0 0.0 103232 832 pts/0 S+ 19:01 0:00 grep noitd
[root@cz-dc1-v-018 ~]# date && ps uax | grep noitd
Wed May 2 19:18:09 CEST 2012
root 18728 0.0 0.1 146920 1192 ? S 17:11 0:00 /usr/local/sbin/noitd -c /usr/local/etc/noit.conf
root 18729 1.2 5.1 953796 52388 ? Sl 17:11 1:33 /usr/local/sbin/noitd -c /usr/local/etc/noit.conf
root 20957 0.0 0.0 103232 832 pts/0 S+ 19:18 0:00 grep noitd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment