i can do the "sudo salt '*' test.ping" and all minions respond. also when i call highstate it look fairly normal except it never sees the changes to intel.dat
on the two that are NOT getting the updated intel.dat i do see two warnings in the output if that helps although at first glance it seems unrelated.
[WARNING ] Neither 'source' nor 'contents' nor 'contents_pillar' nor 'contents_grains' was defined, yet 'replace' was set to 'True'. As there is no source to replace the file with, 'replace' has been set to 'False' to avoid reading the file unnecessarily
ID: backendcron
Function: file.managed
Name: /etc/cron.d/salt-update
Result: True
Comment: File /etc/cron.d/salt-update is in the correct state
Started: 18:35:40.128486
Duration: 69.047 ms
Changes:
on the one that IS working it shows...
ID: cron-update-salt-checkin
Function: file.managed
Name: /etc/cron.d/salt-update
Result: True
Comment: File /etc/cron.d/salt-update is in the correct state
Started: 18:34:25.659246
Duration: 28.333 ms
Changes:
My top sls is like this. is this correct? im thinking it might be calling my sensors as backends? or i could just be completely off. the one that is working is the sensor with the lower case 'c'.
#########################
## ##
## Salt top.sls ##
## ##
#########################
base:
# This is all servers so that your user accounts and the proper sudo modifications so you don't need a password.
'*':
- users
- sudo
# This is your sensors. It is a good idea to have a standard naming convention so here are a few examples:
#
# 'sensor*':
# - sensor
#
# or you can do this:
# 'server1,server2':
# - match: list
# - sensor
#
# or this:
# 'server* or sensor*
# - match: compound
# - sensor
# My sensor class:
'A*':
- sensor
# My Onion Backend:
'C*':
- backend
'Cxxxx':
- backend
'cxxxxxx.yyyy.com':
- sensor
'Cxxxxxx.yyyy.com':
- sensor
'Cxxxxxx.yyyy.com':
- sensor
The sensor that WAS working continues to work and calls a total of 19 states (what i normaly see)
on the two that are NOT working, NOW it only runs 4 states? not all 19?
--
You received this message because you are subscribed to a topic in the Google Groups "security-onion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/security-onion/Dayqe9Cynhw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to security-onio...@googlegroups.com.