Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

No sensor status info then server is down #164

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 3 comments
Closed

No sensor status info then server is down #164

GoogleCodeExporter opened this issue Mar 24, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Install sensor and server on same machine
2. Start only sensor     nsm --sensor --start
3. nsm --all --status

What is the expected output? What do you see instead?
i see only status of the server
sguil server           [ FAIL ]

no info on sensor status
after server start   nsm --server --start

command  nsm --all --status provides status of server and sensor

The issue is not critical, because I can allways check the status of sensor and 
server independently.
nsm --server --status 
nsm --sensor --status

Original issue reported on code.google.com by karolis....@gmail.com on 7 Dec 2011 at 10:35

@GoogleCodeExporter
Copy link
Author

Updated --all in /usr/local/sbin/nsm:


        --all)
            nsm_server "$@"
            # abort if the former errors
            # [ "$?" -ne 0 ] && exit 1
            nsm_sensor "$@"
                    # don't continue parsing
                    break
            ;;

Original comment by doug.bu...@gmail.com on 28 Dec 2011 at 6:47

  • Changed state: Accepted
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Created new nsm package:
/usr/local/lib/ruby/gems/1.9.1/gems/fpm-0.3.11/bin/fpm -s dir -t deb -n 
securityonion-nsmnow-admin-scripts -v 20111229 /etc/init.d/nsm* 
/usr/share/nsmnow/ /usr/local/sbin/nsm* /usr/local/lib/nsmnow/ 
/etc/cron.d/sensor-* /etc/cron.d/nsm* /etc/init/securityonion.conf

Original comment by doug.bu...@gmail.com on 29 Dec 2011 at 12:44

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Published:
http://securityonion.blogspot.com/2011/12/security-onion-20111229-now-available.
html

Original comment by doug.bu...@gmail.com on 29 Dec 2011 at 1:12

  • Changed state: Verified
  • Added labels: ****
  • Removed labels: ****

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant